VB.NET Form Designer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have VB.NET project with multiple forms. I can view and work woth all forms in the project in normal design mode on one machine but not on another. Both instances of Visual Studion are accessing thr same source code; both are 2003 version.

The project executes OK on both systems and I can see the code for all forms on both machines. But on one machine I get an "object reference not set to an instance of an object" message when I attempt to see the form's design/layout.
 
It sounds like you have a control on the form that is not on the second machine. Check your references and dependancies.

HTH
 
Back
Top