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

What are the different states of a thread?

526


What is the difference between field and property in c#?

468


What is type cast in C#?

563


What do u mean by delegation of authority?

525


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

504






Can you specify nested classes as partial classes?

501


Which of the following operations can you not perform on an ado.net dataset?

505


Are arrays value types or reference types?

529


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

514


What is lazy keyword in c#?

524


What is the advantage of constructor?

472


What are verbatim strings in c#?

493


What is a view? What is the use of it?

578


What is polymorphism c# example?

481


What are events in C#?

552