cancel
Showing results for 
Search instead for 
Did you mean: 

How to import the SAPBusinessOneSDK.dll into vs2013?

Former Member
0 Kudos

Hello everyone,

I want to import the SAPBusinessOneSDK.dll into vs2013, but I got an error. Was something wrong?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Lee,

Please elaborate on which error you got. It would also be helpful if you can provide the steps you took up until the error occurred.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Hello Pedro

Here is the steps I took up below

toolbox -> right click mouse -> items -> com components -> browse -> select SAPBusinessOneSDK.dll

and the error is: can not load SAPBusinessOneSDK.tlb


Best,

John Lee


pedro_magueija
Active Contributor
0 Kudos

Hi Lee,

The SDK dll is not part of the Toolbox. It's a reference for your project. In the solution explorer find the References -> Right click -> Add reference.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Hi Pedro,

Thank you for your kindly reply, it's so helpful for me. Would you send me some sample code of how to use  the SAPBusinessOneSDK control, such as textbox...?

Best,

John Lee

pedro_magueija
Active Contributor
0 Kudos

Hi John,

I'd recommend having a look at the Samples installed with the SDK. They're the best source for sample code.

Usually it's installed under: C:\Program Files (x86)\SAP\SAP Business One SDK\Samples


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Hello Pedro,

Thank you for your suggestion, I have looked at the Samples installed with the SDK, and I intend to learn how to import a add-on into SBO

Here is the steps I took up below

1.use vs2013 to build up the exe file of the sample code SimpleForm

2.use AddOnRegDataGen to build up the ard file

3.use the function in SBO to register add-on

Administration -> Add-Ons -> Add-On Administration

unfortunately it doesn't work, Was something wrong?

Please find out the attachment to see the situation

Best regards,

John Lee

Answers (0)