Hi to all,
I am still a newbie in developing and deploying add-in. I am trying to understand they way to deploy dll automatically. I tried all the steps here:
https://kauffmann.nl/2014/09/24/nav-2015-automatic-deployment-of-net-assemblies/
I used a small add-in I found online, the Bing map, with the following interface:
![s3um15gln1aq.png]()
Saved, built the ddl, signed and deployed in the add-in folders (both client and server in the development environment, but I tried also to deploy just on server side).
![b5uxwtx7tll2.png]()
I registered it in NAV:
![pldc0fuxgn0v.png]()
The add-in is "called" in a NAV Page:
![0a6fju388myc.png]()
Now, if I run the add-in page on development server, it works well with RTC client and Webclient
![o6wif0kc7xhr.png]()
I tried on another server, with NAV2017 installed, without deploying the dll, and the add-in doesn't work with RTC (It works with WebClient)
![9y5swte4nx94.png]()
The error pop up just if I try to change latitude, because it calls a method "load" in the add-in class (In the development environment it works).
Any idea how to solve this problem?
Maybe it is something simply but I can't get it.
I hope information is enough.
Thanks in advance.
Davide
I am still a newbie in developing and deploying add-in. I am trying to understand they way to deploy dll automatically. I tried all the steps here:
https://kauffmann.nl/2014/09/24/nav-2015-automatic-deployment-of-net-assemblies/
I used a small add-in I found online, the Bing map, with the following interface:

Saved, built the ddl, signed and deployed in the add-in folders (both client and server in the development environment, but I tried also to deploy just on server side).

I registered it in NAV:

The add-in is "called" in a NAV Page:

Now, if I run the add-in page on development server, it works well with RTC client and Webclient

I tried on another server, with NAV2017 installed, without deploying the dll, and the add-in doesn't work with RTC (It works with WebClient)

The error pop up just if I try to change latitude, because it calls a method "load" in the add-in class (In the development environment it works).
Any idea how to solve this problem?

I hope information is enough.
Thanks in advance.
Davide