Visual Studio 2008 and Visual Studio 2005

I am developing a Windows application using .net Framework 2.0 and Visual C # (Microsoft Visual Studio 2008) on my PC.

Upon completion of my project, I should execute it on a system with Visual Studio 2005 and .net framework 2.0.

So I doubt that if I develop an application in Microsoft Visual Studio 2008, can I run it correctly in Visual Studio 2005? Is it possible?

Please help me!

Thanks in advance!

+5
source share
4 answers
  • Create a project in Visual Studio 2005
  • Save a copy of it somewhere
  • Switch to Visual Studio 2008, do your development.
  • Visual Studio 2005
  • , - .NET 3.5.

. , .NET 2.0, Visual Studio 2005

+3

, "". , Visual Studio. ( ), .

, Visual Studio 2005, 2008 , , .

0
  • 10.0 *.sln 9.00
  • 2008 2005 *.sln
  • = "9.00" = "8.00" *.vcproj
0
source