Views: 3K
Replies: 0
Archived
|
Windows Forms Locks Up and Times OutWhen I import records into the database (MS SQL), my windows applications locks up. When I pause it to debug it, it tells me that it can not 'evaluate expression because the current thread is in a sleep, wait, or join.'
However, if I manually enter the records into the database, it works fine. In each table, I have the following audit tracking fields:
var response = Client.GetMuniWards(request); in the Model class of the Windows Model project.Jonathan Patrick, Jan 21, 2013
|