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 Reply
  • 0 in reply to JStrz

    You can't use .NET Core with the Sage .NET API because they are Win32 DLLs and .NET Core is platform independent. Trying to reference the Win32 DLLs from a .NET Core project will break it because it will no longer be platform independent. You need to tell the project that the target platform is x86

Children
No Data