PC Review


Reply
Thread Tools Rate Thread

Is Microsoft Visual studio 2002 compatible with .NET 2.0?

 
 
Prajakta
Guest
Posts: n/a
 
      27th Dec 2007
We have an application build on Microsoft Visual Studio 2002 .Net 1.0 ie on
32 bit.
Can we port the same application for .NET 2.0.
Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32 bit
application as .NET 2.0 is supported on Microsoft Visual studio 2005.
And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual studio
2002.
 
Reply With Quote
 
 
 
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      27th Dec 2007
Hello Prajakta,

VS 2002 works only with the 1.0 version of .NET
if u need to port your app u need to use the specific version of VS

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


P> We have an application build on Microsoft Visual Studio 2002 .Net 1.0
P> ie on
P> 32 bit.
P> Can we port the same application for .NET 2.0.
P> Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32
P> bit
P> application as .NET 2.0 is supported on Microsoft Visual studio 2005.
P> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual
P> studio
P> 2002


 
Reply With Quote
 
 
 
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      27th Dec 2007
"Prajakta" <(E-Mail Removed)> wrote in message
news:C2B939DD-D790-432C-A7B1-(E-Mail Removed)...

> We have an application built in Microsoft Visual Studio 2002 .Net 1.0


OK.

> Can we port the same application to .NET 2.0?


Yes.

> Is .NET 2.0 supported in Microsoft Visual Studio.NET 2002
> application as .NET 2.0 is supported on Microsoft Visual Studio.NET 2005?


No.

> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual
> studio
> 2002?


VS.NET 2002 can only target v1.0 of the .NET Framework.

You have two options:

1) Stay with VS.NET 2002, although mainstream support ended earlier this
year:
http://support.microsoft.com/lifecyc...ilter=FilterNO

2) Upgrade to VS.NET 2005 and open your project in it - the Conversion
Wizard will kick in and (more or less) convert your project to .NET 2.0. You
could also wait for VS.NET 2008 to be officially released in February (or
download it now if you're an MSDN / TechNet subscriber).


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
Prajakta
Guest
Posts: n/a
 
      27th Dec 2007
Thanks alot for the reply..it was reply helpful for me.

One more question does Visual Studio 2005 targets .NET 1.0

"Prajakta" wrote:

> We have an application build on Microsoft Visual Studio 2002 .Net 1.0 ie on
> 32 bit.
> Can we port the same application for .NET 2.0.
> Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32 bit
> application as .NET 2.0 is supported on Microsoft Visual studio 2005.
> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual studio
> 2002.

 
Reply With Quote
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      27th Dec 2007
Most likely, you can upgrade the application by opening it in Visual Studio
2005. It is also possible that you can just compile as 2.0, but you will be
compiling blind and have to rely on compiler errors (if any) to guide you to
fixingthe code. The most likely area for errors from 1.x to 2 is XML.

As for VS .NET 2002, you cannot make it compile 2.0 (this may not be
completely true, as you could hack at the registry, etc., but it is
certainly NOT worth it).

I would suggest upgrading to VS 2005 or 2008 (only MSDN right now) or
downloading the Express SKUs until you can budget the full product.

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

*************************************************
| Think outside the box!
|
*************************************************
"Prajakta" <(E-Mail Removed)> wrote in message
news:C2B939DD-D790-432C-A7B1-(E-Mail Removed)...
> We have an application build on Microsoft Visual Studio 2002 .Net 1.0 ie
> on
> 32 bit.
> Can we port the same application for .NET 2.0.
> Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32 bit
> application as .NET 2.0 is supported on Microsoft Visual studio 2005.
> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual
> studio
> 2002.



 
Reply With Quote
 
dev
Guest
Posts: n/a
 
      27th Dec 2007
On Dec 27, 7:24 am, Prajakta <Praja...@discussions.microsoft.com>
wrote:
> We have an application build on Microsoft Visual Studio 2002 .Net 1.0 ie on
> 32 bit.
> Can we port the same application for .NET 2.0.
> Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32 bit
> application as .NET 2.0 is supported on Microsoft Visual studio 2005.
> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual studio
> 2002.


Hi,

According to me if you open .NET 1.0 application in VS2005. It will
get converted to 2.0 version
but it is not backward compatable.

Check it out. Please let me know

Thanks
NET
 
Reply With Quote
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      27th Dec 2007
Hello Prajakta,

No.

VS 2005 targets only .NET 2.0

Starting from VS 2008 u can change the .NET version but only for .NET 2.0,
3.0 and 3.5

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


P> Thanks alot for the reply..it was reply helpful for me.
P>
P> One more question does Visual Studio 2005 targets .NET 1.0
P>
P> "Prajakta" wrote:
P>
>> We have an application build on Microsoft Visual Studio 2002 .Net 1.0
>> ie on
>> 32 bit.
>> Can we port the same application for .NET 2.0.
>> Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32
>> bit
>> application as .NET 2.0 is supported on Microsoft Visual studio 2005.
>> And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual
>> studio
>> 2002



 
Reply With Quote
 
Prajakta
Guest
Posts: n/a
 
      8th Jan 2008
One more question -
Now I am using visual studio 2005 .NET 2.0 for building application for 64
bit.
Now in case if I want to support the same application for .NET 3.0 then will
it be compatible or any Service pack will be available for .NET 3.0.

Please help..

Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET 4 17th May 2007 07:56 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET Framework 1 14th May 2007 08:05 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft C# .NET 0 14th May 2007 07:45 PM
Visual Studio 2005 Beta 1 Refresh vs Visual Studio 2005 CTP vs Visual C++ 2005 Express Beta1 Peter Nimmo Microsoft VC .NET 1 16th Dec 2004 04:30 PM
visual studio .net 2003 verses visual studio .net 2002 wh Microsoft Dot NET Framework 2 16th Jan 2004 05:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:32 PM.