Sage new build 26.2.0.0 has an issue with COM APIs

Hi All,

I am facing an issue with the login programmatically (Interop COM DLLs) with new version 2019, build 26.2.0.0. of Sage 50 US. Is anyone also facing the same issue? Is there anyone has any idea to solve the issue?

Please advice, It's urgent.

Thanks,

SF 

  • 0

    I have been having the same issue. What I have done is to send ptApp.CloseCompany() to the COM interface to close down any open companies. Then I simply use ptApp.OpenCompanySecure(..) and it works. So I found that closing the company even if it is the first time you are logging in for the day works the best, so far.