Hi all,
I have imported nvo from .NET dll.
When I run application with imported nvo, after I close application and destroy of that nvo is called the dll is still locked and cannot be overloaded.
Is there any propper way to destroy such a nvo to unload .NET dll?
The nvo was created with Encapsulate a DotNetAssembly object in each DotNetObject object checked.
Thank you Ales
I have one more question.
Are there any propper ways to cleanup processing in .NET part of application? I tied to call cleanup function in descructor event of DotNETObject, but when PB application ends with HALT CLOSE the destructor event seems to be not called.