Forcing a DLL to use a particular .NET version

  • Thread starter Thread starter mz
  • Start date Start date
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
 
As far as I know, all libraries will run under the same version of the
framework as the application that is calling them.
 

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

Back
Top