Click here to Skip to main content
15,923,376 members
Home / Discussions / C#
   

C#

 
AnswerRe: URL's C# Pin
tonyjsebastian126-Nov-08 18:35
tonyjsebastian126-Nov-08 18:35 
GeneralRe: URL's C# Pin
jas0n2326-Nov-08 18:47
jas0n2326-Nov-08 18:47 
AnswerRe: URL's C# Pin
dan!sh 26-Nov-08 18:37
professional dan!sh 26-Nov-08 18:37 
AnswerRe: URL's C# Pin
Thomas Weller26-Nov-08 19:51
Thomas Weller26-Nov-08 19:51 
QuestionHow to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
tonyjsebastian126-Nov-08 17:35
tonyjsebastian126-Nov-08 17:35 
AnswerRe: How to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
Christian Graus26-Nov-08 17:53
protectorChristian Graus26-Nov-08 17:53 
GeneralRe: How to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
tonyjsebastian126-Nov-08 18:01
tonyjsebastian126-Nov-08 18:01 
AnswerRe: How to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
Luc Pattyn26-Nov-08 18:00
sitebuilderLuc Pattyn26-Nov-08 18:00 
Hi,

I'm afraid there isn't a simple answer to your question; here are some facts:

1. csc.exe belongs to a specific version of the .NET Framework i.e. for each version you install you get another csc.exe file
2. you should use the one that goes with your running .NET application (check Environment.Version) or that fits the framework you want to target
3. the .NET versions reside under the Windows folder, in the Microsoft.NET subfolder
4. The current Windows folder is specified by the environment variable "windir" (which typically contains C:\Windows); check Environment.GetEnvironmentVariables()
5. the different versions of .NET inside the "Microsoft.NET" each have their own subfolder, but the naming conventions of these have changed over time.
6. the following links might be useful:

http://msdn.microsoft.com/en-us/library/dc98ytx2.aspx[^]

http://support.microsoft.com/kb/318785[^]

Hope this is sufficient.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: How to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
tonyjsebastian126-Nov-08 18:18
tonyjsebastian126-Nov-08 18:18 
GeneralRe: How to search and dispaly the file path for csc.exe? URGENT plz Hep........ Pin
Luc Pattyn26-Nov-08 19:11
sitebuilderLuc Pattyn26-Nov-08 19:11 
Questionfetching the byte[] value from hashtable and display as image Pin
renuga529826-Nov-08 17:30
renuga529826-Nov-08 17:30 
AnswerRe: fetching the byte[] value from hashtable and display as image Pin
Christian Graus26-Nov-08 17:54
protectorChristian Graus26-Nov-08 17:54 
GeneralRe: fetching the byte[] value from hashtable and display as image Pin
renuga529826-Nov-08 18:48
renuga529826-Nov-08 18:48 
AnswerRe: fetching the byte[] value from hashtable and display as image Pin
Guffa26-Nov-08 20:17
Guffa26-Nov-08 20:17 
QuestionclsADONET? Pin
dec8226-Nov-08 15:27
dec8226-Nov-08 15:27 
QuestionEngineering Design Pin
viciouskinid26-Nov-08 13:05
viciouskinid26-Nov-08 13:05 
AnswerRe: Engineering Design Pin
Christian Graus26-Nov-08 13:11
protectorChristian Graus26-Nov-08 13:11 
GeneralRe: Engineering Design Pin
PIEBALDconsult26-Nov-08 13:35
mvePIEBALDconsult26-Nov-08 13:35 
GeneralRe: Engineering Design Pin
Christian Graus26-Nov-08 13:35
protectorChristian Graus26-Nov-08 13:35 
GeneralRe: Engineering Design Pin
Mycroft Holmes26-Nov-08 16:11
professionalMycroft Holmes26-Nov-08 16:11 
GeneralRe: Engineering Design Pin
Luc Pattyn26-Nov-08 16:56
sitebuilderLuc Pattyn26-Nov-08 16:56 
GeneralRe: Engineering Design Pin
Mycroft Holmes26-Nov-08 17:10
professionalMycroft Holmes26-Nov-08 17:10 
GeneralRe: Engineering Design Pin
Luc Pattyn26-Nov-08 17:26
sitebuilderLuc Pattyn26-Nov-08 17:26 
GeneralRe: Engineering Design Pin
viciouskinid26-Nov-08 18:08
viciouskinid26-Nov-08 18:08 
QuestionSave and Save As for this xml/c# code Pin
Chris Kentlea26-Nov-08 8:59
Chris Kentlea26-Nov-08 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.