Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > CreateObjetc --> ASP 177

Reply
Thread Tools

CreateObjetc --> ASP 177

 
 
sbourdette
Guest
Posts: n/a
 
      04-03-2006
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 !




 
Reply With Quote
 
 
 
 
zzzxtreme@yahoo.com
Guest
Posts: n/a
 
      04-03-2006
i dunno if its related, but if i use other tools to register the com
object, like Component Services, i can't make it work with asp. but if
i use regsrv32, it works
anyway i have always used asp upload by Lewis Moten , without any dll.

 
Reply With Quote
 
 
 
 
sbourdette
Guest
Posts: n/a
 
      04-03-2006
I used regsvr32 too. But the component is well registered because it's
working with administrative rights

Regards

<> a écrit dans le message de news:
. com...
>i dunno if its related, but if i use other tools to register the com
> object, like Component Services, i can't make it work with asp. but if
> i use regsrv32, it works
> anyway i have always used asp upload by Lewis Moten , without any dll.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[QUIZ] One-Liners Mashup (#177 again) Matthew Moss Ruby 44 09-29-2008 07:30 PM
[QUIZ] Statistician III (#177) Matthew Moss Ruby 1 09-17-2008 01:57 PM
NVidia Forceware 177.83 w\PhysX Carlos Windows 64bit 3 08-22-2008 12:55 AM
|| putchar(ch == '\177' ? '?' : ch | 0100) == EOF) c gordon liddy C Programming 8 04-07-2008 06:00 AM
177 releases listed for week 18 (2004-04-26 / 2004-05-02) DVDLister DVD Video 0 04-25-2004 07:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57