tyranid / oleviewdotnet

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
GNU General Public License v3.0
1.1k stars 182 forks source link

Unable to open TLB or DLL #28

Open akbyrd opened 3 years ago

akbyrd commented 3 years ago

I have a small dll that I generate a tlb for. When I attempt to open the tlb I get an error.

image

It's a 'private' type library, so it's not registered system-wide.

I don't know if it's related or not, but I also can't open the dll file. I only see an option to open a 'proxy dll', so maybe plain dlls aren't supported and I'm doing this wrong? Possibly related to https://github.com/tyranid/oleviewdotnet/issues/16.

image

I've attached both files.

LCDHardwareMonitor PluginLoader CLR.zip

saviourofdp commented 3 years ago

This also happens with registered typelibs, eg for System.Object, trying to view the _Object interface

image