Hi,
I am migrate an aplication in vb 6 and i have a problem. When i try to make a getSession using sessionManager and then i create a new object, some error appear, it´s something about "SessionHandle with identifier public final". This is my code:
set gSession = sMgr.getSession("Repository")
set n = gSession.newObject("Cabinet")
Any idea?
Thanks for your help.