Options

dotnet methode with String argument fails

ottobeottobe Member Posts: 67
edited 2013-08-29 in NAV Three Tier
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?
Sign In or Register to comment.