|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Library Not Registered - ASP 0177:8002801D |
|
From: |
Bill Clark |
|
Date: |
9/27/1999 2:33:30 PM |
|
IP: |
206.79.132.164 |
I’ve been spinning my wheels on this issue and must apologize up front for the long post.
Background:
I have a COM object that resides in an Out of Proc service (EXE) and want to access it via ASP. Logging into my machine locally using IUSR_MachineName (where MachineName is the computer’s name) I’m able to create this object in Visual Basic just fine. Furthermore, I’m able to create the object “Word.Application” from ASP as described in Jarle Berge’s post dated 09/24/99.
In my “global.asa” file I have the following lines:
<!--==Visual InterDev Generated - startspan==-->
<!--METADATA TYPE="TypeLib" NAME="RoutingMonitor 3.52 Type Library" UUID="{085B53A6-EDF3-11D2-8E2E-005004039E24}" VERSION="3.52"-->
<!--==Visual InterDev Generated - endspan==-->
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
Set Application("iRoutingManager") = Server.CreateObject("RoutingMonitor.UpShotRouterManager")
end sub
Sub Application_OnEnd
Set Application("iRoutingManager") = Nothing
end sub
</SCRIPT>
**Error(1):**
IE returns the following error:
Server object error ASP 0196 : 80040154
Cannot launch out of process component
//global.asa, line 7
Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.
**Resolution:**
1) I used /winnt/system32/inetsrv/adminsamples/adsutil.vbs to modify |
Follow Up - Library Not Registered - ASP 0177:8002801D (Part 2) - Bill Clark 9/27/1999 2:40:50 PM
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|