Form 1 is blank on another computer
I've got a small VB.net 2010 project I made at home and then brought to work on a flash drive. However, when I opened the project at work, I found that my first form (Form 1) doesn't work correctly. It shows up in the solution explorer with the module icon instead of the form icon and if I open it it's just a blank empty document.
When I run the project, it works correctly and Form 1 opens and appears as it should. I can also open the Form 1 design file and all the information is there, I just can't access it when I open the entire project.
Ideas?
Re: Form 1 is blank on another computer
Are all the files there? It sure sounds like they are. There should be three, a .designer.vb file, a .vb file, and a .resx file that you probably don't need. If the first two are there, try removing the object from the project, then go into Project|Add Existing and add it back in. It sounds like it just lost track of something.