Hi,
I have WMI class in a COM dll. I was trying to create a RCW for it in C#.NET. I used tlbexp.exe to get the type library from the COM dll but it throws an error stating "unable to load one of the dependencies".
I understood that it is trying to load one of the DLL it is referring internally, how can i come to know which dll it is trying to load and can i successfully complete the process if i some how get the dll from internet?