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 double c#?
What is the raise event used for?
How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?
Define delegation in .net?
can you allow a class to be inherited, but prevent the method from being over-ridden?
What is virtual in c#?
What are managed providers?
Can I define a type that is an alias of another type (like typedef in c++)?
Is class reference type c#?
What is the use of getcommandlineargs() method in c#.net?
What are interfaces in c#?
What is the difference between string keyword and system.string class?
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)