Assemblies Need To Run With Different Framework Versions

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!
 
B

bruce barker \(sqlwork.com\)

a .net application can only use one version of the .net runtime. you shoudl
be able to 2.0 to use the 1.1 assemblies under the 2.0 vm.

you other option is to create a sendond web site (webservice) running under
1.1 to hot the components.

-- bruce (sqlwork.com)
 
P

prabhupr

Hu Bruce

What is "vm", you have mentioned the word '2.0 vm", but did not
understand what it meant. Sorry for my ignorance

Thanks
PP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,526
Members
44,997
Latest member
mileyka

Latest Threads

Top