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

C#

 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
Justincc31-Jul-07 7:36
professionalJustincc31-Jul-07 7:36 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
PhilDanger31-Jul-07 7:39
PhilDanger31-Jul-07 7:39 
AnswerRe: C# Multithreading, GUI hangs while loading Pin
Judah Gabriel Himango31-Jul-07 10:02
sponsorJudah Gabriel Himango31-Jul-07 10:02 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
Justincc31-Jul-07 10:20
professionalJustincc31-Jul-07 10:20 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
PhilDanger31-Jul-07 10:23
PhilDanger31-Jul-07 10:23 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
Justincc31-Jul-07 10:32
professionalJustincc31-Jul-07 10:32 
GeneralRe: C# Multithreading, GUI hangs while loading Pin
Judah Gabriel Himango31-Jul-07 13:13
sponsorJudah Gabriel Himango31-Jul-07 13:13 
QuestionBeginner Need Help Pin
patkan31-Jul-07 7:03
patkan31-Jul-07 7:03 
AnswerRe: Beginner Need Help Pin
Dave Kreskowiak31-Jul-07 7:29
mveDave Kreskowiak31-Jul-07 7:29 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:11
patkan1-Aug-07 0:11 
GeneralRe: Beginner Need Help Pin
Dave Kreskowiak1-Aug-07 11:59
mveDave Kreskowiak1-Aug-07 11:59 
AnswerRe: Beginner Need Help Pin
PIEBALDconsult31-Jul-07 11:25
mvePIEBALDconsult31-Jul-07 11:25 
GeneralRe: Beginner Need Help Pin
Paul Conrad31-Jul-07 17:47
professionalPaul Conrad31-Jul-07 17:47 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:38
patkan1-Aug-07 0:38 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:33
patkan1-Aug-07 0:33 
GeneralRe: Beginner Need Help Pin
PIEBALDconsult1-Aug-07 13:51
mvePIEBALDconsult1-Aug-07 13:51 
QuestionShadowing and Overriding Pin
sivakumaran_in31-Jul-07 7:02
sivakumaran_in31-Jul-07 7:02 
AnswerRe: Shadowing and Overriding Pin
WillemM31-Jul-07 8:00
WillemM31-Jul-07 8:00 
QuestionGlobal Assembly Cache & Versioning [modified] Pin
MrEyes31-Jul-07 6:33
MrEyes31-Jul-07 6:33 
AnswerRe: Global Assembly Cache & Versioning Pin
WillemM31-Jul-07 8:08
WillemM31-Jul-07 8:08 
A trick I use is to change the file version not the assembly version. This will prevent older versions of my app from going down with a patch. Of course if you develop an entire new version of the CommonLibrary and your application it's best to update the assembly version as well. This will help with the problem of having an old assembly with the new application.

WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

QuestionAugmented Reality...kinda Pin
GreenGiant8331-Jul-07 6:28
GreenGiant8331-Jul-07 6:28 
QuestionIndexer that return Interface ...What wrong with my code ? Pin
Yanshof31-Jul-07 4:50
Yanshof31-Jul-07 4:50 
AnswerRe: Indexer that return Interface ...What wrong with my code ? Pin
originSH31-Jul-07 5:10
originSH31-Jul-07 5:10 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
BoneSoft31-Jul-07 8:23
BoneSoft31-Jul-07 8:23 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
Pete O'Hanlon31-Jul-07 9:53
mvePete O'Hanlon31-Jul-07 9:53 

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.