Calling .NET Framework v2.0 assembly from a v1.x Application

  • Thread starter Thread starter Crash
  • Start date Start date
C

Crash

I have an application that is written in .NET v1.x {this is non
negotiable} but I would like to use .NET Framework v2.0 SQL Server RMO
to manage some replication chores.

I have permission to code the RMO piece in a Framework v2.0 assembly -
assuming that I am able to call the code from an application written in
framework v1.x.

Does anybody know if it is possible for .NET v1.x to call code exposed
in a v2.0 assembly??
 
I may stand corrected, but the only alternative I can envision is that you
would load the source for the 1.1. app into Visual Studio 2005, allow it to
perform the conversion to 2.0, and then add whatever cool new code you want
to use for RMO.
Peter
 
Back
Top