cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to run the sample program

Former Member
0 Kudos

Hi,

i just started learning the business one sdk.

I am looking at the SDK samples given with software, but when i run the sample nothing is happening in business one. am i missing something when running the application.

Help in this situation..

Thanks In Advance..............

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I expect you have missed some steps before executing the sample..

1. Add reference to the "SAP Business One UI API"

2. Insert the development connection string to the "Command line argument"

For doing the above steps you have to the following

1.

a. Project->Add Reference...

b. select the "SAP Business One UI API 2005" From the COM folder

2.

a. Project->Properties...

b. choose Configuration Properties folder (place the arrow on Debugging)

c. place the following connection string in the 'Command line arguments' field

0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056

By doing above steps you can see the result in business one application while running the sample program.

Hope this helps you.

Regards,

jagadeesh.v

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Thanks For your reply.

Its working fine..

I almost wasted for one day to get through this..