Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Loading multiple satellite assemblies of same project fails in coreclr #2802

Closed
kirthik opened this issue Sep 24, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@kirthik
Copy link
Contributor

kirthik commented Sep 24, 2015

In the current code, we are not preserving the culture information during satellite assembly creation. So if app tries to load multiple satellite assemblies of same project, first one succeeds but subsequent ones fails with error Assembly with same name is already loaded.

To fix this issue, we need to add AssemblyCultureAttribute during satellite assembly compilation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants