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

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??
 
G

Guest

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
 

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