Link to home
Start Free TrialLog in
Avatar of CodeLover
CodeLover

asked on

Error: "Invalid ProgID"

Hi all,

I have an asp page with the following codes:

Dim obj1
Set obj1 = Server.CreateObject("ASPFormat.Format")

The page is on IIS of Windows 2000. When I open that page, it shows error:

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online

Please help me to fix it. Thanks.
Avatar of Thogek
Thogek
Flag of United States of America image

Do you have the component in which the ASPFormat.Format is defined (ASPFormat.dll?) installed on your server?
Avatar of light777
light777

Do you have the DLL registered?
Avatar of CodeLover

ASKER

Thanks for your quick response. How can I check it?
More about one such ASPFormat object (there may be others): http://www.4guysfromrolla.com/webtech/051601-1.shtml
ASKER CERTIFIED SOLUTION
Avatar of Thogek
Thogek
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial