To specify Startup Program in C# Express Edition 2008
- by Kanini
I usually do the following at office -
Set the startup program for the project to System32\dllhost.exe, and set the
command line arguments for the startup program accordingly.
This used to work perfectly fine, because I was running Visual Studio 2008. However, one of my developers use C# Express Edition and they need to do a similar thing. We are not sure, where to set this or how to do it?
Please suggest how to do this or point us in the right directions.