views:

84

answers:

3

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
A: 

It has custom user controls. Within the solution.

nportelli
+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