I
ieg999
I have an ASP.NET 2.0 application that uses mulitple assemblies. I
need certain assemblies to use .NET 1.1. These are library (DLL)
assemblies used in my application. These same DLLs are also used in a
WinForm app that will still be using 1.1 so they can't be updated to
the newer version at this point. How can I set my application to
require that 1.1 is used for these DLL assemblies? In reasearching
this, it appears that ASP.NET wants to only use one version of the .NET
Framework. The ASP.NET assembly(s) will use 2.0 but the business
object / data access assemblies need to continue to use 1.1. Thank you
for your help!
need certain assemblies to use .NET 1.1. These are library (DLL)
assemblies used in my application. These same DLLs are also used in a
WinForm app that will still be using 1.1 so they can't be updated to
the newer version at this point. How can I set my application to
require that 1.1 is used for these DLL assemblies? In reasearching
this, it appears that ASP.NET wants to only use one version of the .NET
Framework. The ASP.NET assembly(s) will use 2.0 but the business
object / data access assemblies need to continue to use 1.1. Thank you
for your help!