.net 2008

.net 2008

am 21.01.2008 15:21:50 von 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

Re: .net 2008

am 21.01.2008 15:31:56 von 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


wrote in message
news:793c84f9-0d93-497d-90a5-d8bbc6f6386c@i7g2000prf.googleg roups.com...
> 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

Re: .net 2008

am 21.01.2008 16:31:06 von NoSpamMgbworld

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!
|
*************************************************
wrote in message
news:793c84f9-0d93-497d-90a5-d8bbc6f6386c@i7g2000prf.googleg roups.com...
> 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

RE: .net 2008

am 21.01.2008 18:50:00 von pbromberg

Just create a new blank solution and add in all the project files. If it used
any .NET 3.0 + features, you will know soon enough, because it won't build.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"admin.sstech@gmail.com" wrote:

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