I just need to automate the process of opening a specific solution (sln).
The user needs to press a button and my app is reading the full path to the
sln from db + starts Visual Studio / C# Express + opens that sln.
I can do it with Visual Studio, how can I start Visual C# Express ??
I'm open at any suggestions, even Process.Start with command line switches.
Thanks for any advice
> Any reason why you would not use devenv and command line switches?
>
[quoted text clipped - 39 lines]
>>
>> Thanks for any advice
Bryan Phillips - 17 May 2007 01:07 GMT
Try passing the full path of the solution as a command line parameter to
the C# Express executable.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
> I just need to automate the process of opening a specific solution (sln).
>
[quoted text clipped - 50 lines]
> >>
> >> Thanks for any advice