debugging - Debug mode and Attach to Process... in Visual Studio 2008 -


i following dialog box when try attach vs2008 debugger windows service. googled , tried lot, nothing worked. enter image description here

and checked "project build configuration", set following mode. changed debug tried, :(

enter image description here

seems service built in release (ie no debug info, optimized performance) instead of debug, there go..can't attach debugger process.

edit

also, make sure in debug configuration of project have define debug constant check, , under advanced (c# environment, there button @ bottom of project properties - build page) have debug info of output set "full".


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -