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 we set image Source dynamically using C# in WPF application?

0 Answers   Tech Mahindra,


give suitable code for all login controls

1 Answers  


Why to use “finally” block in c#?

0 Answers  


What is c sharp used for?

0 Answers  


Write a program in C# for checking a given number is PRIME or not.

0 Answers  






Constructor to an arbitrary base constructor?

0 Answers  


Which class comes after the SortedList class?

0 Answers   Siebel,


What is a multicast c# delegate?

0 Answers  


Why constructor is used in c#?

0 Answers  


What is difference between static and constant variable?

0 Answers  


Why is dll used?

0 Answers  


What is stringbuilder c#?

0 Answers  


Categories