找不到文件或程序集名称“r5eg46jr”,或找不到它的一个依赖项。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.IO.FileNotFoundException: 找不到文件或程序集名称“r5eg46jr”,或找不到它的一个依赖项。源错误: 生成此未处理异常的源代码只能在调试模式中进行编译时显示。若要启用该功能,请执行以下步骤之一,然后请求 URL:1. 在生成错误的文件的顶部添加一个“Debug=true”指令。示例:  <%@ Page Language="C#" Debug="true" %>或者:2. 将以下节添加到应用程序的配置文件中:<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>请注意,第二种方法将使给定应用程序中的所有文件在调试模式下进行编译。第一种方法只使特定文件在调试模式下进行编译。重要事项:以调试模式运行应用程序肯定会引起内存/性能系统开销。在部署到产品方案中之前,应该确保应用程序已禁用调试。  程序集加载跟踪: 下列信息有助于确定程序集“r5eg46jr”无法加载的原因。
=== Pre-bind state information ===
LOG: DisplayName = r5eg46jr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///D:/virtualhost/web1059271/www
LOG: Initial PrivatePath = bin
Calling assembly : gffcabnx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.
===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: r5eg46jr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c3bc033c/47d40695/r5eg46jr.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c3bc033c/47d40695/r5eg46jr/r5eg46jr.DLL.
LOG: Attempting download of new URL file:///D:/virtualhost/web1059271/www/bin/r5eg46jr.DLL.
LOG: Attempting download of new URL file:///D:/virtualhost/web1059271/www/bin/r5eg46jr/r5eg46jr.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c3bc033c/47d40695/r5eg46jr.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c3bc033c/47d40695/r5eg46jr/r5eg46jr.EXE.
LOG: Attempting download of new URL file:///D:/virtualhost/web1059271/www/bin/r5eg46jr.EXE.
LOG: Attempting download of new URL file:///D:/virtualhost/web1059271/www/bin/r5eg46jr/r5eg46jr.EXE. 堆栈跟踪: 
[FileNotFoundException: 找不到文件或程序集名称“r5eg46jr”,或找不到它的一个依赖项。]
   ASP.left_ascx.__BuildControlTree(Control __ctrl) +0
   ASP.left_ascx.FrameworkInitialize()
   System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
   System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15
   ASP.default_aspx.__BuildControlLeft1()
   ASP.default_aspx.__BuildControlForm1()
   ASP.default_aspx.__BuildControlTree(Control __ctrl)
   ASP.default_aspx.FrameworkInitialize()
   System.Web.UI.Page.ProcessRequest() +84
   System.Web.UI.Page.ProcessRequest(HttpContext context) +18
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87