I'm a beginner to use ibo API in .NET project. I added reference Asi.iBO.dll to my project, then try to run following code:
CStaffUser.GetDefaultStaffUser();
but I got following error:
Could not load file or assembly 'Asi, Version=15.0.3.2399, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Then I try to run following code:
Asi.iBO.CStaffUser user = CStaffUser.Login("MANAGER", "manager");
and I got this error:
Object reference not set to an instance of an object.
I want to know if I miss some setting in web.config file or any other place.
Many thanks,
Shun, what version is your
Shun, what version is your iMIS database (10.6 or 15.0.x)?