[SqlException (0x80131904):
Transaction (Process ID 123) was deadlocked on lock resources with another
process and has been chosen as the deadlock victim. Rerun the transaction.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
Boolean breakConnection, Action`1 wrapCloseInAction) +392
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +815
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
+4515 System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean&
moreRows) +368
System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout,
Boolean& more) +502 System.Data.SqlClient.SqlDataReader.Read() +37
System.Data.Linq.SqlClient.ObjectReaderBase`1.Read() +65
System.Data.Linq.SqlClient.ObjectReader`2.MoveNext() +21
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +536
System.Linq.Enumerable.ToList(IEnumerable`1 source) +80
Loaders.SubmissionsMetaLoader.GetAllRowContracts(Nullable`1 startDate,
Nullable`1 endDate, Nullable`1 providerID, IDictionary`2 allForms, Boolean
isStatistical) in c:\Users\Niko\Documents\Visual Studio
2013\Projects\HMIS\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:674
Loaders.SubmissionsMetaLoader.LoadSubmissionsData(Nullable`1 startDate,
Nullable`1 endDate, Nullable`1 providerID) in c:\Users\Niko\Documents\Visual
Studio
2013\Projects\HMIS\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:149
Loaders.SubmissionsMetaLoader.LoadSubmissionsData(Nullable`1 startDate,
Nullable`1 endDate) in c:\Users\Niko\Documents\Visual Studio
2013\Projects\HMIS\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:135
Pages_Data_SubmittedFormsForBillingUniversalPrograms.BindData(Boolean
doSearch) in c:\Users\Niko\Documents\Visual Studio
2013\Projects\HMIS\Hmis.Admin.Web\Pages\Data\SubmittedFormsForBillingUniversalPrograms.aspx.cs:708
Pages_Data_SubmittedFormsForBillingUniversalPrograms.Page_Load(Object
sender, EventArgs e) in c:\Users\Niko\Documents\Visual Studio
2013\Projects\HMIS\Hmis.Admin.Web\Pages\Data\SubmittedFormsForBillingUniversalPrograms.aspx.cs:166
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) +3178
|