Debugging C# services
i found several documents describing how debug services in visual studio c#, loosely defined.
i looking clear sample project.
who can me?
thanks,
keesgijs
hi,
there 2 options, both required code windows service.
1) if service running, open project in vs in debug menu select attach process, find service process , click attach. should enable debugging of running service
2) other approach write custom application , imitates windows service – not installing windows service, using “library” test code.
if have, questions not hesitate ask.
cheers,
jakub g
Archived Forums V > Visual C# IDE
Comments
Post a Comment