[Mono-list] ASP.NET application

lamyae Benabdeljalil lbenabdel@callbright.com
Tue, 17 Aug 2004 15:28:13 +0000


Hello All

When running a webform (ASP.NET with C#) with xsp, i get the following error:
System.Threading.ThreadAbortException: Thread was being aborted
in <0x0020e> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)
in <0x00169> StateMachine:ExecuteNext (System.Exception)
in <0x00051> StateMachine:ExecuteNextAsync (System.Exception)
in <0x00022> StateMachine:Start ()
in <0x0006a> System.Web.HttpApplication:System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object)
in <0x00316> System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest)
I already compiled the related files to a dll, and the compilation succeeded.