Hi
I have created a class library using c#.And i have registered the class library using
regasm..
RegAsm.exe Discovery.dll /tlb: Discovery.dll /codebase
Now i want to know whether the assembly is registered or not using c++. I need because I have to check the registry for this dll if it is not registered I have to registered it programatically if it is registered then i simply skip it.
so How can i know whether the assembly registered or not using c++...