PDA

View Full Version : Parser Error Message: Could not load type 'MySite.RMA.CustomerWeb.Launch._Default'.


prestonascott
05-01-2008, 04:12 AM
I am a web developer that is very new to asp.net, but I have experience with asp. A client of mine has multiple websites, some of which are asp.net, I am now trying to troubleshoot getting a .net site that was previously functional back up and running.
Below is the error I am getting(via my web host):

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 'MySite.RMA.CustomerWeb.Launch._Default'.

Source Error:


Line 1: <%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="MySite.RMA.CustomerWeb.Launch._Default" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>


Source File: E:\hosting\member\MySite\Launch\Default.aspx Line: 1


I am used to referencing outside files with asp database connections and what not, but with very little experience in asp.net, that first line of code gets somewhat confusing with the codebehind="Default.aspx.cs" and the inherits="MySite.RMA.CustomerWeb.Launch._Default"
but i did find a .dll file in the bin directory off of the root named "MySite.RMA.CustomerWeb.dll" and like i said before, this site was functional before it was moved to new hosting so it shouldn't be much help that I require but it would be greatly appreciated.
Thanks so much
Your humble ASP.NET newbie,
Preston

A1ien51
05-03-2008, 02:13 PM
There is a few posts down that has the same type of error: http://codingforums.com/showthread.php?t=138709

Eric