Could not load type
I am getting the following error, although I have a class named run_specific_query under the namespace HIV. Don't understand what to do now. Any help would be appreciated. Code can be pasted if required.
Server Error in '/hiv' 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 'HIV.run_specific_query'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="run_specific_query.aspx.cs" AutoEventWireup="false" Inherits="HIV.run_specific_query" %>
Line 2: <!--#include file = "includes/controls.inc" --> Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Source File: C:\Inetpub\wwwroot\hiv\run_specific_query.aspx Line: 1
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
Thank you in advance.
Last edited by skhan; July 29th, 2009 at 11:08 AM..
|