Click here to Skip to main content
15,887,446 members
Home / Discussions / C#
   

C#

 
AnswerRe: Weird Debugging Problem Pin
Keith Barrow29-Dec-09 2:02
professionalKeith Barrow29-Dec-09 2:02 
AnswerRe: Weird Debugging Problem Pin
Ben Fair29-Dec-09 2:35
Ben Fair29-Dec-09 2:35 
GeneralRe: Weird Debugging Problem Pin
Luc Pattyn29-Dec-09 2:45
sitebuilderLuc Pattyn29-Dec-09 2:45 
GeneralRe: Weird Debugging Problem Pin
Ben Fair29-Dec-09 3:07
Ben Fair29-Dec-09 3:07 
GeneralRe: Weird Debugging Problem Pin
#realJSOP29-Dec-09 2:50
mve#realJSOP29-Dec-09 2:50 
GeneralRe: Weird Debugging Problem Pin
Ben Fair29-Dec-09 3:11
Ben Fair29-Dec-09 3:11 
GeneralRe: Weird Debugging Problem Pin
#realJSOP29-Dec-09 3:59
mve#realJSOP29-Dec-09 3:59 
GeneralRe: Weird Debugging Problem [modified] Pin
Keith Barrow29-Dec-09 3:38
professionalKeith Barrow29-Dec-09 3:38 
I've read your OP properly and understand that you've take a project back to VS2008 D'Oh! | :doh: .

The PDB sync is the first problem that I've encountered that might cause your error. I've had problems with clean in the past, and had to manually clear out all the BIN directories. I'd go to the extent of deleting all build "flavour" directories (bin\debug \bin\live etc). This has two effects: The PDB must be in sync; and, as has happened to me in the past, a Solution "debug" build had "live" builds hidden away in the the Configuration Manager. If you do a debug build and have anything other than debug sub-directories in your bin folder, this might be your culprit.

The only other time I've seen this problem was when an exception was raised on another thread (the UI thread in my case), and a top level exception handler caught it without reporting. To find this, switch on break on all exceptions.

CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks

modified on Tuesday, December 29, 2009 10:00 AM

GeneralRe: Weird Debugging Problem Pin
#realJSOP29-Dec-09 4:02
mve#realJSOP29-Dec-09 4:02 
GeneralRe: Weird Debugging Problem Pin
Keith Barrow29-Dec-09 4:40
professionalKeith Barrow29-Dec-09 4:40 
AnswerRe: Weird Debugging Problem Pin
Saksida Bojan29-Dec-09 3:07
Saksida Bojan29-Dec-09 3:07 
GeneralRe: Weird Debugging Problem Pin
#realJSOP29-Dec-09 4:04
mve#realJSOP29-Dec-09 4:04 
GeneralRe: Weird Debugging Problem Pin
ProtoBytes29-Dec-09 8:43
ProtoBytes29-Dec-09 8:43 
Questionhow to move multipoint button at run time Pin
krunal2528-Dec-09 23:22
krunal2528-Dec-09 23:22 
AnswerRe: how to move multipoint button at run time Pin
Luc Pattyn29-Dec-09 1:11
sitebuilderLuc Pattyn29-Dec-09 1:11 
QuestionError: A Generic Error occured in GDI+ Pin
Udayaraju28-Dec-09 23:00
Udayaraju28-Dec-09 23:00 
AnswerRe: Error: A Generic Error occured in GDI+ Pin
Luc Pattyn29-Dec-09 1:15
sitebuilderLuc Pattyn29-Dec-09 1:15 
GeneralRe: Error: A Generic Error occured in GDI+ Pin
Ben Fair29-Dec-09 3:28
Ben Fair29-Dec-09 3:28 
AnswerRe: Error: A Generic Error occured in GDI+ Pin
Hristo-Bojilov29-Dec-09 1:24
Hristo-Bojilov29-Dec-09 1:24 
AnswerRe: Error: A Generic Error occured in GDI+ Pin
Ben Fair29-Dec-09 3:23
Ben Fair29-Dec-09 3:23 
Questionsetinputtodefaultaudiodevice() not working in xp Pin
krinaljariwala28-Dec-09 22:54
krinaljariwala28-Dec-09 22:54 
AnswerRe: setinputtodefaultaudiodevice() not working in xp Pin
#realJSOP28-Dec-09 23:58
mve#realJSOP28-Dec-09 23:58 
GeneralRe: setinputtodefaultaudiodevice() not working in xp Pin
krinaljariwala29-Dec-09 0:03
krinaljariwala29-Dec-09 0:03 
GeneralRe: setinputtodefaultaudiodevice() not working in xp Pin
#realJSOP29-Dec-09 0:14
mve#realJSOP29-Dec-09 0:14 
GeneralRe: setinputtodefaultaudiodevice() not working in xp Pin
krinaljariwala29-Dec-09 0:17
krinaljariwala29-Dec-09 0:17 

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.