B
b
I have an application that runs a DLL written in Delphi .net.
My Dll runs well only on .net framework 1.1 and NOT 2.0.
The problem is that my main application runs few DLLs some need to run
on framework 1.1 and some on 2.0 - so I cant specify on the exe.config
to run on 1.1 (<supportedRuntime>) - b.c then other dlls wont run
well.
Is there is a way to specify that only a specific dll will run on the
..net framework 1.1 and not 2.0?
Thanks for any help
b
My Dll runs well only on .net framework 1.1 and NOT 2.0.
The problem is that my main application runs few DLLs some need to run
on framework 1.1 and some on 2.0 - so I cant specify on the exe.config
to run on 1.1 (<supportedRuntime>) - b.c then other dlls wont run
well.
Is there is a way to specify that only a specific dll will run on the
..net framework 1.1 and not 2.0?
Thanks for any help
b