Opening Project in Visual Studio 2008
Hi people,
After using VB6 for years I've decided to upgrade to .net2008. I do have a slight problem though. I can't seem to open any project I've saved whilest using VB.net. On the start page when I click my project it just brings up a data source box on the right of the screen and no forms. When i run the program the form appears and then there is a debug error. When I close the program I cannot edit any code or any forms.
Any help would be great.
Thanks
Re: Opening Project in Visual Studio 2008
Welcome to the forums. :wave:
When you open visual studio, does a list of projects appear for you to choose from?
Re: Opening Project in Visual Studio 2008
Quote:
Originally Posted by Hack
Welcome to the forums. :wave:
When you open visual studio, does a list of projects appear for you to choose from?
Hiya,
Yes a list does appear under 'Recent Projects' on the start page. When I click the project I want, I am expect the form to load but nothing happens. I can run the program but with dbug errors, when i close the program I am returned to a screen of nothingness. No forms, no objects nothing. This is really strange to me.
Re: Opening Project in Visual Studio 2008
did you try clicking VIEW, SOLUTION EXPLORER. Then double click the FORM1.VB(assuming this is the name of the form) under the project name?