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
Is clr a compiler?
Explain the OOPS concept in C#?
What is the difference between an application domain and a process?
What is use of list in c#?
What is parallel foreach c#?
Explain partial class in c#?
What is default access modifier for class in c#?
What is dependency injection?
Can you inherit from a static class in c#?
How many digits is a 32 bit number?
Is void a class?
Is a valid int value?
What is the difference between and xml documentation tag?
What happens if you add duplicate elements to a set?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?