oleviewdotnet icon indicating copy to clipboard operation
oleviewdotnet copied to clipboard

Unable to open TLB or DLL

Open akbyrd opened this issue 5 years ago • 1 comments

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

akbyrd avatar Oct 10 '20 19:10 akbyrd

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

image

saviourofdp avatar Oct 22 '20 10:10 saviourofdp