cancel
Showing results for 
Search instead for 
Did you mean: 

reteriving information through EmployeesInfo object...

Former Member
0 Kudos

hi all,

i m facing a problen in this code..

oEmployeesInfo = new SAPbobsCOM.EmployeesInfo();

if(oEmployeesInfo.GetByKey(8));

SBO_Application.MessageBox("Employee Name: " + oEmployeesInfo.FirstName + Constants.vbNewLine, 1, "Ok", "", "");

in this code i m getting a error

"Retrieving the COM class factory for component with CLSID {EB49B71E-C20E-4D6D-8ECD-A641B0BAAA35} failed due to the following error: 80040111."

how can i overcome to this problem....

regards

nirdesh panwar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do you have the DI API's installed in the system & are u using the right version

Answers (0)