I have the following lines of code in an include file. It bombs on the red line with an error of '800c0005' which I believe is that a resource cannot be located. The global asa line that initializes ("LIBRARY_PATH") is also shown. Any insights? Thanks, Dave <% '******************************************************************************* '* '* Name: Left Nav Featured Column '* Author: Kevin Callahan '* Date Created: 07.25.2006 '* Purpose: Renders the correct dynamic content for the Help page '* '* File: /includes/_left-nav-featured.asp '* Called By: /includes/left-nav-featured.inc.asp '* '* ============================================================================ '* '* Modifications: '* (Date) (Author) - (Reason) '* '******************************************************************************* '******************************************************************************* ' Declare the Library Components '******************************************************************************* SET objElementString = GetObject("script:" & Application("LIBRARY_PATH") & "\SiteLab.String.wsc") SET objElementDatabase = GetObject("script:" & Application("LIBRARY_PATH") & "\SiteLab.Database.wsc") +++++++++++++++ global asa segment ++++++++++++++++++++++++++ ' Path to ASP Libraries. Application("LIBRARY_PATH") = Server.MapPath("\libraries\")
not sure but it looks like you're going to wind up with two '\\' backslashes \libraries\\SiteLab.String.wsc