I am using using VS2010 and if I have a form open in designer mode and run my application the designer tab will no longer show the form designer but instead an error will be di
It seems that after installing SP1 the problem has gone away.
Thanks for your help everyone.
This solution works fine, please follow these steps below to solve your problem:
Don't code in Form1.Designer.cs. Move your logic to Form1.cs (hit F7 on Form1.cs [Design] tab).
I was login as administrator in visual studio . I just close my visual studio and again open it without run as administrator and my problem is solved
I get this visual studio bug too now and then, and I deeply ignore the error text, instead I do the following:
If not helping, you may have to change bullet 2 into: Close and restart Visual Studio.
Maybe this can help you out.
I had this same issue and I was able to resolve this by creating new project and then compiled and run the project and then I imported all the files and ran the project again and automatically it was working again did nothing extra.