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 😊