中国开发网: 论坛: 程序员情感CBD: 贴子 341335
summerrose
没没,我的BLOG不能用,一天了,想写杭州的好吃的都没法写呀
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not load file or assembly 'App_Web_mrfs-ghn, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_mrfs-ghn, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Web_mrfs-ghn, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



Stack Trace:


[FileNotFoundException: Could not load file or assembly 'App_Web_mrfs-ghn, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
ASP.skins_dottext_original_marvin2_controls_singlecolumn_ascx.__BuildControlTree(skins_dottext_original_marvin2_controls_singlecolumn_ascx __ctrl) +0
ASP.skins_dottext_original_marvin2_controls_singlecolumn_ascx.FrameworkInitialize() +19
System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
System.Web.UI.UserControl.InitializeAsUserControl(Page page) +14
ASP.skins_dottext_original_marvin2_pagetemplate_ascx.__BuildControlSingleColumn1() +49
System.Web.UI.StaticPartialCachingControl.CreateCachedControl() +15
System.Web.UI.BasePartialCachingControl.InitRecursive(Control namingContainer) +274
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.AddedControl(Control control, Int32 index) +2065327
System.Web.UI.ControlCollection.Add(Control child) +146
Dottext.Web.UI.WebControls.MasterPage.BuildMasterPage() +232
Dottext.Web.UI.WebControls.MasterPage.OnInit(EventArgs e) +13
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42



相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录