Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 23:47
AlexZieg7127-Sep-07 23:47 
AnswerRe: Vista: "myApp has stopped working..." Pin
Judah Gabriel Himango27-Sep-07 8:01
sponsorJudah Gabriel Himango27-Sep-07 8:01 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 8:07
AlexZieg7127-Sep-07 8:07 
GeneralRe: Vista: "myApp has stopped working..." Pin
Judah Gabriel Himango27-Sep-07 8:16
sponsorJudah Gabriel Himango27-Sep-07 8:16 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 9:45
AlexZieg7127-Sep-07 9:45 
GeneralRe: Vista: "myApp has stopped working..." Pin
Judah Gabriel Himango27-Sep-07 11:50
sponsorJudah Gabriel Himango27-Sep-07 11:50 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 20:50
AlexZieg7127-Sep-07 20:50 
AnswerRe: Vista: "myApp has stopped working..." Pin
Luc Pattyn27-Sep-07 9:03
sitebuilderLuc Pattyn27-Sep-07 9:03 
I concur the most likely problem is a cross-thread violation, which can go unnoticed for
a long time when using .NET 1.x; it will cause your app to hang or behave strangely at
any point in time. It would have been catched by .NET >= 2.0 which throws an InvalidOperation
Exception. This is not Vista-specific, but maybe Vista is more likely to make the bug show
itself.

I would suggest you switch to .NET 2.0 to figure it out (this requires all your code
gets recompiled under Visual Studio 2005, so you can no longer use existing .NET 1.x DLLs).
Either temporarily to locate the problem and fix it, or permanently.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 9:47
AlexZieg7127-Sep-07 9:47 
GeneralRe: Vista: "myApp has stopped working..." Pin
Luc Pattyn27-Sep-07 10:01
sitebuilderLuc Pattyn27-Sep-07 10:01 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 9:49
AlexZieg7127-Sep-07 9:49 
GeneralRe: Vista: "myApp has stopped working..." Pin
Luc Pattyn27-Sep-07 10:06
sitebuilderLuc Pattyn27-Sep-07 10:06 
GeneralRe: Vista: "myApp has stopped working..." Pin
AlexZieg7127-Sep-07 10:15
AlexZieg7127-Sep-07 10:15 
GeneralRe: Vista: "myApp has stopped working..." Pin
Judah Gabriel Himango27-Sep-07 11:38
sponsorJudah Gabriel Himango27-Sep-07 11:38 
QuestionChange Mainform text. Pin
projjwal27-Sep-07 7:22
projjwal27-Sep-07 7:22 
AnswerRe: Change Mainform text. Pin
TJoe27-Sep-07 7:27
TJoe27-Sep-07 7:27 
QuestionCalculate timespan with number? Pin
andredani27-Sep-07 7:15
andredani27-Sep-07 7:15 
QuestionRe: Calculate timespan with number? Pin
PIEBALDconsult27-Sep-07 7:25
mvePIEBALDconsult27-Sep-07 7:25 
AnswerRe: Calculate timespan with number? Pin
Dave Kreskowiak27-Sep-07 7:37
mveDave Kreskowiak27-Sep-07 7:37 
GeneralRe: Calculate timespan with number? Pin
Guffa27-Sep-07 8:00
Guffa27-Sep-07 8:00 
GeneralRe: Calculate timespan with number? Pin
PIEBALDconsult27-Sep-07 8:09
mvePIEBALDconsult27-Sep-07 8:09 
QuestionGDI draw text question Pin
Jan Roth27-Sep-07 6:52
Jan Roth27-Sep-07 6:52 
AnswerRe: GDI draw text question Pin
il_masacratore27-Sep-07 7:02
il_masacratore27-Sep-07 7:02 
GeneralRe: GDI draw text question Pin
il_masacratore27-Sep-07 7:05
il_masacratore27-Sep-07 7:05 
AnswerRe: GDI draw text question Pin
Luc Pattyn27-Sep-07 7:08
sitebuilderLuc Pattyn27-Sep-07 7:08 

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.