You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
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