Problem in unloading C++ DLL from C# Application

Feb 22 2007 8:41 AM
Hi All,

I have a DLL developed in C++ which I am using in my C# code to access some functions.
I am loading the DLL using LoadLibrary() in constructor.

I tryied to unload the DLL using FreeLibrary() but i did not succeded.

Please advice me how to unload this DLL using FreeLibrary() or by any other way .

Your help will be greatly appriciated.