asp.net - aspstate nesting transaction error ms sql error -



asp.net - aspstate nesting transaction error ms sql error -

i have next error:

invalid object name 'aspstate.dbo.aspstatetempsessions'. transaction count after execute indicates mismatching number of begin , commit statements. previous count = 238, current count = 239. description: unhandled exception occurred during execution of current web request. please review stack trace more info error , originated in code.

does have thought how prepare this?

i found cause of exception: http://msmvps.com/blogs/greglow/archive/2007/02/04/improving-asp-net-session-state-database-performance-by-reducing-blocking.aspx

you have unclosed begin statments looks of it. needs closed commit statment or end statement. seems occusring on other side of webservice phone call you're making

asp.net sql state

Comments

Popular posts from this blog

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -