0
votes
4answers
242 views
.NET Check if another application is running
I have an application that provides core services for a series of other applications.
When another of these applications is started, I want to check that the service application is running …
2
votes
2answers
149 views
.NET Different References List for Debug / Release
In my debug build I have a reference to a DLL that is only required in the Debug configuration (the reference is for CodeSite, a logging tool).
Is it possible to exclude this reference in t …
