views:

11

answers:

1

I have a VBPROJ (plus all source) which as created in Visual Studio 2005. How do I import it into visual studio express 2008 ?

Please note that this is my first time using either VB or visual studio express.

+1  A: 

File->Open->Project/Solution

Then just browse to the file.

This assumes you're using Visual Basic 2008 Express. Clearly the C# edition won't open that project.

John Saunders
I tried that. It said it won't import from that old version.
Mawg
What's the exact error message. I know VS2008 Professional can upgrade from VS2005 projects.
John Saunders