c# - Winform project migration question -


i have got few projects , when run them on computer, fires error says: debugging doesnt belong to...

and opens browser dialog box if wants me point missing file..

how can overcome problem?

"entering break mode failed following reason: source file:"d:document , settings..."(path old directory files were).. doesnt belong to project being debugged.." 

try here:

"entering break mode failed following reason: source file xxx not belong project being debugged

from above post:

i found 2 things may have helped:

1) had moved folder location of dependent project, removed , re-added project solution. however, "references" of depending project still showed path old location. these properties unfortunately read-only within gui, removed , re-added project reference.

2) noticed visual c# 2005 express doesn't have "build", "clean solution" menu option. instead, closed visual c#, deleted "bin" , "obj" directories under each project, restarted visual c#, , things working expected again.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -