Is it possible to debug a windows service or class library without consuming the code in a launchable app? There is a thread about doing this, but the techniques don\'t开发者_运维百科 work and keep sa
I have a Windows service that\'s running all the time, and takes some action every 15 minutes. I also have a client WinForms app that displays some information about what the service is doing. I\'d li
I\'m developing an application with a smart card involved (digital signature). Let\'s assume that we have the same code in this two contexts:
I\'ve read all the posts on Stack Overflow about CreateProcessAsUser and there are very few resolved questions, so I\'m not holding my breath on this one. But it seems like I\'m definitely missing som
We have an executable that hosts a COM server, say x.exe. The COM object is instantiated as follows on the calling site:
I have a timer within my Windows service which is built using C# 2.0. We are in the process of designing the Exception handling. Since it is Timer runs on its own thread we would like to handle the ou
I have an InstallScript project in IS2010.It has a handful of services that get installed.Some are C++ exes and use the \"InstallShield Object for NT Services\".Others are Java apps installed as servi
Whileinstallating MS-CRM:I got sql server errors:- 1>Servic开发者_如何学编程e MSFTESQL not found. The specified service does not exists as an installed service
Can you recommend open source and comme开发者_如何学JAVArcial tools for testing Windows services?I want to test for memory usage, leaks, etc.
I have a Windows service that I\'d like to gather some debugging data on using Intellitrace - the problem is that you can\'t debug a Windows Service by starting开发者_开发百科 it directly from inside