Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an small Windows Application developed in VS 2010. When i copy the Solution in another PC which contains VS 2008 an .sln and .suo files are created. If i double click .sln solutions it is not opening....

Please tell me the solution..................
Posted
Updated 7-Jun-13 0:06am
v2

Have you tried using the "File|Open Project/Solution" menu item.

Typically newer versions of visual studio modify the project/solution files so you may have difficulty getting it to work.

However, if it's a small project create a new project/solution and import the source code files into it.
 
Share this answer
 
Comments
Venkat Kumar chigulla 7-Jun-13 6:34am    
ok, Does import means copy and paste the code.....?
Jonathan [Darka] 10-Jun-13 4:49am    
No need to import, simply add the same code files that are in one project to the other.

You could also modify the XML of the solution/project file to tell it which version you are using (See Solution 2) but be aware this will not work if you have used features from a newer version of .NET and then attempt to get your application to work with an older version - not without changing the code anyway.

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