how to check some assembly is present in client and register that if not.
Posted
by
Jimmy
on Stack Overflow
See other posts from Stack Overflow
or by Jimmy
Published on 2011-01-12T06:51:03Z
Indexed on
2011/01/12
6:53 UTC
Read the original article
Hit count: 207
hi there, what i wana know is that how can i use assembly that is register in GAC in my C# application. Detail: What i wana achieved is that
1) Check ABC assembly that is register in my client machine or not from my windows
application
2) If not then register that assemble in GAC of client from my windows application
3) And use this assembly and perform some functions
Remember that that ABC assemble is my assembly having some of my function.
© Stack Overflow or respective owner