I have created a .NET library with a set of methods.
This works, except if I call a method that uses string as argument.
.NET: public void SetAddress(string Address)
Calling this from NAV with LibVar.SetAddress('Some text'); result in NAV error: Method not found.
(It shows correctly up in C/AL Symbol menu)
Integer methods work fine.
Any comments?
0