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

CFOBJECT - accessing a dll on a machine other than the server

Status
Not open for further replies.

cturland

Programmer
Sep 25, 2000
66
0
0
GB
I'm having trouble accessing a dll on a machine that is not the server. I'm using the following code,

<CFOBJECT name=&quot;obj_name&quot; action=&quot;CREATE&quot; type=&quot;COM&quot; class=&quot;advOBJ.OBJ&quot; context=&quot;REMOTE&quot; server=&quot;200.100.10.12&quot;>

I keep getting the message &quot;COM error 0x80040154. Class not registered&quot;. I've tried using a ASP page on the machine where the dll is and it works fine.

Any ideas?
I did read somewhere that I may need to use the CLSID, is this true? If it is where do I use it? It doesn't seem to be recognised in the class.

Rgds,
Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top