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 is Event - Delegate?
What is c sharp used for?
what is an exception in .net?
How we convert private assembly into public assembly?
Is it not possible to store a boolean value as a variable?
What is string [] args in c#?
What is parameter c#?
How do you escape in c#?
What is the process of delegation?
What are destructors in C#?
What is the solution if you need to manipulate sets of items?
What are c# types?
What happens if the inherited interfaces have conflicting method names?
What are cshtml files?
What are partial types in c#?