.net 2008

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
 
E

Eliyahu Goldin

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top