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

System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' #1

Closed
TonyHenrique opened this issue May 26, 2018 · 4 comments

Comments

@TonyHenrique
Copy link

TonyHenrique commented May 26, 2018

I used the code from on my UWP Application

But when I run it,

On the SignalRService class, method Init()
on this line
new HubConnectionBuilder().WithUrl(info.Endpoint, (options) => options.AccessTokenProvider = () => Task.FromResult<string>(info.AccessKey))

throws

System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. O sistema não pode encontrar o arquivo especificado.'

I did not find a NuGet that matches this version 4.0.1.0

sm

My UWP Project is
Target version:
Windows 10, version 1803 (10.0; Build 17134)

Min version:
Windows 10, version 1803 (10.0; Build 17134)
ss

ss1

@TonyHenrique
Copy link
Author

Someone else is also having this issue with the Microsoft.AspNetCore.SignalR.Client
aspnet/SignalR#1294 (comment)

@TonyHenrique
Copy link
Author

TonyHenrique commented May 26, 2018

Is this System.Memory issue related to this? SixLabors/ImageSharp#459 (comment)

@TonyHenrique
Copy link
Author

If I set
Target version:
Windows 10, version 1803 (10.0; Build 17134)

Min version:
Windows 10 Fall Creators Update (10.0; Build 16299)

Then it works.

works

@GrillPhil
Copy link
Owner

So this is what I recommended in the first place ;-) seems to be an issue within UWP 1803 so I will close this for now.

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

2 participants