This topic is locked

Parser Error Message: Could not load type 'WebDemo.Menu'.

1/4/2006 10:18:59
ASPRunner.NET General questions
swat author

I download the sample vb project from asprunner web site- and here is the error I am getting right away-

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

Line 2: <HTML>

Line 3: <HEAD>
Source File: E:\Inetpub\wwwroot\KILLO\fc\menu.aspx Line: 1
--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
[color=#FF0000]

Eugene 1/7/2006

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.