hi, how to find whether a dll(c#) is registered or not programmatically.
i already tried this code.but it doesnt come off.
if i register a dll and check using this code it returns,if i unregister it and run this same piece of code ,it returns true again,im giving the fullpath of the dll as argument
we developed a simple dll in vc++ ,after that we registered it .now we want to conform wheteher it is registered.
bob will u replace the piece of code on your own,it is still difficult for me
if i register a dll is there any entry present in the registry.shall i found those entries and judge wheteher the dll is registered or not.
the last answer is working with some modifications,i lookd in typelib instead of clsid
earwicker der anyway i done it with slight modification,its working now