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 are the 3 different types of arrays?
What is a interface in c#?
What is hashtable c#?
In which order the destructor is called for an inherited class?
Is is possible to force garbage collector to run?
What is static variable in c#?
What are the methods in c#?
Does c# support parameterized properties?
Is arraylist type safe in c#?
What is strongly typed in c#?
What's the difference between a method and a procedure?
What is difference between constants and readonly in c#?
What is hash c#?
Define c# i/o classes?
write a C# Program add two matrix ?