how can your software identify which version of dot net
framework install in client pc and install framework
accordingly

Answers were Sorted based on User's Feedback



how can your software identify which version of dot net framework install in client pc and install ..

Answer / mohit jethva

System.Environment.Version or by using registry

Is This Answer Correct ?    16 Yes 0 No

how can your software identify which version of dot net framework install in client pc and install ..

Answer / kasim

In Visualstudio Goto The Menu Bar And Click the Help button
after click 'about microsft VS' that will show the
information about the version

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Sharp Interview Questions

What is HashTable, what is the use of it, when do we use (purpose).

2 Answers  


what is the use of master pages. how to use it

2 Answers  


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

0 Answers  


Describe a Struct ?

0 Answers   Siebel,


Why singleton is sealed?

0 Answers  






For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.

2 Answers   Syntel,


Is vs as c#?

0 Answers  


Which are access modifiers available in c#?

0 Answers  


What is the difference b/w Arry.copy() and array.clone() method?

6 Answers  


What are the boolean data types in c#?

0 Answers  


Can we change static value in c#?

0 Answers  


Which is faster hashtable or dictionary?

0 Answers  


Categories