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

Why do we need abstract class?

0 Answers  


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


What is the difference between ienumerable and enumerable?

0 Answers  


How many types of namespaces available in version4?

0 Answers   HCL,


What is generic collection in c#?

0 Answers  






What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


What is the difference between list and arraylist in c#?

0 Answers  


What is the difference between class and abstract class?

9 Answers  


What is argument in c#?

0 Answers  


hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......

0 Answers   Tricom,


What do you understand by the terms datareader object and dataset object?

0 Answers  


How do I create a multilanguage, single-file assembly?

0 Answers  


Categories