beyler antu sıçtı
--
spoiler--
server error in '/' application.
transaction (process id 141) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. rerun the transaction.
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. data.sqlclient. sqlexception: transaction (process id 141) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. rerun the transaction.
source error:
the source code that generated this unhandled exception can only be shown when compiled in debug mode. to enable this, please follow one of the below steps, then request the url:
1. add a "debug=true" directive at the top of the file that generated the error. example:
<%@ page language="c#" debug="true" %>
or:
2) add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
note that this second technique will cause all files within a given application to be compiled in debug mode. the first technique will cause only that particular file to be compiled in debug mode.
important: running applications in debug mode does incur a memory/performance overhead. you should make sure that an application has debugging disabled before deploying into production scenario.
stack trace:
[sqlexception (0x80131904): transaction (process id 141) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. rerun the transaction.]
system. data.sqlclient. sqlconnection.onerror(sqlexception exception, boolean breakconnection) +1950890
system. data.sqlclient. sqlinternalconnection.onerror(sqlexception exception, boolean breakconnection) +4846875
system. data.sqlclient. tdsparser.throwexceptionandwarning(tdsparserstateobject stateobj) +194
system. data.sqlclient. tdsparser.run(runbehavior runbehavior, sqlcommand cmdhandler, sqldatareader datastream, bulkcopysimpleresultset bulkcopyhandler, tdsparserstateobject stateobj) +2392
system. data.sqlclient. sqldatareader.consumemetadata() +33
system. data.sqlclient. sqldatareader.get_metadata() +83
system. data.sqlclient. sqlcommand.finishexecutereader(sqldatareader ds, runbehavior runbehavior, string resetoptionsstring) +297
system. data.sqlclient. sqlcommand.runexecutereadertds(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, boolean async) +954
system. data.sqlclient. sqlcommand.runexecutereader(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, string method, dbasyncresult result) +162
system. data.sqlclient. sqlcommand.runexecutereader(commandbehavior cmdbehavior, runbehavior runbehavior, boolean returnstream, string method) +32
system. data.sqlclient. sqlcommand.executereader(commandbehavior behavior, string method) +141
system. data.sqlclient. sqlcommand.executereader(commandbehavior behavior) +70
anket. oykullan(string id) +2031
anket. anketcalistir() +1690
anket. page_load(object sender, eventargs e) +15
system.web.ui.control. onload(eventargs e) +99
system.web.ui.control. loadrecursive() +50
system.web.ui.page. processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +627
--
spoiler--