Skip to Content
0
Former Member
Jun 28, 2006 at 07:56 PM

Sap Business One DI API and C# Connect

1260 Views

Hi,

I saw the documentation about connecting to a Company in VB.NET. It works well. Now when I'm trying in C# with the same code, it doesn't connect at all.

I'm wondering if the Company Object I'm declaring is correct.

In VB.NET the SAPbobsCOM.Company is used but in C#

we got the Interface AND the CompanyClass()

Here's my problem. Which one to use and How 😊