Hi Roberto
Thanks for your answer. I am aware that COM is not supported. That's why I created this dotnet dll of mine. I thought that Navison could talk to my dll, and my dll could relay the communication to the COM dll:
******* Codeunit >>> dotnet-dll (WithEvents and NOT RunOnClient) >>> COM-dll *******
The reason for this construction is:
* I must use the COM-dll
* I need to Relay events back to Codeunit
I have created a interrim solution like this:
* I use RunOnClient
* My dotnet-dll queues up the events from COM-dll
* Codeunit is Polling my dotnet-dll for event information
It is not perfect. I really would like a better solution. I tried all suggestions in that mibuso link.