Error: Could not load file or assembly 'PresentationFramework' on tlbexport
Closed this issue · 2 comments
mgaffigan commented
When using dscom to export a library referencing WPF or another unavailable library, exceptions are thrown from ComAliasNameResolver
. We don't really want to "fix" those reference problems, just to have tlbexport
ignore them. LibraryWriter
already has the logic to turn missing references into warnings, but ComAliasNameWriter
is missing them.
Related to #120, PR incoming
SOsterbrink commented
@mgaffigan : I started a new Release v1.4.0 so that you can use your fix. It should take a few minutes until it's available.
mgaffigan commented
Thanks for the quick merge, and for making dscom open. It’s a great benefit to the community.