Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
QuestionGetting position of IBean of RichTextBox Pin
Adobe200725-Apr-07 7:09
Adobe200725-Apr-07 7:09 
AnswerRe: Getting position of IBean of RichTextBox Pin
Adobe200725-Apr-07 7:12
Adobe200725-Apr-07 7:12 
GeneralRe: Getting position of IBean of RichTextBox Pin
Dan Neely25-Apr-07 7:16
Dan Neely25-Apr-07 7:16 
GeneralRe: Getting position of IBean of RichTextBox Pin
Adobe200725-Apr-07 7:31
Adobe200725-Apr-07 7:31 
GeneralRe: Getting position of IBean of RichTextBox [modified] Pin
Adobe200725-Apr-07 7:34
Adobe200725-Apr-07 7:34 
AnswerRe: Getting position of IBean of RichTextBox Pin
Adobe200725-Apr-07 8:14
Adobe200725-Apr-07 8:14 
AnswerRe: Getting position of IBean of RichTextBox Pin
Adobe200725-Apr-07 8:44
Adobe200725-Apr-07 8:44 
QuestionNullReferenceException in WaitForWaitHandle Pin
jayart25-Apr-07 6:21
jayart25-Apr-07 6:21 
Hi All,

My C# - VS2005 Application occasionally gives the NullReferenceException when the application is being debugged in Relase mode. It occurs when the program is left idle in debug mode for a long time around 30min.

Any idea why such an error could occur?
Please find the call-stack of the error.


System.Windows.Forms.dll!System.Windows.Forms.Control.WaitForWaitHandle(System.Threading.WaitHandle waitHandle = {System.Threading.ManualResetEvent}) + 0x18 bytes  <br />
System.Windows.Forms.dll!System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control caller, System.Delegate method, object[] args, bool synchronous) + 0x36d bytes   <br />
System.Windows.Forms.dll!System.Windows.Forms.Control.Invoke(System.Delegate method, object[] args) + 0x48 bytes    <br />
System.Windows.Forms.dll!System.Windows.Forms.WindowsFormsSynchronizationContext.Send(System.Threading.SendOrPostCallback d, object state) + 0x61 bytes <br />
System.dll!Microsoft.Win32.SystemEvents.SystemEventInvokeInfo.Invoke(bool checkFinalization = true, object[] args = {Dimensions:[2]}) + 0x68 bytes  <br />
System.dll!Microsoft.Win32.SystemEvents.RaiseEvent(bool checkFinalization = true, object key = {object}, object[] args = {Dimensions:[2]}) + 0x106 bytes    <br />
System.dll!Microsoft.Win32.SystemEvents.OnUserPreferenceChanging(int msg, System.IntPtr wParam, System.IntPtr lParam) + 0x6f bytes  <br />
System.dll!Microsoft.Win32.SystemEvents.WindowProc(System.IntPtr hWnd = 591970, int msg = 8218, System.IntPtr wParam = 47, System.IntPtr lParam = 2201016) + 0x288 bytes

Any help will be great.

Arti Gujare
QuestionReverse Find Pin
LCI25-Apr-07 5:13
LCI25-Apr-07 5:13 
AnswerRe: Reverse Find Pin
led mike25-Apr-07 5:39
led mike25-Apr-07 5:39 
AnswerRe: Reverse Find Pin
Guffa25-Apr-07 5:39
Guffa25-Apr-07 5:39 
AnswerRe: Reverse Find Pin
kubben25-Apr-07 9:04
kubben25-Apr-07 9:04 
GeneralNew Error: A namespace does not directly contain members such as fields or methods Pin
cole2325-Apr-07 5:03
cole2325-Apr-07 5:03 
GeneralRe: Error2: Identifier expected Pin
CPallini25-Apr-07 6:09
mveCPallini25-Apr-07 6:09 
GeneralRe: Error2: Identifier expected Pin
Jimmanuel25-Apr-07 8:07
Jimmanuel25-Apr-07 8:07 
Questionget xml data Pin
arkiboys25-Apr-07 4:59
arkiboys25-Apr-07 4:59 
AnswerRe: get xml data Pin
kubben25-Apr-07 5:35
kubben25-Apr-07 5:35 
GeneralRe: get xml data Pin
arkiboys25-Apr-07 5:37
arkiboys25-Apr-07 5:37 
GeneralRe: get xml data Pin
kubben25-Apr-07 5:48
kubben25-Apr-07 5:48 
QuestionBlocking Multiple Application accessing the same file Pin
girijaa25-Apr-07 4:33
professionalgirijaa25-Apr-07 4:33 
AnswerRe: Blocking Multiple Application accessing the same file Pin
Colin Angus Mackay25-Apr-07 4:47
Colin Angus Mackay25-Apr-07 4:47 
AnswerRe: Blocking Multiple Application accessing the same file Pin
Tim Paaschen25-Apr-07 19:50
Tim Paaschen25-Apr-07 19:50 
QuestionContextMenu and ListView problem? Pin
Khoramdin25-Apr-07 4:25
Khoramdin25-Apr-07 4:25 
AnswerRe: ContextMenu and ListView problem? Pin
led mike25-Apr-07 4:33
led mike25-Apr-07 4:33 
QuestionSorting DataGrid when datasource is a DataSet Pin
Chris_Green25-Apr-07 3:35
Chris_Green25-Apr-07 3:35 

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.