Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
Questionhow to detect existence of .net framework and its version on a user's machine Pin
Danzy8313-Sep-11 2:30
Danzy8313-Sep-11 2:30 
AnswerRe: how to detect existence of .net framework and its version on a user's machine Pin
PIEBALDconsult13-Sep-11 2:35
mvePIEBALDconsult13-Sep-11 2:35 
GeneralRe: how to detect existence of .net framework and its version on a user's machine Pin
Danzy8313-Sep-11 2:48
Danzy8313-Sep-11 2:48 
GeneralRe: how to detect existence of .net framework and its version on a user's machine Pin
PIEBALDconsult13-Sep-11 3:10
mvePIEBALDconsult13-Sep-11 3:10 
AnswerRe: how to detect existence of .net framework and its version on a user's machine Pin
Wayne Gaylard13-Sep-11 2:47
professionalWayne Gaylard13-Sep-11 2:47 
GeneralRe: how to detect existence of .net framework and its version on a user's machine Pin
Danzy8313-Sep-11 2:51
Danzy8313-Sep-11 2:51 
GeneralRe: how to detect existence of .net framework and its version on a user's machine Pin
Eddy Vluggen13-Sep-11 6:49
professionalEddy Vluggen13-Sep-11 6:49 
AnswerRe: how to detect existence of .net framework and its version on a user's machine Pin
BobJanova13-Sep-11 2:53
BobJanova13-Sep-11 2:53 
Bear in mind that if no .Net framework is present, no C# app will be able to run. There's no point having an 'is there a framework' app in C#.

However, on any vaguely modern Windows system you can guarantee .Net will be available. .Net 2.0 has been a standard install since around XP SP1, and .Net 1.1 from around 2003 or so. So you could write a checker app in that version reasonably safely.

The framework (particularly a modern version of it like 3.5 or 4.0) is large enough you shouldn't do it 'under the table'. Link it as a dependency for the installer (process varies depending on which installer you're using) and let the user install it.

Remember to use an installer that will work if the .Net you want is not present!
Questionwhat are the main steps to develop graphic games Pin
gif202013-Sep-11 1:30
gif202013-Sep-11 1:30 
AnswerRe: what are the main steps to develop graphic games Pin
Pete O'Hanlon13-Sep-11 1:50
mvePete O'Hanlon13-Sep-11 1:50 
AnswerRe: what are the main steps to develop graphic games Pin
#realJSOP13-Sep-11 2:23
professional#realJSOP13-Sep-11 2:23 
AnswerRe: what are the main steps to develop graphic games Pin
Richard MacCutchan13-Sep-11 2:48
mveRichard MacCutchan13-Sep-11 2:48 
QuestionHow to get value from a config file of other project Pin
NarVish12-Sep-11 23:07
NarVish12-Sep-11 23:07 
AnswerRe: How to get value from a config file of other project Pin
Daniel.Grondal12-Sep-11 23:35
Daniel.Grondal12-Sep-11 23:35 
GeneralRe: How to get value from a config file of other project Pin
NarVish12-Sep-11 23:44
NarVish12-Sep-11 23:44 
GeneralRe: How to get value from a config file of other project Pin
Daniel.Grondal13-Sep-11 0:09
Daniel.Grondal13-Sep-11 0:09 
GeneralRe: How to get value from a config file of other project Pin
NarVish13-Sep-11 1:34
NarVish13-Sep-11 1:34 
GeneralRe: How to get value from a config file of other project Pin
Daniel.Grondal13-Sep-11 1:39
Daniel.Grondal13-Sep-11 1:39 
AnswerRe: How to get value from a config file of other project PinPopular
BobJanova13-Sep-11 0:27
BobJanova13-Sep-11 0:27 
GeneralRe: How to get value from a config file of other project Pin
#realJSOP13-Sep-11 2:25
professional#realJSOP13-Sep-11 2:25 
GeneralRe: How to get value from a config file of other project Pin
BobJanova13-Sep-11 2:49
BobJanova13-Sep-11 2:49 
GeneralRe: How to get value from a config file of other project Pin
#realJSOP13-Sep-11 3:23
professional#realJSOP13-Sep-11 3:23 
AnswerRe: How to get value from a config file of other project Pin
#realJSOP13-Sep-11 2:32
professional#realJSOP13-Sep-11 2:32 
AnswerRe: How to get value from a config file of other project Pin
PIEBALDconsult13-Sep-11 2:40
mvePIEBALDconsult13-Sep-11 2:40 
QuestionHow To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
rasoolfazeli12-Sep-11 3:49
rasoolfazeli12-Sep-11 3:49 

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.