|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Call .NET 1.1 component from .NET 2.0We 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. Show quote "Kevin Jackson" <kjack***@powerwayinc.com> wrote in message news:eeZCitpYHHA.3848@TK2MSFTNGP02.phx.gbl... > 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 > Thanks, I did not know I could reference a .NET 1.1. assembly from Visual
Studio 2005 c# Show quote "Norman Yuan" <NotR***@NotReal.not> wrote in message news:eJxAkKqYHHA.1048@TK2MSFTNGP05.phx.gbl... > 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. > > > "Kevin Jackson" <kjack***@powerwayinc.com> wrote in message > news:eeZCitpYHHA.3848@TK2MSFTNGP02.phx.gbl... >> 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 >> > > |
|||||||||||||||||||||||