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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling remote COMTI app

Status
Not open for further replies.

sdraper

Programmer
May 6, 2002
332
US
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]

Sam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top