csc.exe

  • Thread starter Thread starter FJP
  • Start date Start date
FJP,

Why do you want to do that? I think it is a bad idea because you don't
know what is needed to support CSC.EXE. I would recommend setting the path
correctly and running CSC.EXE from the framework directory.

Hope this helps.
 
You need to run corvars.bat which you'll find in the frameworksdk\bin\
directory.

I have a little batch file called env.bat in my root that I use for command
line stuff. It contains...

"C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\corvars.bat"


--
Bob Powell [MVP]
C#, System.Drawing

September's edition of Well Formed is now available.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
 
Back
Top