|
Article PS040115121
Library not registered error |
Problem Description
When trying to create an instance of the AspPDF component, the line of code
Set Upload = Server.CreateObject("Persits.Pdf")
generates the following error:
Server object error 'ASP 0177 : 8002801d'
Server.CreateObject Failed
Library not registered.
Solution
This error usually occurs because of tight security settings in the HKEY_CLASSES_ROOT
section of the registry. To fix the error, run regedt32
and select the following key: HKEY_CLASSES_ROOT\TypeLib\{414FEE4B-2879-4090-957E-423567FFCFC6}
From the Security menu, select Permissions. Add Everyone to the permission
list and assign Full Control to the Everyone account. Make sure the setting
propagates to the sub-keys as well.
Created: 1/15/2004 1:55:29 PM
Last Modified: 1/15/2004 1:56:04 PM
Copyright © Persits Software, Inc. 1998 - 2023
For technical support, write to support@persits.com.
|
|