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


What are the ways to deploy an assembly?

Answers were Sorted based on User's Feedback



What are the ways to deploy an assembly?..

Answer / swapna

An MSI installer, a CAB archive, and XCOPY command.

Is This Answer Correct ?    8 Yes 0 No

What are the ways to deploy an assembly?..

Answer / karans

An assembly can be deployed :
a). By dragging and droping the dll file into Assembly
folder (in c:/windows) folder.
b). Using Gacutil -i "path of assembly.dll" on the
visual studio command prompt.
c). If an assembly has to b deployed on client machine
at the time of installing an application, create a folder
(special folder)asseembly under root folder of the setup
and deployment application.And store the assembly into that
folder.It will be auto deployed on the client machine
assembly folder at the time of deploying application.

Is This Answer Correct ?    8 Yes 0 No

What are the ways to deploy an assembly?..

Answer / pramodgupta20

1. Using Windows Explorer, simply drag and drop.
2.Using GacUtil.exe

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between protected and protected internal?

5 Answers   Fulcrum Logic,


What does a constructor do c#?

0 Answers  


What is the difference between == and object.equals?

0 Answers  


What are modifiers in c#?

0 Answers  


What is difference between array and list in c#?

0 Answers  


Is c# difficult to learn?

0 Answers  


Explain how do I convert a string to an int in c#?

0 Answers  


What are the 3 types of comments in c#?

0 Answers  


What is namespace give the example?

0 Answers  


What do multicast delegates mean?

0 Answers  


Can you describe iuknown interface in short?

0 Answers  


Does c# provide copy constructor?

0 Answers  


Categories