[VS.NET 2005] where is csc.exe?
-
i want to use this in my application new Microsoft.CSharp.CSharpCodeProvider().CreateCompiler() where can i gind csc.exe compliler? Can i add end distribuite it freely in my software?
1. Go to msdn.microsoft.com. Search for Microsoft.CSharp.CSharpCodeProvider. 2. Hit the keys Windows+F. Type in csc.exe. www.logifusion.com
-
i want to use this in my application new Microsoft.CSharp.CSharpCodeProvider().CreateCompiler() where can i gind csc.exe compliler? Can i add end distribuite it freely in my software?
Hi! The C# compiler is part of the .NET framework and can be found somewhere under %WINDIR%\Microsoft.NET So if you have a .NET framework installed on the target machine (which you need for your app to run), you'll also have csc.exe. Regards, mav -- Black holes are the places where god divided by 0...