Call .NET 1.1 component from .NET 2.0

  • Thread starter Thread starter Kevin Jackson
  • Start date Start date
K

Kevin Jackson

We have a 3rd party .NET 1.1 component that is integral to our system. The
3rd party component developer does not support this component any longer and
will not create a .NET 2.0 compile for us.

Is there anyway to continue to use this component with .NET 2.0?

Thanks
 
Code written in .NET1.x should work under .NET2.0 in most (or almost all)
cases. So, simply add that .NET 1.x component (a DLL file?) to your .NET2.0
project, then off you go.
 
Thanks, I did not know I could reference a .NET 1.1. assembly from Visual
Studio 2005 c#
 
Back
Top