Does ACCPAC.Advantage depend on Windows.Forms?

Trying to use the .NET ACCPAC.Advantage library in a console app and it's saying I need a ref to windows.forms DLL? Is this normal? Do I really need win forms?

Parents
  • 0

    No, you don't need forms. If you're adding a reference to the Advantage DLLs, you add them both (ACCPAC.Advantage.dll and ACCPAC.Advantage.Types.dll) from here:

    C:\Program Files (x86)\Common Files\Sage\Sage 300 ERP\

    Then see my other response to you regarding creating a session.

Reply
  • 0

    No, you don't need forms. If you're adding a reference to the Advantage DLLs, you add them both (ACCPAC.Advantage.dll and ACCPAC.Advantage.Types.dll) from here:

    C:\Program Files (x86)\Common Files\Sage\Sage 300 ERP\

    Then see my other response to you regarding creating a session.

Children