Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

January 30, 2008

Server object, ASP 0177 (0×8007007E)

This is the ASP error you would receive if an ActiveX DLL is registered with regsvr32, the class string passed to Server.CreateObject is correct, but the DLL file has been renamed, moved, or deleted.

For example, to create this error we renamed ChilkatFtp2.dll to ChilkatFtp2a.dll, and then ran this code:

set ftp = Server.CreateObject("Chilkat.Ftp2")

The result is this:

Server object, ASP 0177 (0x8007007E)
8007007e

More info about regsvr32 and registry entries relating to ActiveX registration.


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.