DotNet dll

FranklinFranklin Member Posts: 253
edited 2014-11-20 in NAV Three Tier
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. ](*,)

Comments

  • vremeni4vremeni4 Member Posts: 323
    Hi,

    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.
  • FranklinFranklin Member Posts: 253
    Thank you very much for your information.
    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
Sign In or Register to comment.