After about an hour or so, I had no problems with Visual Studio - I could view my web forms, make changes, etc. Suddenly clicking Design or Split just freezes. I'm not mistaken, he just sits there. I can close the form, but returning to the Design view for anyone for webform does the same.
I created a new blank web project by adding a blank Default.aspx page - the same problem.
I tried to restart the computer, create a new Windows user and try this account and install AspNet5.ENU.RC1_Update1_KB3137909 (this was an update that appeared in Visual Studio).
Nothing works, does anyone know any tips that might make it work?
EDIT:
If I close the web form and right-click it in the Solution Explorer and view the markup, and then press Shift-F7 to get an idea of the design, I get the following error:
The class is not registered in the object search with clsid {A53914B4-1C62-4D60-8E8D-C7B67B4DFF87}
source
share