I have a .NET solution (one project is written in C ++ COM, others are written in C #) with its libraries.
I would like to make some starttest tools that will check if all C #, C ++ libraries are registered correctly. How can i do this? How can I ask .NET if any C # or C ++ COM library is registered? w
milan source
share