eramgarden
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 579
I copied the dll this ex-developer had. Made changes, renamed it. Compiled it to a dll.. so far so good
I registered the dll using Com+ in Component Services. I tried both interactive user and with userid/password .
In the ASP code, i have;
But I get this error:
006~ASP 0177~Server.CreateObject Failed~Invalid ProgID.
I did google, but nothing to help me resolve it. One site said to ignore it or something..
any ideas??
I registered the dll using Com+ in Component Services. I tried both interactive user and with userid/password .
In the ASP code, i have;
Code:
set oSvySII = Server.CreateObject ("CallerSurveySectionII.DisplaySecrionIICRM")
But I get this error:
006~ASP 0177~Server.CreateObject Failed~Invalid ProgID.
I did google, but nothing to help me resolve it. One site said to ignore it or something..
any ideas??