Call a .NET 2.0 library from a .NET 1.1 Library [modified]
-
Title says it all really, is it possible to call a .NET 2 library from a .NET 1.1 library? The obvious and immediate answer is no, as the 1.1 library will be running in a 1.1 AppDomain that does not include the 2.0 framework. However is there anyway to "bridge" across, maybe remoting/custom socket server?
modified on Thursday, September 25, 2008 8:47 AM
-
Title says it all really, is it possible to call a .NET 2 library from a .NET 1.1 library? The obvious and immediate answer is no, as the 1.1 library will be running in a 1.1 AppDomain that does not include the 2.0 framework. However is there anyway to "bridge" across, maybe remoting/custom socket server?
modified on Thursday, September 25, 2008 8:47 AM
Haven't tested Remoting (although I think it is possible) but low level socket communication is definitely functioning. Robert
-
Title says it all really, is it possible to call a .NET 2 library from a .NET 1.1 library? The obvious and immediate answer is no, as the 1.1 library will be running in a 1.1 AppDomain that does not include the 2.0 framework. However is there anyway to "bridge" across, maybe remoting/custom socket server?
modified on Thursday, September 25, 2008 8:47 AM
I mean, why not.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego. -
I mean, why not.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
Most of this sig is for Google, not ego.I like the cut of your jib, however.... When I find a hack frig solution this will be deployed out to over 10 thousand servers and unfortunately the current build of these does not have MSMQ installed. Installing this as part of the deployment process is not feasible.