M
mz
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
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