Ask a Question related to ASP Components, Design and Development.
-
Free #1
CreateObject --> ASP 0177
Bonjour,
I just install Windows Server 2003 (+IIS6) and my old application doesn't
work anymore because i'm unable to use server.createobject. My error is :
---------------------------------------------------------
Objet Server erreur 'ASP 0177 : 800401f3'
Échec de Server.CreateObject
/Main.asp, ligne 26
800401f3
---------------------------------------------------------
My code :
---------------------------------------------------------
set objUpload = server.CreateObject("Dundas.Upload.2")
---------------------------------------------------------
This code works fine on Windows 2000 Server.
This code works fine on Windows 2003 Server only if I add IUSR_MACHINE to
Administrators groups.
So the Components is installed and it's a permissions issue. I tried to give
IUSR_MACHINE all access to the dll directory and system32 directory but it
still doesn't work
Does anyaone has an Idea ?
I'm gonna crazy !
Free Guest
-
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)... -
ASP 0177 : c0000005 .. Need help
Hi, I m getting crazy since I try to use a vb6 component with Windows 2003 I get this error.. There's something strange, because it works on... -
Problem: 'ASP 0177 : 80131700'
What does this asp errorcode mean I'm trying to create a c# class through interop -
WSC CreateObject fails in ASP with 0177 error Ran Out of Memory
Greetings, This seems to be the right group to ask this question however if anyone can suggest a more appropriate group then please do so. I... -
006~ASP 0177~Server.CreateObject Failed~
I am trying to communicate between an ASP page and a SQL database and I am getting the following error message on the browser: 006~ASP... -
Keith. O #2
RE: CreateObject --> ASP 0177
Have you registered the component?
Try
regsvr32 foo.dll
Thanks
"Free" wrote:
> Bonjour,
>
> I just install Windows Server 2003 (+IIS6) and my old application doesn't
> work anymore because i'm unable to use server.createobject. My error is :
>
> ---------------------------------------------------------
> Objet Server erreur 'ASP 0177 : 800401f3'
>
> Échec de Server.CreateObject
>
> /Main.asp, ligne 26
>
> 800401f3
> ---------------------------------------------------------
>
> My code :
> ---------------------------------------------------------
> set objUpload = server.CreateObject("Dundas.Upload.2")
> ---------------------------------------------------------
>
> This code works fine on Windows 2000 Server.
> This code works fine on Windows 2003 Server only if I add IUSR_MACHINE to
> Administrators groups.
>
> So the Components is installed and it's a permissions issue. I tried to give
> IUSR_MACHINE all access to the dll directory and system32 directory but it
> still doesn't work
>
> Does anyaone has an Idea ?
>
> I'm gonna crazy !
>
>
>Keith. O Guest



Reply With Quote

