产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » “信息管理”出现这个怎么解决?
fhnezha - 2016/1/7 9:05:24
Server Error in '/' Application.
The file '/e/zdymodel/feedback/master/data_list.ascx' does not exist.
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: The file '/e/zdymodel/feedback/master/data_list.ascx' does not exist.

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): The file '/e/zdymodel/feedback/master/data_list.ascx' does not exist.]   System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +131   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +120   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +76   System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +58   System.Web.UI.TemplateControl.LoadControl(String virtualPath) +24   ASP.e_master_data_list_aspx.Page_Load(Object src, EventArgs e) +102   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45   System.Web.UI.Control.OnLoad(EventArgs e) +80   System.Web.UI.Control.LoadRecursive() +49   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3750


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
xiyou - 2016/1/7 9:14:21
进入表单管理界面更新一下文件
1
查看完整版本: “信息管理”出现这个怎么解决?