Developer forum

Forum » Development » User.save() Thread beeing aborting

User.save() Thread beeing aborting

Magnus Holmberg
Reply
Hi

I am running version 19.2.2.1 and updated Extranet to the new Usermanagement and when I call the User.save() i get the error "Thread beeing aborted".
Anyone got any idea or will it work updating to newest version?

Kind regards.
/Magnus



Replies

 
Pavel Volgarev
Reply
Hi Magnus,

Could you post the stack trace? You can find it in the Event Viewer (Control Panel -> Administrative Tools -> Event Viewer).  Select "Windows Logs", locate the error in the list on a right (error level is "Warning" and the "Source" must be something like "ASP.NET xxx", where "xxx" is the version of the ASP.NET runtime you're using). In the event data there should be a stack trace.

-- Pavel 
 
Pavel Volgarev
Reply
Btw, are you sure that it's the "Save" method that causes ThreadAbortException? If you make a call to HttpResponse.Redirect then I'd suggest you to read the following KB article: http://support.microsoft.com/kb/312629

-- Pavel

 

You must be logged in to post in the forum