Ask a Question related to ASP Components, Design and Development.
-
Paul W #1
ActiveX component can't create object
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
Paul W Guest
-
ActiveX component can’t create object‘AcroExch.App’
I have the same problem. With only Adobe Acrobat 5.0 installed all works fine, then I have installed the Acrobat Reader 8.0 and now with the reader... -
Error: 429 ActiveX Component Can't create Object
Hi all, I have Adobe Acrobat Professional 7.0 installed on an NT Server. Now, the question is, can I use its objects in an intranet ASP... -
Help on this error -- ActiveX component can't create object
I got this error on the new environment. It works on the old environment. New: window 2003 server. iis 6.0, Microsoft visual basic 6.0. old:... -
ActiveX cannot create object component -HelpPlease
Hi, I tried to open an Access application that I developed moths ago but I keep getting the error while trying to link the front-end to the... -
Activex component can't create object error
Well Tony, you are right. at start up I get this error:cannot load DLL - and this gets highlighted: Set dbs = CurrentDb() But, as I said,... -
Anthony Jones #2
Re: ActiveX component can't create object
"Paul W" <Paul.Wonderly@medcere.com> wrote in message
news:1149176625.675687.183250@j55g2000cwa.googlegr oups.com...Have you got enforce access checks on the COM+ app?> 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
>
What is the identity that the COM+ app runs under and does that have access
to the dlls?
Anthony Jones Guest



Reply With Quote

