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