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

C#

 
GeneralRe: asp.net 2010 toolbox items Pin
classy_dog13-Sep-11 8:25
classy_dog13-Sep-11 8:25 
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 
That's why your app should have the Framework as a dependency. Vista will have .NET 3.5, but not 1.0, Weven will have 4.0.

You can't check the version of .NET in the registry with a .NET application; you'd have to know what version is installed before you can run it. Hence, you'd be writing in an unmanaged language to do some task that the installer already can do. IMHO, a waste of time.
Bastard Programmer from Hell Suspicious | :suss:

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 
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 

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.