How do I find whether a DLL file written in C# is registered or not programmatically?
I already tried this code, but it doesn\'t come off.
If I register a DL
You can use this:
My.Computer.Registry.ClassesRoot.GetSubKeyNames.Contains("gEncrypt.clsEncrypt")
Where "gEncrypt.clsEncrypt" is ComName.ClassName.