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 native methods?
What is get set in c#?
Explain “static” keyword in c#?
If a method's return type is void, can you use a return keyword in the method?
Can a class be protected in c#?
How does bitwise work?
How does it work?
What is a linq in c#?
Difference between call by value and call by reference in C#?
What are the types of assembly available
What are the main reasons to use c# language?
What is a sealed class?
What is managed or unmanaged code?
What does the dispose method do with the connection object?
Can you instantiate a struct without using a new operator in c#?