Hi everybody,
Could somebody help me with this dll error?
This DotNet dll update the inventory from NAV to Magento Shop. Apparently yesterday working properly but throws me this error today. From Visual Studio works correctly but not from NAV. Can someone tell me what is the problem ? I'm a little lost. ](*,)
0
Comments
In order to use the DLL in NAV your dll must NOT have any Forms, Message boxes, Confirmation boxes, or anything that will display something on the screen.
If there is an error in DLL, please write in the EventView and do not report the error message via e.g. MsgBox.
I hope this helps
Thanks.
I've also discovered a property of DotNet variable that allows you to display dialog boxes from the Dll and as a result have found what was the error. The property is RunOnClient