0
Answer

Problem in unloading C++ DLL from C# Application

Ask a question
Ishwar Goudar

Ishwar Goudar

17y
1.9k
1
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.