Ask a Question related to ASP Components, Design and Development.
-
tanya.wang@gmail.com #1
ASP call a COM but got Error Code = 0x8002801d : Library not registered.
Hi all,
I have created a component based on [url]http://support.microsoft.com/kb/299692[/url]
Registered the DLL on my IIS 5.1 server (XP SP2) but I got this error
message on my asp page:
Error Type:
(0x8004E025)
COM+ Activation failed because an initialization function failed.
Check the event log for more information.
/uploadfile.asp, line 55
While the ASP coding is like
Dim strMsg 'As String
dim fuFile
set fuFile = server.CreateObject("ASPFileUpload.file")
fuFile.Target = "C:\TEMP\AspFileUpload\" 'this is line 55
fuFile.Upload
I also checked my event log and found the following message -
The IObjectControl::Activate() method failed. The CLSID of the object
is: {F166EB64-35B6-4D25-A6BE-9097B5D3E732}
Server Application ID: {CF4EDBC3-9899-407D-BB64-9B31A42D0C97}
Server Application Instance ID:
{2583C377-F0C6-4D31-B35B-7F0EA09F527C}
Server Application Name: ASPFileUpload
Error Code = 0x8002801d : Library not registered.
COM+ Services Internals Information:
File: d:\qxp_slp\com\com1x\src\comsvcs\jit\jit.cpp, Line: 444
Comsvcs.dll file version: ENU 2001.12.4414.308 shp
I cannot tell where the problem is because I already registered this
DLL file by using regsvr32 command. I also tried to restart IIS but
got the same result. I have created a folder under c:\temp
\ASPFileUpload and added IUSR_XXXXXX and IWAM_XXXXXX permissions.
Really have no clue. Anyone has ideas will be appreciated.
tanya.wang@gmail.com Guest
-
ASP Library not registered 0x8002801D in OWC11.chartspace
Hey guys, Just want to thank you guys in advance. I am receiving a "library not registered" error when I am running this code. I am not too... -
#26295 [Opn->Bgs]: Change from PCRE Library 3.9 to PCRE library 4.3 has resulted in broken code.
ID: 26295 Updated by: sniper@php.net Reported By: mnbob70 at earthlink dot net -Status: Open +Status: ... -
#26295 [NEW]: Change from PCRE Library 3.9 to PCRE library 4.3 has resulted in broken code.
From: mnbob70 at earthlink dot net Operating system: Linux lion.phpwebhosting.com 2.4 PHP version: 4.3.4 PHP Bug Type: PCRE... -
New RegExp -> (0x8002801D) Library not registered?
Bent Kjeldsen wrote: Is the server using IIS 5 or 4? The Set...= New... syntax was not supported in IIS4. Bob BArrows -
ASP ERROR: error '8002801d' -> Library not registered. : my Active Server Pages are not so active.
I've got two IIS servers. One public and one staging. On the public server the ASP code works fine however on the staging server I've started... -
Jon Paal [MSMD] #2
Re: ASP call a COM but got Error Code = 0x8002801d : Library not registered.
[url]http://support.persits.com/show.asp?code=PS0103069[/url]
<tanya.wang@gmail.com> wrote in message news:1185407765.916634.55570@19g2000hsx.googlegrou ps.com...> Hi all,
> I have created a component based on [url]http://support.microsoft.com/kb/299692[/url]
> Registered the DLL on my IIS 5.1 server (XP SP2) but I got this error
> message on my asp page:
>
> Error Type:
> (0x8004E025)
> COM+ Activation failed because an initialization function failed.
> Check the event log for more information.
> /uploadfile.asp, line 55
>
> While the ASP coding is like
> Dim strMsg 'As String
>
> dim fuFile
> set fuFile = server.CreateObject("ASPFileUpload.file")
> fuFile.Target = "C:\TEMP\AspFileUpload\" 'this is line 55
> fuFile.Upload
>
> I also checked my event log and found the following message -
>
> The IObjectControl::Activate() method failed. The CLSID of the object
> is: {F166EB64-35B6-4D25-A6BE-9097B5D3E732}
>
> Server Application ID: {CF4EDBC3-9899-407D-BB64-9B31A42D0C97}
> Server Application Instance ID:
> {2583C377-F0C6-4D31-B35B-7F0EA09F527C}
> Server Application Name: ASPFileUpload
> Error Code = 0x8002801d : Library not registered.
> COM+ Services Internals Information:
> File: d:\qxp_slp\com\com1x\src\comsvcs\jit\jit.cpp, Line: 444
> Comsvcs.dll file version: ENU 2001.12.4414.308 shp
>
> I cannot tell where the problem is because I already registered this
> DLL file by using regsvr32 command. I also tried to restart IIS but
> got the same result. I have created a folder under c:\temp
> \ASPFileUpload and added IUSR_XXXXXX and IWAM_XXXXXX permissions.
> Really have no clue. Anyone has ideas will be appreciated.
>
Jon Paal [MSMD] Guest
-
tanya.wang@gmail.com #3
Re: ASP call a COM but got Error Code = 0x8002801d : Library not registered.
On Jul 26, 9:36 am, "Jon Paal [MSMD]" <Jon nospam Paal @ everywhere
dot com> wrote:I tried to add everyone and granted full access to that key value, but> [url]http://support.persits.com/show.asp?code=PS0103069[/url]
>
>
>
> <tanya.w...@gmail.com> wrote in messagenews:1185407765.916634.55570@19g2000hsx.goo glegroups.com...>> > Hi all,
> > I have created a component based onhttp://support.microsoft.com/kb/299692
> > Registered the DLL on my IIS 5.1 server (XP SP2) but I got this error
> > message on my asp page:>> > Error Type:
> > (0x8004E025)
> > COM+ Activation failed because an initialization function failed.
> > Check the event log for more information.
> > /uploadfile.asp, line 55>> > While the ASP coding is like
> > Dim strMsg 'As String>> > dim fuFile
> > set fuFile = server.CreateObject("ASPFileUpload.file")
> > fuFile.Target = "C:\TEMP\AspFileUpload\" 'this is line 55
> > fuFile.Upload>> > I also checked my event log and found the following message ->> > The IObjectControl::Activate() method failed. The CLSID of the object
> > is: {F166EB64-35B6-4D25-A6BE-9097B5D3E732}>> > Server Application ID: {CF4EDBC3-9899-407D-BB64-9B31A42D0C97}
> > Server Application Instance ID:
> > {2583C377-F0C6-4D31-B35B-7F0EA09F527C}
> > Server Application Name: ASPFileUpload
> > Error Code = 0x8002801d : Library not registered.
> > COM+ Services Internals Information:
> > File: d:\qxp_slp\com\com1x\src\comsvcs\jit\jit.cpp, Line: 444
> > Comsvcs.dll file version: ENU 2001.12.4414.308 shp>> > I cannot tell where the problem is because I already registered this
> > DLL file by using regsvr32 command. I also tried to restart IIS but
> > got the same result. I have created a folder under c:\temp
> > \ASPFileUpload and added IUSR_XXXXXX and IWAM_XXXXXX permissions.
> > Really have no clue. Anyone has ideas will be appreciated.- Hide quoted text -
> - Show quoted text -
no help...
any other ideas?
tanya.wang@gmail.com Guest
-
Jon Paal [MSMD] #4
Re: ASP call a COM but got Error Code = 0x8002801d : Library not registered.
For technical support, write to [email]support@persits.com[/email].
>
> I tried to add everyone and granted full access to that key value, but
> no help...
> any other ideas?
>
Jon Paal [MSMD] Guest



Reply With Quote

