P
Pete Kane
Hello All, I'm having a problem debugging a project (contained in a solution containing eight other projects), whenever I set a
breakpoint and press F5, the solution rebuilds itself ok but I then receive a dialog box stating "The following module was built
either with optimizations enabled or without debug information" <name of errant module is here> To debug this module, change its
project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option."
The project is set to debug but I notice the pdb file is not being copied to the run directory i.e. \bin\debug. The reference to
this module is \bin\release\mydll.dll, but it is on all the other referenced projects, and their pdb files are copied over ok. Any
ideas ? I've tried everything I can find "googling" all to no avail, please help !
breakpoint and press F5, the solution rebuilds itself ok but I then receive a dialog box stating "The following module was built
either with optimizations enabled or without debug information" <name of errant module is here> To debug this module, change its
project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option."
The project is set to debug but I notice the pdb file is not being copied to the run directory i.e. \bin\debug. The reference to
this module is \bin\release\mydll.dll, but it is on all the other referenced projects, and their pdb files are copied over ok. Any
ideas ? I've tried everything I can find "googling" all to no avail, please help !