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

Can an array be null c#?

0 Answers  


what is the purpose of Interfaces?

7 Answers   HCL,


What is the difference between dictionary and hashtable in c#?

0 Answers  


What I can do with c#?

0 Answers  


Does C# support multiple inheritance?

3 Answers   IBM, Siebel Systems, Visual Soft,






What is dapper in c#?

0 Answers  


List some of the common data providers for ado.net framework?

0 Answers  


Explain the access modifiers in c#?

0 Answers  


What is a pre-requisite for connection pooling?

1 Answers  


What is the base class for array types?

0 Answers  


the selected inf of other combobox?How do you achieve it?

1 Answers   CTS, Microsoft,


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


Categories