F FJP Sep 19, 2003 #1 not working.. working only framework directory.. How I can move/setup csc.exe system dir?
N Nicholas Paldino [.NET/C# MVP] Sep 19, 2003 #2 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.
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.
B Bob Powell [MVP] Sep 20, 2003 #3 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
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