What are the ways to deploy an assembly?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To create a localized application which namespaces are necessary?

523


Can we have 2 main methods in c#?

485


What is c# most used for?

566


What is default value of decimal c#?

477


Why do we use partial class in c#?

489






What is a method signature c#?

519


What is difference between mutable and immutable in c#?

451


Whats an assembly? Describe the importance of assembly?

497


Is c# used for frontend or backend?

585


What is a Command Object in C#?

554


What is object pool in .net?

532


Can you inherit from a sealed class?

494


How do you declare an arraylist?

496


List the difference between interface and abstract class?

470


We cannot create instances of static classes. Can we have constructors for static classes?

516