Hi,

Since .Net seems to have a problem with releasing dlls once you have loaded them (you have to quit your program entirely before it will release them), is it possible to use C++ to load a C# dll, and let that handle the code to release the dll?

Thanks,

Az.