Prev: Two methods that offer the exact same functionality in the Dictionary class
Next: How Generate rdlc file using C#.net during runtime
From: Chris Dunaway on 8 Feb 2010 13:51 On Feb 6, 2:47 pm, "Morris" <imor...(a)automail.com> wrote: > > There's no need to add the dynamically launched EXE as a reference, nor > > would doing so help. For the Process class, you'll need the EXE to exist > > as a file at a known location (e.g. in the same directory with the main > > program), and pass that file path to the Process class. > > > Pete > > Dear Pete, > Though there is no need I still think that it may be convinient to add it > because I may need to modify the second executable along the solution > development life time, as would be with any dll in the solution. > Is it posible? > Regards > Morris You can have both projects in the same solution, if that's what you mean. Chris |