How to check if a C++ COM or C# DLL is registered ?
- by milan
Hi all,
I have .net solution (one project written in C++ COM others are written in C#) with its libraries.
I would like to make some starttest-tool which would test if all C#, C++ libraries are correctlly registered. How I can do that ? How I can ask .NET if some C# or C++ COM library is regitered ?
br,
Milan.