Skip to content

Conversation

@andyleejordan
Copy link
Member

This should resolve #791.

Instead of checking if Assembly.Load returned null (it doesn't), check
if it threw FileNotFoundException, which it will if it doesn't find
the assembly.


This change is Reviewable

This should resolve #791.

Instead of checking if `Assembly.Load` returned null (it doesn't), check
if it threw `FileNotFoundException`, which it will if it doesn't find
the assembly.
@andyleejordan
Copy link
Member Author

Tested, allows loading libraries from modules just fine now.

@andyleejordan andyleejordan merged commit beda291 into master Apr 9, 2016
andyleejordan added a commit that referenced this pull request Apr 9, 2016
@andyleejordan andyleejordan deleted the andschwa/assembly-load branch April 9, 2016 04:43
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.

Fix ALC when assembly is not in TPA

2 participants