中国开发网: 论坛: 程序员情感CBD: 贴子 171414
小东
有RPWT请QQ20250
Server Error in '/' Application.
--------------------------------------------------------------------------------

An error occurred while try to load the string resources (GetModuleHandle failed with error -2147024769).
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.Web.HttpException: An error occurred while try to load the string resources (GetModuleHandle failed with error -2147024769).

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.

Stack Trace:


[HttpException (0x80004005): An error occurred while try to load the string resources (GetModuleHandle failed with error -2147024769).]
System.Web.StringResourceManager.ReadSafeStringResource(Type t) +438
System.Web.UI.TemplateControl.ReadStringResource() +12
ASP.CategoryList_ascx..ctor() +38
ASP.SingleColumn_ascx.__BuildControlCategories() +23
ASP.SingleColumn_ascx.FrameworkInitialize() +18
System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
System.Web.UI.UserControl.InitializeAsUserControl(Page page) +14
ASP.PageTemplate_ascx.__BuildControlSingleColumn1() +49
System.Web.UI.StaticPartialCachingControl.CreateCachedControl() +13
System.Web.UI.BasePartialCachingControl.InitRecursive(Control namingContainer) +272
System.Web.UI.Control.InitRecursive(Control namingContainer) +196
System.Web.UI.Control.AddedControl(Control control, Int32 index) +240
System.Web.UI.ControlCollection.Add(Control child) +148
Dottext.Web.UI.WebControls.MasterPage.BuildMasterPage() in D:\Projects-mine\Dottext_CurrentVersion\Dottext.Web\UI\WebControls\MasterPage.cs:80
Dottext.Web.UI.WebControls.MasterPage.OnInit(EventArgs e) in D:\Projects-mine\Dottext_CurrentVersion\Dottext.Web\UI\WebControls\MasterPage.cs:59
System.Web.UI.Control.InitRecursive(Control namingContainer) +367
System.Web.UI.Control.InitRecursive(Control namingContainer) +196
System.Web.UI.Control.InitRecursive(Control namingContainer) +196
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1855




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

相关信息:


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