This topic is locked

Error-

10/24/2005 12:58:30
ASPRunner.NET General questions
swat author

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 'WebDemo.Login'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="WebDemo.Login" %>

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

Line 3: <HTML>
Source File: E:\Inetpub\wwwroot\file\aspnet\login.aspx Line: 1
--------------------------------------------------------------------------------

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

Eugene 10/25/2005

This error message means .NET framework cannot locate WebDemo.dll file. This happens when you put generated files to folder other than Website root directory or virtual directory root. This is the way how .NET framework works.
You need to create a bin folder under your Web site root and put WebDemo.dll file there. WebDemo.dll file can be found in ASPRunner.NET output directory in BIN folder.