Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4237


What are access modifiers in c#?

939


What is delegates in c#?

847


What is distribute by in hive?

988


What is a namespace server?

858


What is the default modifier for class in c#?

915


What are the Configuration files in .net?

912


Differentiate between dataset and datareader?

910


What does the dispose method do with the connection object?

913


What is lazy loading entity framework?

944


Constructor to an arbitrary base constructor?

929


What is c sharp used for?

832


What is type keyword in c#?

872


What is the main usage of keyword “virtual” ? How does it work for a method or property?

876


Can we instantiate abstract class in c#?

843