SDK seeking permissions every time

SOLVED

Hi,

We are trying to build up an application using the Sage SDK to create invoices in the Sage 50. In our testing , we found that the Sage SDK is prompting for the user to give permission every time (even if it is same company file that we gave permissions earlier) we open a company file. Is this an expected behavior? Or is it possible to skip the permissions once the user has authorized it?

Thank you for your help in advance.

Parents
  • +1
    verified answer

    Hi there, I had noticed the same thing. What it boils down to is that every time that Visual Studio builds the solution, Sage thinks it's a new program. If you run your executable from you bin folder after you have given permissions, SAGE will not ask for permissions again. 

Reply
  • +1
    verified answer

    Hi there, I had noticed the same thing. What it boils down to is that every time that Visual Studio builds the solution, Sage thinks it's a new program. If you run your executable from you bin folder after you have given permissions, SAGE will not ask for permissions again. 

Children