Calling .net 2.0 Dll from .net 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you call a Dot Net 2.0 Dll from .Net 1.1?

Are there any special steps to set this up?


Chuck
 
Having .Net 2.0 installed would the only required pre-requisite. You
1.1 app will be loaded using the 2.0 framework. I haven't tried
referencing a 2.0 dll using VS2003 yet so I dont know what the result
would be, but I am assuming that should be allowed (but there have been
MSIL changes in the 2.0 so anything could happen)...

Hope this helps...
- NuTcAsE
 
Back
Top