Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
Christian Graus6-Mar-08 20:54
protectorChristian Graus6-Mar-08 20:54 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
yuenli8-Mar-08 4:25
yuenli8-Mar-08 4:25 
GeneralOleDb Jet UpdateCommand Pin
jharker19876-Mar-08 15:30
jharker19876-Mar-08 15:30 
GeneralRe: OleDb Jet UpdateCommand Pin
PIEBALDconsult6-Mar-08 16:39
mvePIEBALDconsult6-Mar-08 16:39 
GeneralRe: OleDb Jet UpdateCommand Pin
jharker19877-Mar-08 1:11
jharker19877-Mar-08 1:11 
GeneralRe: OleDb Jet UpdateCommand Pin
PIEBALDconsult7-Mar-08 5:44
mvePIEBALDconsult7-Mar-08 5:44 
GeneralRe: OleDb Jet UpdateCommand Pin
KaptinKrunch6-Mar-08 16:46
KaptinKrunch6-Mar-08 16:46 
GeneralPump wait message while accessing data Pin
MAW306-Mar-08 15:14
MAW306-Mar-08 15:14 
While trying to process multiple select statement and retreiving files from my database I get the following message:

"ContextSwitchDeadlock was detected
Message: The CLR has been unable to transition from COM context 0x271130
to COM context 0x2712a0 for 60 seconds. The thread that owns the destination
context/apartment is most likely either doing a non pumping wait or
processing a very long running operation without pumping Windows messages.
This situation generally has a negative performance impact and may even
lead to the application becoming non responsive or memory usage accumulating
continually over time. To avoid this problem, all single threaded apartment
(STA) threads should use pumping wait primitives (such as
CoWaitForMultipleHandles) and routinely pump messages during long running
operations."

How do I resolve this problem, I am using C# and SQL Server.

Thanks in advance,
Michael
GeneralRe: Pump wait message while accessing data Pin
KaptinKrunch6-Mar-08 16:50
KaptinKrunch6-Mar-08 16:50 
GeneralRe: Pump wait message while accessing data Pin
PIEBALDconsult6-Mar-08 17:31
mvePIEBALDconsult6-Mar-08 17:31 
QuestionHow can I create the following array? [modified] Pin
DIMITRIS OLGA6-Mar-08 11:48
DIMITRIS OLGA6-Mar-08 11:48 
GeneralRe: How can I create the following array? Pin
Christian Graus6-Mar-08 11:58
protectorChristian Graus6-Mar-08 11:58 
JokeRe: How can I create the following array? Pin
PIEBALDconsult6-Mar-08 12:16
mvePIEBALDconsult6-Mar-08 12:16 
GeneralRe: How can I create the following array? Pin
Anthony Mushrow6-Mar-08 13:11
professionalAnthony Mushrow6-Mar-08 13:11 
GeneralRe: How can I create the following array? Pin
Christian Graus6-Mar-08 13:31
protectorChristian Graus6-Mar-08 13:31 
Questionhow to move a control on mouse move event Pin
netJP12L6-Mar-08 10:30
netJP12L6-Mar-08 10:30 
AnswerRe: how to move a control on mouse move event Pin
Christian Graus6-Mar-08 11:59
protectorChristian Graus6-Mar-08 11:59 
GeneralRe: how to move a control on mouse move event Pin
netJP12L6-Mar-08 16:48
netJP12L6-Mar-08 16:48 
QuestionRichTextBox & SpellCheck [modified] Pin
W Balboos, GHB6-Mar-08 9:29
W Balboos, GHB6-Mar-08 9:29 
GeneralRe: RichTextBox & SpellCheck Pin
Pete O'Hanlon6-Mar-08 9:49
mvePete O'Hanlon6-Mar-08 9:49 
GeneralRe: RichTextBox & SpellCheck Pin
W Balboos, GHB7-Mar-08 2:17
W Balboos, GHB7-Mar-08 2:17 
GeneralHTML documentation Pin
Imtiaz Murtaza6-Mar-08 8:58
Imtiaz Murtaza6-Mar-08 8:58 
GeneralRe: HTML documentation Pin
led mike6-Mar-08 9:03
led mike6-Mar-08 9:03 
GeneralRe: HTML documentation Pin
Pete O'Hanlon6-Mar-08 10:40
mvePete O'Hanlon6-Mar-08 10:40 
GeneralAssign a valuue to a DataTable Item Array Pin
baranils6-Mar-08 8:33
baranils6-Mar-08 8:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.