Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get LLIllegalOperationException Error

Status
Not open for further replies.

carlli999

Programmer
Aug 30, 2012
4
CA
I am trying to convert LAPI for c++/vb6 to LAPI for VB NET. I am using LAPI9.7.1. I got the following issues:
1. LAPI 9.7.1 for NET doesn't works on MS Net Framework 4.0, but work in 3.5,3.0.
2. When using doc.fetchCategoryVersion(catID,catVersion) , I always get LLIllegalOperationException, I don't have this issue when using LAPI for c++/vb.

I did this convert because vb6 is deprecated by Microsoft.

Can you help on some debug guidance?
 
I don't think it is framework rather dependencies
Lapi can run in all frameworks provided they are not 64 bit and has the redistributable VJ in that computer
Getting lapi to work in a 64 bit environment is very tough and ut requires a lot of work like
downgrading the framework and doing some more stuff.You will not get support from OT with lapi on 64 bit
read the relnotes on where and how lapi can be developed


Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Thanks for the reply.

Does anyone has runable sample code for using fetchCategoryVersion() ?
 
Just let you know my issue is resolved.
I passed a string number into objID.id which requires an integer. That has caused the LLIllegalOperationException.

Thanks all for the reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top