I developed an console application to connect to SAP B1 via DI API and notice the line below is too slow to execute. It takes about 1 min to run.
SAPbobsCOM.Company oCompany = new SAPbobsCOM.Company();
*I'm using SAPBusinessOneSDK.dll and already registered the dll using regasm.
Can someone help me identify the cause of the problem?