Re: Forcing a DLL to use a particular .NET version



As far as I know, all libraries will run under the same version of the
framework as the application that is calling them.


"mz" <mzeiger@xxxxxxxxxxxxx> wrote in message
news:cw%Wf.86$Yu5.41@xxxxxxxxxxx
I have .NET frameworks 1.1 and 2.0 on the same server. I am going to create
a class which I will compile as a separate DLL to be used by a number of
different applications. I want the DLL to use the 2.0 framework even if
it's being called by a program running under the 1.1 framework. How can I
force the DLL to use the 2.0 Framework.

Thanks,

Mark Zeiger




.