Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Why can't i open my project in another pc?

I copied my project to another pc, and wan't to open the copied project to that p, but a error myproject.vbproj is missing?
Posted

1 solution

Three possibilities:
1) You forgot to copy the myproject.vbproj file
2) You don't have Visual Studio installed on the other machine
3) The version of VS on the other machine is earlier than that on your machine and the files are not compatible.
 
Share this answer
 
Comments
Alan Tuscano 1-Apr-12 23:17pm    
Hi,

I copied the whole folder of the project to the other pc. It does have a Visual Studio 2003 and 2005. My VS version is 2005.
OriginalGriff 2-Apr-12 4:22am    
Check that the version of 2005 is the same (Service packs should ,make a difference, but...)
Then open VS2005 on the new machine and use File..Open to browse to the solution folder.
Can you open it then?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900