I get errors when viewing forms and there are not any. I can close VS and reopen and it is fine. What cases this? Can it be fixed without closing?
A:
what's on your form? Is it only .Net controls or some 3rd party/custom user control?
Try it in debug mode step by step if you just have no hope left...
Miles
2008-10-07 20:31:39
+1
A:
Verify none of your custom user controls has any code errors.
Also try starting up Visual Studios using devenv /resetskippkgs from the command prompt. It will reset packages if there is an error in loading.
David Basarab
2008-10-07 20:48:30