ActiveX component can't create object
- From: "Paul W" <Paul.Wonderly@xxxxxxxxxxx>
- Date: 1 Jun 2006 08:43:45 -0700
I'm having problems setting up a monstrous COM+ Frankenapp on my local
machine. The application works on the development server when I access
it from outside, but I can't use my local version for debugging. The
application works until I attempt to use a portion that requires some
older .dlls, at which point I get "ActiveX component can't create
object" error in dllhost.exe. The point at which it breaks is in a
VBScript:
set xSession = Server.CreateObject("xSession.Session")
While reading up on the problem I noted several posts suggesting that
there was a problem with permissions. I set up both IUSR_<machine> and
IWAM_<machine> as administrators, as well as specifically granting read
permissions to the dlls in question, and this did not fix the problem.
I have registered the dlls multiple times, and changed any setting I
could think of in IIS. I am at my wits end, any help would be
appreciated.
Thanks,
- Paul
.
- Follow-Ups:
- Re: ActiveX component can't create object
- From: Anthony Jones
- Re: ActiveX component can't create object
- Prev by Date: Re: VB Component debugging as anonymous access
- Next by Date: Re: Retrieve local machine's environment variable from ASP page
- Previous by thread: Re: VB Component debugging as anonymous access
- Next by thread: Re: ActiveX component can't create object
- Index(es):
Relevant Pages
|
|