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 |
Why is it a bad idea to throw your own exceptions?
What is Delegate and what is it used for ?
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
What is streamreader/streamwriter class?
is it possible to access a remote web service Without UDDI?
What is uint64?
what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages?
How will U encapsulate button trigger event into text_box event of Pressing Enter key?i.e only after pressing Enter after the text is typed the button trigger event should activate?
What is the difference between private and protected in c#?
What is Bubble Event ?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
what is the difference between convert.tostring() and tostring() functions ?
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)