Zach Green
Zach Green

Reputation: 3460

Generation of the designer file for xxxxx failed: Error HRESULT E_FAIL has been returned from a call to a COM component

After upgrading to Visual Studio 2013, I receive the following warning when I edit the markup of an ASPX or ASCX file, and the designer file does not update with the change. I have ReSharper 8.1 installed. I have tried cleaning the solution, restarting Visual Studio, clearing the Resharper cache, and restarting my computer without any luck.

Upvotes: 2

Views: 750

Answers (2)

Ivan Sander de Jong
Ivan Sander de Jong

Reputation: 835

over here we fixed it by deleting the suo files from the salution, after that the designer got got rebuild just as normal, on each build

Upvotes: 2

Jon Willis
Jon Willis

Reputation: 36

A colleague of mine ran into the same issue, he was able to resolve this but simply suspending resharper and enabling it again.

Upvotes: 2

Related Questions