Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Avoiding TimeoutException... Pin
Ennis Ray Lynch, Jr.28-Nov-07 4:46
Ennis Ray Lynch, Jr.28-Nov-07 4:46 
AnswerRe: Avoiding TimeoutException... Pin
PIEBALDconsult28-Nov-07 5:27
mvePIEBALDconsult28-Nov-07 5:27 
QuestionBinary to HEX Pin
satsumatable28-Nov-07 2:56
satsumatable28-Nov-07 2:56 
AnswerRe: Binary to HEX Pin
Anthony Mushrow28-Nov-07 3:13
professionalAnthony Mushrow28-Nov-07 3:13 
GeneralRe: Binary to HEX Pin
satsumatable28-Nov-07 3:15
satsumatable28-Nov-07 3:15 
GeneralRe: Binary to HEX Pin
blackjack215028-Nov-07 3:26
blackjack215028-Nov-07 3:26 
AnswerRe: Binary to HEX Pin
Anthony Mushrow28-Nov-07 3:31
professionalAnthony Mushrow28-Nov-07 3:31 
QuestionAccessViolationException help Pin
Jimmanuel28-Nov-07 2:39
Jimmanuel28-Nov-07 2:39 
Somehow an app I've written is generating this exception and I could use some help figuring out how. In the VS debugger the app stops at the Application.Run line when the exception occurs and the Exception helper doesn't offer anything that seems useful, just a statement that memory is corrupt somewhere. The stacktrace doesn't offer much either other than to tell me that it's crashing in some native Windows Forms method (full stacktrace below). To make things even easier, I can't even nail down a repeatable process to recreate the exception, it just seems to happen every now and then when I perform certain steps in the GUI.

I've followed all of the suggestions that I can find on MSDN and the rest of Google, but to no avail. Things that I've already tried include removing all references to unmanaged code, reinstalling .Net and double buffering elements of the GUI. Can anyone offer any advice or ideas on how to diagnose this?

Stacktrace:
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Sentry.SensorEditor.Program.Main()

MSDN[^]



AnswerRe: AccessViolationException help Pin
Mike Dimmick28-Nov-07 6:44
Mike Dimmick28-Nov-07 6:44 
QuestionHow to use NTGraph3D in c#? Pin
Seraph_summer28-Nov-07 2:33
Seraph_summer28-Nov-07 2:33 
AnswerRe: How to use NTGraph3D in c#? Pin
pmarfleet28-Nov-07 2:58
pmarfleet28-Nov-07 2:58 
QuestionQuery between record dates. Pin
tr_thorn28-Nov-07 1:53
tr_thorn28-Nov-07 1:53 
AnswerRe: Query between record dates. Pin
Pete O'Hanlon28-Nov-07 2:01
mvePete O'Hanlon28-Nov-07 2:01 
GeneralRe: Query between record dates. [modified] Pin
tr_thorn28-Nov-07 2:06
tr_thorn28-Nov-07 2:06 
GeneralRe: Query between record dates. Pin
J4amieC28-Nov-07 2:30
J4amieC28-Nov-07 2:30 
GeneralRe: Query between record dates. Pin
Colin Angus Mackay28-Nov-07 2:32
Colin Angus Mackay28-Nov-07 2:32 
GeneralRe: Query between record dates. Pin
Pete O'Hanlon28-Nov-07 3:07
mvePete O'Hanlon28-Nov-07 3:07 
GeneralRe: Query between record dates. Pin
Colin Angus Mackay28-Nov-07 3:35
Colin Angus Mackay28-Nov-07 3:35 
Questionvoice recognation Pin
r_mos28-Nov-07 1:44
r_mos28-Nov-07 1:44 
AnswerRe: voice recognation Pin
Pete O'Hanlon28-Nov-07 1:54
mvePete O'Hanlon28-Nov-07 1:54 
GeneralI would caution against that Pin
Ennis Ray Lynch, Jr.28-Nov-07 4:20
Ennis Ray Lynch, Jr.28-Nov-07 4:20 
GeneralRe: I would caution against that Pin
Pete O'Hanlon28-Nov-07 4:30
mvePete O'Hanlon28-Nov-07 4:30 
Questiondatasets and databases Pin
goemph28-Nov-07 1:40
goemph28-Nov-07 1:40 
AnswerRe: datasets and databases Pin
Paul Conrad28-Nov-07 14:36
professionalPaul Conrad28-Nov-07 14:36 
QuestionHow to Auto update the time in webpage? Pin
Satish - Developer28-Nov-07 0:49
Satish - Developer28-Nov-07 0:49 

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.