What are the ways to deploy an assembly?
Answers were Sorted based on User's Feedback
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 |
Answer / pramodgupta20
1. Using Windows Explorer, simply drag and drop.
2.Using GacUtil.exe
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a dynamic assembly?
Explain the ways to deploy an assembly?
Does the system.exception class have any cool features?
What is thread in c#?
Is constructor a static method?
how to access the virtual method without creating the objet for the virtual method?
How do I create a dbml file?
Explain dataset.acceptchanges method in .net?
Why do we use interface in c#?
Why do we need constructor in c#?
What is the default boolean value in c#?
What is the purpose of a namespace?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)