Microsoft Knowledge Base Email Alertz

(273744) - When you attempt to instantiate an object in Active Server Pages (ASP), you may receive one of the following errors on your Web browser: HTTP 500.100 - Internal Server Error - ASP error Internet Information Services -or- Server object, ASP 0177...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 273744 - Last Review: May 8, 2001 - Revision: 1.0

PRB: Server.CreateObject Returns HTTP 500.100 or ASP 0177 Error (0x8007007E)

This article was previously published under Q273744

SYMPTOMS

When you attempt to instantiate an object in Active Server Pages (ASP), you may receive one of the following errors on your Web browser:
HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
-or-
Server object, ASP 0177 (0x8007007E) /test/ils3/ilslist.asp, line 22
-or-
8007007e - The specified module could not be found.

The line and page that are specified vary from the preceding sample error message. However, the line that is noted in the error message will likely have the following syntax:
Set objHostName = Server.CreateObject("HostName.ConvertHostName")
				

CAUSE

This error occurs when you attempt to use the Server.CreateObject method to instantiate an object that is not registered on the local system.

RESOLUTION

To resolve the error, use Regsvr32.exe to register the object that you want to instantiate from your Active Server Pages.

For example, to resolve the sample error that is shown in the "Symptoms" section, type the following commands at a command prompt to register an object called Hostname.dll that is located in the C:\ils folder on the local system:
c:
cd \ils
c:\winnt\system32\regsvr32.exe c:\ils\hostname.dll
If you are successful, a dialog box displays the following message:
DLLRegisterServer in hostname.dll succeeded.
To ensure that the newly registered module is loaded in memory, restart the Web services.

APPLIES TO
  • Microsoft Active Server Pages 4.0
Keywords: 
kbprb KB273744
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate