i have a COM DLL which stops at this point getobjectcontext.setcomplete.
Could anybody suggest me what could be the problem?
Thanks
Sam
Printable View
i have a COM DLL which stops at this point getobjectcontext.setcomplete.
Could anybody suggest me what could be the problem?
Thanks
Sam
I think u have to give us more to go on if u want any suggestions.
getobjectcontext.setcomplete what is that?
Elaborate and show us more of the code.
This is something i have never experienced.
anyways, the DLL that i created works totally fine if i say transactions disables. However, if i say transactions required then it gives me an error saying Visual Foxpro Driver not capable; Since Visual foxpro is the database that i am using.
I am using COM+ and i use a VB ActiveX DLL and in the class properties i have the option of chosing a MTS transaction (option 2) or Not a MTS Transaction (option 0)..
It works with option 0; doesn't work with option 2. I hope if someone could throw some light on this matter.
Thank you
Sam