Mixing dotnet 2.0 and dotnet 1.1 assemblies..
- From: pdabak@xxxxxxxxx
- Date: 19 Sep 2006 05:39:13 -0700
Hello,
I have a ASP.NET application which consists of multiple assemblies. One
assembly contains some base classes say MyTypes.dll. Other assemblies
have classes which inherit from these base classes. MyTypes.dll is
installed in GAC. This application was running fine on ASP.NET 1.1
framework.
Now, I want to move my application to ASP.NET 2.0. However, due to
release schedules, I don't want to port all the assemblies to 2.0 right
away and instead have an incremental approach. I want to first move
MyTypes.dll to ASP.NET 2.0 and then move rest of the assemblies to
ASP.NET 2.0 over the period of time.
When, I attempt this, I get type load failure errors on accessing my
application. Is there any way by which I can instruct ASP.NET 1.1 pages
to use the MyTypes.dll compiled with ASP.NET 2.0?
The virtual directories for my application are configured with ASP.NET
2.0. However the code behind is compiled using ASP.NET 1.1 and is
trying to use types from MyTypes.dll which is compiled with ASP.NET
2.0.
Any help will be appreciated.
Thanks.
-Prasad
.
- Follow-Ups:
- Re: Mixing dotnet 2.0 and dotnet 1.1 assemblies..
- From: agapeton
- Re: Mixing dotnet 2.0 and dotnet 1.1 assemblies..
- Prev by Date: Re: Fusion binding - DEVPATH setting doesn't appear to work
- Next by Date: Re: Reflection in 1.1 and 2.0 - generic, fast copy delegate?
- Previous by thread: Re: Type.GetType
- Next by thread: Re: Mixing dotnet 2.0 and dotnet 1.1 assemblies..
- Index(es):
Relevant Pages
|
Loading