This topic is locked

Parser Error

8/25/2004 4:01:55 PM
ASPRunner.NET General questions
author

I keep gett this error when I go to load the asp page:
Server Error in '/' Application.

--------------------------------------------------------------------------------
Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'ASPRunnerNET.ListForm'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="GridForm.aspx.vb" Inherits="ASPRunnerNET.ListForm" trace="False"%>

Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Line 3: <HTML>
--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

admin 9/3/2004

Hi,
you need to create a new folder named "BIN" under WWWROOT and copy

asprunnernet.dll file there. This file can found in BIN folder in ASPRunner.NET

output folder.
I hope this helps.