Is there any way I can access the Sage 50 accounting app Us edition remotely using COM SDK. The COM api that I have used requires the sage app to be installed on the same computer. The COM API used the Getapplication method the access the application. Eg. Interop.PeachwServer. Application app = (Interop.PeachwServer. Application )login.GetApplication(username, password); Now If I want to access the sage accounting app from the different machine, is there any way I can do this. Any help is greatly appreciated.
↧