aaa wrote:
> Hi all,
>
> I am facing issue while debugging on vs 2008. i have windows service
> whihc i want to debug.
> but when i try to attach that service in vs2008, symbols are not
> getting loaded.
>
> i have both vs2008 and vs 2010 installed on system.
> on vs 2010, symbopls are getting loaded properly.
> but on vs2008 symbols are not getting loaded.
>
> Same project i converted to 2008 and 2010.
> can anyone please shed some light on it?
>
> thanks.
>
Many have a console version of the program which they use to debug the
code, then when everything appears to be working they copy the relevant
files to their windows service.
If you're creating several windows services, then Topshelf may be worth
learning to use:
http://topshelf-project.com/