oleviewdotnet
oleviewdotnet copied to clipboard
Unable to open TLB or DLL
I have a small dll that I generate a tlb for. When I attempt to open the tlb I get an error.

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.

I've attached both files.
This also happens with registered typelibs, eg for System.Object, trying to view the _Object interface
