Error creating TLB with dscom32 and .NET 6.0.31
Closed this issue · 0 comments
ericcdub commented
Recently started seeing this error when trying to export a type library from a 32-bit .NET assembly using dscom32 (it was working before):
Failed to export type library. Could not load file or assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
However, dscom 64-bit has no issues exporting from 64-bit assembly.
Any pointers appreciated, cheers.