The SDK does not come with required DLLS

SOLVED

I downloaded the 2016 edition from here: http://www.sage.com/us/sage-50-accounting/download/sdk/download

When I run the exe, it gives me a ton of documentation and a reference to the API assembly (Sage.Peachtree.API.XML), but not the Sage.Peachtree.API.** DLLs themselves.  They do not install in the GAC, either.  I've tried uninstalling/reinstalling, but it never gives me those DLLs.

Has anyone else seen this?  How do I get those DLLs?

Parents
  • 0
    You have to have Sage 50(Peachtree) installed. If you have it installed the dll should be in C:\Program Files\Sage\Peachtree\API.
    If it is a 64bit computer it will be C:\Program Files (x86)\Sage\Peachtree\API. There should be a Sage.Peachtree.API.dll file in this directory that you can reference from visual studio. This is assuming you have sage 50 installed on the C drive.
Reply
  • 0
    You have to have Sage 50(Peachtree) installed. If you have it installed the dll should be in C:\Program Files\Sage\Peachtree\API.
    If it is a 64bit computer it will be C:\Program Files (x86)\Sage\Peachtree\API. There should be a Sage.Peachtree.API.dll file in this directory that you can reference from visual studio. This is assuming you have sage 50 installed on the C drive.
Children