I have developed a dll, which is being used as an add-in for Dynamics NAV. When I am running the add-in on our test server it's working fine - no issues, errors or whatever.
But when I'm trying to deploy the add-in to the live server, it returns an error box with the message "Access is denied"
The add-in is a dll from Visual Studio, which has a single callable method that is called from a codeunit in NAV.
I've been searching quite a bit for a potential solution, but nothing has worked yet.
Does anyone have an idea for what might be wrong?