Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Setup / June 2004

Tip: Looking for answers? Try searching our database.

How upgrade VS.NET 2002 installed .NET Framwork v1.0 to ,NET Framework v1.1

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mikayel - 08 Jun 2004 08:51 GMT
I have installed VS.NET 2002 wich installed Framework 1.0. After that I ahve installed .Net Framework 1.1
Please can anybody answer my question: will VS.NET 2002 use v1.1 of Framework or should I uninstall 1.0 version of Framework

Thank you very much
Peter van der Goes - 08 Jun 2004 13:15 GMT
> I have installed VS.NET 2002 wich installed Framework 1.0. After that I ahve installed .Net Framework 1.1.
> Please can anybody answer my question: will VS.NET 2002 use v1.1 of Framework or should I uninstall 1.0 version of Framework?
>
> Thank you very much

Visual Studio .NET 2002 uses the .NET Framework v1.0. You cannot use v1.1
with Visual Studio .NET 2002.
If you wish to use the .NET Framework v1.1 with Visual Studio, you must
install Visual Studio .NET 2003.

Signature

Peter [MVP Visual Developer]
Jack of all trades, master of none.

aeromach - 11 Jun 2004 09:01 GMT
Hey Mikayel,
You can use Microoft .Net 1.1 with VS.Net 2002. I have done it and my version works fine! You need to do on of the two:
1. use the aspnet_regiis.exe tool to map VS.Net controls to v1.1 of Framework. The aspnet_regiis.exe is located in : "C:\Windows\Microsoft.Net\Framework\versionno\aspnet_regiis.exe"
Where C:\ is your system drive & Windows is your windows installition directory.
Else
2. Unistall VS.Net completely and install it again. DO NOT reinstall VS.Net, uninstall it first.

For more help on how to use aspnet_regiis.exe tool visit http://msdn.microsoft.com

> I have installed VS.NET 2002 wich installed Framework 1.0. After that I ahve installed .Net Framework 1.1.
> Please can anybody answer my question: will VS.NET 2002 use v1.1 of Framework or should I uninstall 1.0 version of Framework?
>
> Thank you very much
Mikayel - 12 Jun 2004 10:29 GMT
Hi aeromach,
Thank you very much for suggestion.
I have found info about Aspnet_regiis.exe tool at the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grfASPNETIISRegistrationToolAspnet_regiisexe.asp


It says that:
"When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime is used for the application. The ASP.NET IIS Registration tool (Aspnet_regiis.exe) allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version coupled with the tool, create client-script directories, and perform other configuration operations."

So is it only for ASP.NET applications? What about WinForm apps?

And can/should I uninstall the old version of Framework?

What about FrameworkSDK1.1 - I think I should change some setting in VS also. Have any ideas guys?

Thank you very much!

> Hey Mikayel,
> You can use Microoft .Net 1.1 with VS.Net 2002. I have done it and my version works fine! You need to do on of the two:
[quoted text clipped - 9 lines]
> >
> > Thank you very much
Mikayel - 12 Jun 2004 10:32 GMT
Hi aeromach,
Thank you for suggestions.

I have found info about Aspnet_regiis.exe tool at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grfASPNETIISRegistrationToolAspnet_regiisexe.asp


It says:
"When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime is used for the application. The ASP.NET IIS Registration tool (Aspnet_regiis.exe) allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version coupled with the tool, create client-script directories, and perform other configuration operations."

So is it only for ASP.NET application? What about WinForm apps?

And can/should I uninstall the old version of Framework?

What about FrameworkSDK1.1 - I think I should change some setting in VS also. Have any ideas?

Thank you very much !

> Hey Mikayel,
> You can use Microoft .Net 1.1 with VS.Net 2002. I have done it and my version works fine! You need to do on of the two:
[quoted text clipped - 9 lines]
> >
> > Thank you very much
Phil Wilson - 15 Jun 2004 00:40 GMT
The first two answers from Nick and Peter are correct. You cannot develop
with VS.NET using the 1.1 framework. You can build a VS.NET app which can
use the 1.1 framework at runtime, but I think you want to develop with
VS.NET and the 1.1 framework, but you can't.
Signature

Phil Wilson [MVP Windows Installer]
----

> I have installed VS.NET 2002 wich installed Framework 1.0. After that I ahve installed .Net Framework 1.1.
> Please can anybody answer my question: will VS.NET 2002 use v1.1 of Framework or should I uninstall 1.0 version of Framework?
>
> Thank you very much
Mikayel - 21 Jun 2004 11:49 GMT
Thank you Phil Wilson for suggetion!

What dose it mean exactly : "You can build a VS.NET app which can use the 1.1 framework at runtime"? And how can I do that ?

Thank you !

> The first two answers from Nick and Peter are correct. You cannot develop
> with VS.NET using the 1.1 framework. You can build a VS.NET app which can
[quoted text clipped - 6 lines]
> >
> > Thank you very much
Phil Wilson - 25 Jun 2004 03:49 GMT
If you build a VS.NET project that uses the 1.0 framework, and run it on a
system that has only the 1.1 framework (like Windows Server 2003) it will
work because it will be automatically redirected to use 1.1. The other way
you can redirect is with a configuration file. Search MSDN or the Internet
for requiredRuntime and supportedRuntime, and:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/s
idexsidenet.asp

Signature

Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972

> Thank you Phil Wilson for suggetion!
>
[quoted text clipped - 12 lines]
> > >
> > > Thank you very much

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.