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
What benefit do you get from using a primary interop assembly (pia)?
What is the difference between User controls and Custom Controls?
How to reduce image resolution in C#?
What is difference between for and foreach loop in c#?
What is the use of readkey in c#?
What are the uses of namespaces?
What is the use of oops in c#?
What Is A Satellite Assembly?
What is delegate in c#?
What is an abstract class c#?
What is the purpose of abstract class in c#?
Why do we need abstract class?
What is data types in c#?
Why do we need oops in c#?
What is signature c#?