Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
GeneralDebugging SEHExceptions Pin
Luis Alonso Ramos24-May-05 8:51
Luis Alonso Ramos24-May-05 8:51 
Hello,

I'm getting random SEHExceptions through my code, and the Message says taht an external component raised an exception. None of my code is present in the stack trace.

Any ideas on how to start debugging it??

[EDIT: This is the stack trace:
System.Runtime.InteropServices.SEHException
Mensaje: Un componente externo inició una excepción. <-- "an external component raised an exception"

 at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
 at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
 at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
 at System.Windows.Forms.Control.WmCommand(Message& m)
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
 at System.Windows.Forms.ContainerControl.WndProc(Message& m)
 at System.Windows.Forms.Form.WndProc(Message& m)
 at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
 at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It seems it's sending a message, but how can I know to which window and which message?]

More information will be coming soon (when I get it!) Smile | :)

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

QuestionDefault Enter and Cancel button C# Winforms? Pin
pankazmittal24-May-05 8:25
pankazmittal24-May-05 8:25 
AnswerRe: Default Enter and Cancel button C# Winforms? Pin
Uri Lavi24-May-05 8:38
Uri Lavi24-May-05 8:38 
AnswerRe: Default Enter and Cancel button C# Winforms? Pin
pubududilena24-May-05 21:33
pubududilena24-May-05 21:33 
GeneralRe: Default Enter and Cancel button C# Winforms? Pin
pankazmittal25-May-05 4:11
pankazmittal25-May-05 4:11 
GeneralRetives all databases names ,tables names and Columsn names of local host Pin
ksanju100024-May-05 7:15
ksanju100024-May-05 7:15 
GeneralRe: Retives all databases names ,tables names and Columsn names of local host Pin
rudy.net24-May-05 17:58
rudy.net24-May-05 17:58 
GeneralRe: Retives all databases names ,tables names and Columsn names of local host Pin
ksanju100024-May-05 18:52
ksanju100024-May-05 18:52 
GeneralRe: Retives all databases names ,tables names and Columsn names of local host Pin
pubududilena24-May-05 22:22
pubududilena24-May-05 22:22 
GeneralRe: Retives all databases names ,tables names and Columsn names of local host Pin
ksanju100024-May-05 22:49
ksanju100024-May-05 22:49 
GeneralRe: Retives all databases names ,tables names and Columsn names of local host Pin
rudy.net25-May-05 2:48
rudy.net25-May-05 2:48 
GeneralPage-level static members and Events Pin
DisruptedSinner24-May-05 7:05
DisruptedSinner24-May-05 7:05 
GeneralRe: Page-level static members and Events Pin
S. Senthil Kumar24-May-05 7:49
S. Senthil Kumar24-May-05 7:49 
GeneralRe: Page-level static members and Events Pin
DisruptedSinner24-May-05 8:16
DisruptedSinner24-May-05 8:16 
GeneralRe: Page-level static members and Events Pin
Luis Alonso Ramos24-May-05 9:08
Luis Alonso Ramos24-May-05 9:08 
GeneralRe: Page-level static members and Events Pin
DisruptedSinner24-May-05 9:20
DisruptedSinner24-May-05 9:20 
GeneralTImed Form Pin
fadeddata24-May-05 6:48
fadeddata24-May-05 6:48 
GeneralRe: TImed Form Pin
fadeddata24-May-05 6:50
fadeddata24-May-05 6:50 
GeneralRe: TImed Form Pin
S. Senthil Kumar24-May-05 7:46
S. Senthil Kumar24-May-05 7:46 
GeneralRe: TImed Form Pin
Luis Alonso Ramos24-May-05 11:14
Luis Alonso Ramos24-May-05 11:14 
Generaldocument variables Pin
merlinos24-May-05 6:15
merlinos24-May-05 6:15 
QuestionHow we can pass a string variable to matlab Pin
hediii24-May-05 5:43
hediii24-May-05 5:43 
AnswerRe: How we can pass a string variable to matlab Pin
eggie524-May-05 12:42
eggie524-May-05 12:42 
AnswerRe: How we can pass a string variable to matlab Pin
hediii25-May-05 21:59
hediii25-May-05 21:59 
GeneralOPSEC SDK Pin
NitinR24-May-05 4:54
NitinR24-May-05 4:54 

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.