Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i wrote a project in visual studio 2010
but now i want run it in visual studio 2008,
so i can't find any way for this peoblem??
Posted

Goto property pages and then Build your application in desired  Framework<br />
<br />
Project - > PropertyPages -> Build -> TargetFramework<br />
<br />
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 1-Aug-11 10:59am    
I'm not sure you recognized the question correctly because it is not clear. So I voted 4 and made it clear in my solution -- there could be two different interpretations, please see. You're credited for your part of answer.
--SA
Mahendra.p25 2-Aug-11 1:43am    
Thanks
Have a look here[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Aug-11 10:59am    
I'm not sure you recognized the question correctly because it is not clear. So I voted 4 and made it clear in my solution -- there could be two different interpretations, please see. You're credited for your part of answer.
--SA
Manas Bhardwaj 1-Aug-11 11:01am    
my 5!
A project is not "run" in Visual Studio. Well, it can, but it really runs under one or another version of .NET Framework.

The question is not clear. If your project builds up assemblies for v. 4.0 and you need, say, v.3.5, simply change target in the assembly properties, as Mahendra advised.

If you need to open the solutions/projects in Visual Studio 2008, use the solution by Abhinav.

—SA
 
Share this answer
 
v2
Comments
Manas Bhardwaj 1-Aug-11 11:01am    
my 5!
Sergey Alexandrovich Kryukov 1-Aug-11 11:13am    
Thank you, Manas.
--SA
Mahendra.p25 2-Aug-11 1:43am    
My 5 too
Sergey Alexandrovich Kryukov 2-Aug-11 1:45am    
Thank you, Mahendra.
--SA
Found this Tip/Trick in my CP bookmarks

Converting VS2010 Solution to VS2008[^]
 
Share this answer
 

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