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

Getting runtime error: Could not load file or assembly 'FSharp.Data... A strongly-named assembly is required. #990

Closed
nikoudel opened this issue Aug 26, 2016 · 2 comments

Comments

@nikoudel
Copy link

nikoudel commented Aug 26, 2016

This probably happens because FSharp.Data.dll is not signed. Is there some reason why it's not signed?

System.IO.FileLoadException was unhandled by user code FileName=FSharp.Data, Version=2.3.2.0, Culture=neutral, PublicKeyToken=null FusionLog="" HResult=-2146234300 Message=Could not load file or assembly 'FSharp.Data, Version=2.3.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

@nikoudel
Copy link
Author

I've ended up signing FSharp.Data.dll manually but now I have to do it every time FSharp.Data updates. Would be nice to have it readily signed.

@nikoudel
Copy link
Author

Can't reproduce the issue with F# 4 any more.

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

No branches or pull requests

1 participant