Ask a Question related to ASP Components, Design and Development.
-
Kevin #1
Server object, ASP 0177 (0x800401F3) Invalid Class String
First of all, I have read all of the solutions I could possibly find for this
issue. Secondly, none of them work for me.
I am using: WinXP Pro SP2, VB6, ASP
Here is a breakdown of my problem:
- I have created a custom ActiveX DLL named DLObjects with a class named
DLFactory.
- I have registered this DLL
- I created a COM+ application and set the Identity to the Administrator
account
- I CAN instantiate the DLL with VB6
- I CAN NOT instantiate the DLL with ASP
- I have verified it is registered
- I have verified IUSR and IWAM accounts have access to the DLL folder
- I have used other third-party DLLs without an issue
Here is the abridged code:
<%
Dim Factory
Set Factory = Server.CreateObject("DLObjects.DLFactory") '<-- Error here.
Yes, it is spelled correctly
Set Factory = Nothing
%>
As stated before, I am able to use this DLL without issue in VB6 on the same
machine. I am also able to copy to DLL to a Win2k3 machine, register, and
use it in ASP.
This is driving me completely mad as I have been programming professionally
for 13 years and have NEVER had an issue that has stumped me like this... I
am sure it is something simple (but my pride hopes otherwise). Any and all
insights into this issue is more than appreciated.
Please remember that I have read and tried all of the solutions for this and
none have worked so please do not suggest these
basic-easy-to-find-already-checked answers:
- IUSR/IWAM Permissions
- Registering DLL / COM+
- Checking the spelling
Thanks again in advance for your help!!
Kevin Guest
-
Server object error 'ASP 0177 : 8007000e'
Hi, I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I am trying to create an instance of an ActiveX control using... -
Server object, ASP 0177 (0x800401F3)
I have a Win2k server running IIS5.0. I have another server in the network that has a web based application that i would like to make public. On... -
Invaldi ProgID: ASP 0177 (0x800401F3)
Hi all: I am getting a problem when I try to run my asp page.The error I am getting is Error Type: Server object, ASP 0177 (0x800401F3)... -
Server object error 'ASP 0177 : 800401f3'
I am not able to figure this one out. I am getting this message when i am trying to send confirmation of an order on my localhost testing site. I... -
Server object, ASP 0177 (0x800401F3) Error? SOS
Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft... -
Kevin #2
RE: Server object, ASP 0177 (0x800401F3) Invalid Class String
Other DLLs, like msado15.dll, also has the same error when unregerster then> - I have used other third-party DLLs without an issue
>
re-regerster using regsvr32.exe.
Kevin Guest
-
Egbert Nierop \(MVP for IIS\) #3
Re: Server object, ASP 0177 (0x800401F3) Invalid Class String
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:506B52D9-EE61-4716-A295-17F5D1A842C3@microsoft.com...Sorry, numbers hardly do count.> First of all, I have read all of the solutions I could possibly find for
> this
> issue. Secondly, none of them work for me.
> use it in ASP.
>
> This is driving me completely mad as I have been programming
> professionally
> for 13 years and have NEVER had an issue that has stumped me like this...
> I
> am sure it is something simple (but my pride hopes otherwise). Any and
> all
> insights into this issue is more than appreciated.
Try to run regmon from sysinternals and filemon. You -will- see what is
missing or what permission is wrong.
--
compatible web farm Session replacement for Asp and Asp.Net
[url]http://www.nieropwebconsult.nl/asp_session_manager.htm[/url]
> Please remember that I have read and tried all of the solutions for this
> and
> none have worked so please do not suggest these
> basic-easy-to-find-already-checked answers:
>
> - IUSR/IWAM Permissions
> - Registering DLL / COM+
> - Checking the spelling
>
> Thanks again in advance for your help!!Egbert Nierop \(MVP for IIS\) Guest



Reply With Quote

