|
Posted 10/21/2008 2:19:14 PM
|
|
|
|
Site's been running just fine both online and locally under development environment; after re-uploading I'm now getting this; can you please advise?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 'DSS30.DSSMaster'.
Source Error:
Line 1: <%@ Master Line 2: Language="C#" Line 3: AutoEventWireup="true" |
Source File: /DSSMaster.master Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 Thanks, Duane T. Doutel
Regards,
DDoutel
|
|
Posted 10/22/2008 10:22:51 AM
|
|
|
|
Try rebuilding the app locally and reuploading. These errors occur if the .aspx page or the Global.asax page contains a reference to a code-behind module and if the application has not been built.
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
Posted 10/22/2008 3:34:31 PM
|
|
|
|
yeah, thanks Plato; found the solution's deployment project build had gone around the bend on me. Had to recreate the whole project, since none of the page codebehind classes but one were being included in the output .DLL.
Regards,
DDoutel
|
|
|
|