我的页面执行时经常出现如下错误,令人讨厌的是不是每次都出错,大部分时间还是正常的,我用的是2005 beta版,下面是错误页面显示
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Server Error in '/wzcl' Application.
--------------------------------------------------------------------------------系统找不到指定的文件。 
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: 系统找不到指定的文件。Source Error: 
Line 10: </head>
Line 11: <body>
Line 12:     <form id="form1" runat="server">
Line 13:     <div>
Line 14:          <!--物资需求单详细信息控件-->
 Source File: E:\wzcl\RSheet\SightWZSheet.aspx    Line: 12 Stack Trace: 
[FileNotFoundException: 系统找不到指定的文件。][FileNotFoundException: File or assembly name '30j-2tsl, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null', or one of its dependencies, was not found.]
   SightWZSheet_aspx.__BuildControlform1() in E:\wzcl\RSheet\SightWZSheet.aspx:12
   SightWZSheet_aspx.__BuildControlTree(SightWZSheet_aspx __ctrl) in E:\wzcl\RSheet\SightWZSheet.aspx:1
   SightWZSheet_aspx.FrameworkInitialize() +46
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +94
   System.Web.UI.Page.ProcessRequest(HttpContext context) +27
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +186
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.16; ASP.NET Version:2.0.40607.16

解决方案 »

  1.   

    没有找到 .cs文件 而dll也没有找到 。或者说着两个之一的原因。
      

  2.   

    你是不是用了名字为30j-2tsl的控件,应该是你的这个有问题!
      

  3.   

    你是不是用了名字为30j-2tsl的控件,应该是你的这个有问题!
      

  4.   

    我的页面很普通的,就是普通的录入框,提取输入内容容易插入数据库?
    请问30j-2tsl,是什么东西啊!如何解决这个问题?
      

  5.   

    先找找是不是.cs和.dll缺少,再查查30j-2tsl是什么?