I need to call a method from an exe file ProcessStartInfo startInfo = new ProcessStartInfo(@\"exeParser.exe\");
Any there any good libraries out there that extend System.Diagnostics.Trace? Some of the features I am looking for.
I have web site which serves web services (a mixture of .asmx and WCF) which is mostly using LINQ to SQL and System.Transactions. Occaisionally we see the transaction get promoted to a distributed tra
I have one WPF application and one windows service as watch dog. I want to check if my window application is halt or working fine. If it is halt i want to restart the application.
Hi I would like to know if there\'s an existing implementation of checking if application(Acrobat Reader) exist in your local machine before I start t开发者_运维知识库o open it.
Is there a maximum number of trace sources for app.config, and by defi开发者_运维技巧nition listeners as well?Not a documented one.Which is consistent with almost all .NET framework classes, there are
I wrote a Log class derived from System.Diagnostics.TraceListener like so public class Log : TraceListener
I\'m developing an ASP.NET WebForm application w开发者_如何转开发ith Visual Studio 2008 SP1 and C#.
I\'m using C#\'s System.Diagnostic.Process object. One of its properties is Id. The Id this produces is not the same as the PID, shown in Windows Task Manager.
I am using a third party software tool (command line tool) to merge PDF files together. Using C# I am attempting to use System.Diagnostics.Process to run the executable but I am coming up with a few e