M
MuZZy
Hi,
If i have both versions of .NET installed on my machine, can i somehow
invoke a .NET 1.1 version of a method from .NET 2 program?
In particular, yes, i want to run 1.1 version of String.GetHashcode().
I assume that using reflection i might be able to get the 1.1 assembly,
right?
Any ideas?
Thank you,
MuZZy
If i have both versions of .NET installed on my machine, can i somehow
invoke a .NET 1.1 version of a method from .NET 2 program?
In particular, yes, i want to run 1.1 version of String.GetHashcode().
I assume that using reflection i might be able to get the 1.1 assembly,
right?
Any ideas?
Thank you,
MuZZy