ClearScript Library
ClearScript Library
Hi @matvdl, As far as we can tell, ClearScript doesn't invoke `ConvertTypeLibToAssembly` directly. Could you post a stack trace? Thanks!
>Sure - here is the call-stack [...] Hmm, we aren't seeing anything unusual or incorrect in the stack. Given an unknown COM object (one without managed type information), ClearScript has...
Hi @matvdl, Thanks for providing additional information! >The COM API involved is extensive, referencing approximately 10 other COM objects. Ah, so hiding the whole thing behind a strongly typed .NET...
Hi @matvdl, >Thanks for the reply and apologies for the delay in responding. Sure thing, and no problem at all! 😊 >Given our scenario—where we have a large COM library...
By the way, if you're interested in a quick-and-dirty solution that just might work, you could try live-patching ClearScript to bypass the call to `Marshal.GetTypeForITypeInfo`. First, add the [Lib.Harmony](https://www.nuget.org/packages/Lib.Harmony) package...
Hi @matvdl, Friendly reminder: Please let us know if that worked for you. If it did, we'll add a way to bypass that call without patching. Thanks!