Install Dll in the GAC for .Net

Posted by tkg on Stack Overflow See other posts from Stack Overflow or by tkg
Published on 2010-04-16T04:27:32Z Indexed on 2010/04/16 4:33 UTC
Read the original article Hit count: 156

Filed under:
|
|

Hi all, I am a beginner in .Net development. I need to ask about .Net winform deployment. If i have 1 exe file, some class libraries, and 3rd party components (DevExpress). Should i install these Dlls (class library and 3rd party component) in the GAC (Global Assembly Cache) in client computers ? Thank you for the explanations.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms