how to check some assembly is present in client and register that if not.
- by Jimmy
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.