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
How to use session under class file of APP_Code folder?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What happens if a static constructor throws an exception?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Is void a class?
Can a struct inherit from another struct or class in c#?
Is arraylist faster than linkedlist?
What are extender provider components?
What are Regex / regular expressions ?
Why generics are used in c#?
When would you use generics in your code c#?
What is arraylist class in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Is std :: string null terminated?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?