Call .NET 1.1 component from .NET 2.0

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
 
N

Norman Yuan

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.
 
K

Kevin Jackson

Thanks, I did not know I could reference a .NET 1.1. assembly from Visual
Studio 2005 c#
 

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

Top