how can include .netframeworl 2.0 in application setup
Answer Posted / vinay babu mandava
You can put .Net Framework 2.0 as Prerequisites for your setUp
Project.
This can be done in the following way.
Right click on you setup project and select Proprties and a
dialog box appears and now click on Prerequisites button
and now select what ever you want.
Thanks,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between list and ilist in c#?
What is global namespace in c#?
What is eager and lazy loading in c#?
What are the commonly used i/o classes?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is default boolean value in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Why can’t struct be used instead of class for storing entity?
What is difference between continue and break in c#?
What is the difference between wrapper class and primitive?
If a method's return type is void, can you use a return keyword in the method?
Explain About multi level and multiple inheritance how to achieve in .net
What is dependency injection in simple words?
Is c# slower than java?
What is string empty?