|
Subject:
|
Parser Error Message: Could not load type '_Defaul
|
|
Posted By:
|
sahmed1983
|
Post Date:
|
1/25/2007 6:03:08 AM
|
I have developed a website using ASP.NET , But I am getting a error messege
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 '_Default'.
Source Error:
Line 1: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I will be greatful if anyone tell me how I will solve this problem
|
|
Reply By:
|
gbianchi
|
Reply Date:
|
1/25/2007 8:12:41 AM
|
hi there... this is not an asp.net forum, so you will have hard time to find an answer...
but your page seems to be inherits from something... what happens if you take out the inherits clause???
HTH
Gonzalo
=========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html ^^Took that from dparsons signature and he Took that from planoie's profile ===========================================================
|