是系统内部出现了错误,
按钮控件自身的代码System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) +108行错误了
卸载、重装framework,重起IIS都没有解决这个问题
奇怪,只有一个页面的按钮事件出现这个问题,其他的都没有 
Server Error in '/WEBSITE' 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: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: [FileNotFoundException: 找不到指定的模块。]
   Web._default.CheckUser(String strUserID, String strPassword)
   Web._default.ButtonSubmit_ServerClick(Object sender, EventArgs e)
   System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) +108
   System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain() +1277 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573