Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

System.Collections.ListDictionaryInternal - Thread was being aborted.

$
0
0

I am not sure where to put this problem, but I need help.  According to the users they were not getting error messages, so I set up error log table to capture the error.  Error log also says the targetsite isVoid movefields_ScreenToClass()

I have web app that has several pages and it can have multiple users at anytime from different locations around the US.  The order of the flow is:

1. user enters data into the aspx page - click submit button

2. data is update to table on SQL Server

3. data is passed to fields in class file - movefields_ScreenToClass()calls following separate routines.

a. data creates email form and sends - uses data in class file

b. controls on form is reset

c. app redirects to another aspx page for comfirmation that displays the data only using the information in the class file.

Problem happens when multiple user are submitting the form.  What actually happens is the data in table is correct except sometimes the login id is correct but rest of the data is correct.  What gets mixed up the information on the email and sent to the wrong users, it has mixture of different reports.   Sometimes it happens when one user does multiple reports one right after another.

I am fairly new at C# and asp.net, so any help would GREATLY APPRECIATED! 

 


Viewing all articles
Browse latest Browse all 23244

Trending Articles