I have a simple COMTI app running on a server named histst01. When I look on the server under Component Services/Computers/My Computer/Com+ Applications it appears there as comti_DLN. When I expand comti_DLN/Components/ the app appears as ctiDLtest.dlnInquiry.1
I have tried to instantiate it using the code below;
Dim oTest As Object
Set oTest = CreateObject("ctiDLtest.dlnInquiry.1", "histst01"
and every other combination I can imagine. I always get the error "Class not registered on local machine"
I can't seem to find any decent code documentation on this part of the puzzle. Can anybody point me at a web page or FAQ to get me rolling. I can find tons of docs on developing and deploying COM+ apps but nil about using them in VB.
Thanks fo rany help you can provide
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
Sam
I have tried to instantiate it using the code below;
Dim oTest As Object
Set oTest = CreateObject("ctiDLtest.dlnInquiry.1", "histst01"
and every other combination I can imagine. I always get the error "Class not registered on local machine"
I can't seem to find any decent code documentation on this part of the puzzle. Can anybody point me at a web page or FAQ to get me rolling. I can find tons of docs on developing and deploying COM+ apps but nil about using them in VB.
Thanks fo rany help you can provide
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
Sam