.net 2008

  • Thread starter Thread starter admin.sstech
  • Start date Start date
A

admin.sstech

Hi

Myself saroj, I have source code of an application which is developed
in visual studio 2008 but right now i m using visual studio 2005.

Can we continue in .net 2005 version.

Pls help me as soon as possible.

thanks
saroj
 
It depends on if the application is using any of new features found in 2008.
If it doesn't, you can create a solution in 2005 and add there all the
solution items. If it does, there is still a chance that you can replace
using new features with 2005-compliant code. Depends on how many and how
complex they are.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 
If you have not touched any 3.x features, you can flip it back. You will
have to rebuild the solution files (and project files?), but it is possible
to reuse the code, even if you have to build all of the scaffolding by hand
(ie, importing all source files).

You cannot simply open the new solution file in VS 2005.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top