|
|
Posted 06/12/2004 10:34:33 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/12/2004 23:50:00
Posts: 1,
Visits: 1
|
|
I'm trying to install InstantKB.NET in a child virtual directory of my web application. The InstantKB.NET child subdirectory is configured to be an application in IIS. I am using Rainbow Portal as the root application of my web site. I.e.: http://localhost/website points to Rainbow Portal. http://localhost/website/kb points to InstantKB.NET. When I try to access the knowledge base, I'm getting the error shown below. Have you dealth with this type of configuration before where the parent web application uses HTTP modules? Any suggestions on how I can get around this? I'm coming up blank. Thanks, Michael Collins
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: File or assembly name Rewrite.NET, or one of its dependencies, was not found.
Source Error:
Line 200: <!-- HttpURLHandler for handling url requests -->Line 201: <httpModules>Line 202: <add type="Rewrite.NET.Rewrite,Rewrite.NET" name="Rewrite.NET" />Line 203: </httpModules>Line 204: <!-- Session state --> |
Source File: C:\Documents and Settings\Michael\My Documents\projects\website\vendorsrc\rainbowportal\Rainbow\web.config Line: 202
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Rewrite.NET' could not be loaded.
=== Pre-bind state information ===LOG: DisplayName = Rewrite.NET (Partial)LOG: Appbase = file:///C:/Documents and Settings/Michael/My Documents/projects/website/vendorsrc/instantkb.netLOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).LOG: Post-policy reference: Rewrite.NETLOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/imaginaryrealities_kb/10bb5e05/3b824e93/Rewrite.NET.DLL.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/imaginaryrealities_kb/10bb5e05/3b824e93/Rewrite.NET/Rewrite.NET.DLL.LOG: Attempting download of new URL file:///C:/Documents and Settings/Michael/My Documents/projects/website/vendorsrc/instantkb.net/bin/Rewrite.NET.DLL.LOG: Attempting download of new URL file:///C:/Documents and Settings/Michael/My Documents/projects/website/vendorsrc/instantkb.net/bin/Rewrite.NET/Rewrite.NET.DLL.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/imaginaryrealities_kb/10bb5e05/3b824e93/Rewrite.NET.EXE.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/imaginaryrealities_kb/10bb5e05/3b824e93/Rewrite.NET/Rewrite.NET.EXE.LOG: Attempting download of new URL file:///C:/Documents and Settings/Michael/My Documents/projects/website/vendorsrc/instantkb.net/bin/Rewrite.NET.EXE.LOG: Attempting download of new URL file:///C:/Documents and Settings/Michael/My Documents/projects/website/vendorsrc/instantkb.net/bin/Rewrite.NET/Rewrite.NET.EXE. |
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
|
|
|
|