Hello, I am attempting my first API program on a Sage50 2015 install using C#. I am coding on my development computer, attempting to access Sage50 on my accounting computer. When I attempt to execute: PeachtreeSession apiSession = new PeachtreeSession(); it fails with "Peachtree220.ini does not exist". Obviously it is looking on local machine for the databases and ini file. I assumed that the PeachtreeSession constructor method would allow me to pass it a path or UNC string, but that does not seem to be the case. How do I point the program to the correct path? Thanks for any and all help. Bryan Hunt
↧