G
Guest
Hi guys,
I am trying to generate a dll file from a class file at runtime for
reflection purposes.
I am using System.Diagnostics.Process class to run a batch file that will do
this:
csc /t:library %1
Unfortunately the run-time window that opens when I run from Visual
Studio.NEt does not recognize 'csc'. Is there a way I can put it on the
windows path or something?
I am going to use the process class that runs another bat file that executes
my project executable, so I dont have a Visual Studio Command line to work
with.
Thanks. Any help will be appreciated.
I am trying to generate a dll file from a class file at runtime for
reflection purposes.
I am using System.Diagnostics.Process class to run a batch file that will do
this:
csc /t:library %1
Unfortunately the run-time window that opens when I run from Visual
Studio.NEt does not recognize 'csc'. Is there a way I can put it on the
windows path or something?
I am going to use the process class that runs another bat file that executes
my project executable, so I dont have a Visual Studio Command line to work
with.
Thanks. Any help will be appreciated.