COM Check | Download |
Introduction
With this command line tool you can check the registration of COM objects. The main purpose of this program is to help debug the creation of COM objects.
When working with COM objects you often see error messages such as the following:
- Error 429: ActiveX Can't Create Object
- object error 'ASP 0177 : 800401f3' Server.CreateObject Failed
These errors can occur because something is wrong with the COM object registration. Ohter typical reasons for failing creation of COM objects are missing permissions or missing files.
Usage
USAGE:
COMCHECK progid=com_progid
Parameter Description
------------- -----------------------------------------------------------------
progid The progid of the COM object to check.
System Requirements
This program runs on systems with Microsoft.NET Framework 2.0.
Version History
2010-12-20 (1.0.4006.19702)
- First public release.