Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

259 error could not load file or assembly presentationframework on tlbexport regression in 160 #260

Conversation

SOsterbrink
Copy link
Member

fix: #259 Exception on trying to load namespace attribute

Moved the check for the namespace attribute after the check for COM visibility, because classes and libraries which are ComVisible = false will be skipped and should not receive further checks.

@marklechtermann marklechtermann merged commit 34546dd into main Jul 1, 2024
4 checks passed
@marklechtermann marklechtermann deleted the 259-error-could-not-load-file-or-assembly-presentationframework-on-tlbexport-regression-in-160 branch July 1, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Could not load file or assembly 'PresentationFramework' on tlbexport (regression in 1.6.0)
2 participants