Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Cannot execute transacted code...!!?!


Message #1 by "Sebastian" <ryders2005@m...> on Tue, 19 Mar 2002 14:21:15
hello all!

We are currentyl working on a huge .Net/mySQL-based Intranet Portal. We 
are 4 full time developpers and I'm the only one facing this problem...;

We have implemented security, and any aspx pages have a 
Transaction="Required" tag... the problem is... my local web server WONT 
run any of these pages... and if I remove the Transaction="Required" 
tag... everything works fine...! the error is the following:


Cannot execute transacted code. 
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: Cannot execute transacted 
code.

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: 

[HttpException (0x80004005): Cannot execute transacted code.]
   System.Web.Util.Transactions.InvokeTransacted(TransactedCallback 
callback, TransactionOption mode, Boolean& transactionAborted) +384
   System.Web.UI.Page.ProcessRequestTransacted() +98
   System.Web.UI.Page.ProcessRequest() +107
   System.Web.UI.Page.ProcessRequest(HttpContext context) +18
   System.Web.CallHandlerExecutionStep.Execute() +179
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& 
completedSynchronously) +87

I'll keep up digging,. but if anyone's got an idea... any idea... I'd 
surely apprediate it! ;)

ps(!).. and.. up to now... I Love .NET... don't you?!!?! (well... that 
could be a stand alone thread,... but... maybe a little time-wasting!!)

care everyone!

Sebastian (Qc-Canada)

ryders2005@m...

  Return to Index