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

Could not load assembly 'System.Threading.Tasks.Extensions, Version=4.1.1.0 #27121

Closed
minaairsupport opened this issue Aug 12, 2018 · 9 comments
Labels
area-Infrastructure-libraries packaging Related to packaging question Answer questions and provide assistance, not an issue with source code or documentation. untriaged New issue has not been triaged by the area owner
Milestone

Comments

@minaairsupport
Copy link

Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Threading.Tasks.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Perhaps it doesn't exist in the Mono for Android profile?

Could any one guide me how to solve this issue I tried to make walk around but it dosent work

..\..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll
@ViktorHofer
Copy link
Member

When does this happen? As you mention Android it sounds like not when targeting netcoreapp but when building a Xamarin app? The assemblies in the package seem to be correct therefore I assume this issue should be moved over to mono/xamarin.

@minaairsupport
Copy link
Author

so what shall I do now , I face this issue from long time , I even try re-create the whole project and insert libraries one by one to check which one cause issue but I can figure may be Microsoft.Azure.Mobile.Client but I am not sure where to start to fix this issue

@ViktorHofer
Copy link
Member

ViktorHofer commented Aug 14, 2018

You could start by explaining which frameworks you use, what you try to do, the complete scenario so that we can ping people from other related teams that could help. What are you buildling? .NET Framework / .NET Core / Xamarin?

@minaairsupport
Copy link
Author

I am building Xamarin project I can't find any of my frameworks that depends on System.Threading.Tasks.Extensions special this version not on nuget
https://www.nuget.org/packages/System.Threading.Tasks.Extensions/

is there any way to delete this library

@karelz
Copy link
Member

karelz commented Aug 15, 2018

Were you able to create minimal repro?
It may be best to ask on Xamarin forums. @ericstj does it ring a bell?

@akoeplinger can you please help while @marek-safar is OOF?

@PureWeen
Copy link
Member

possibly related

dotnet/reactive#803 (comment)

@ericstj
Copy link
Member

ericstj commented Aug 20, 2018

We treat System.Threading.Tasks.Extensions as inbox on Xamarin, per @akoeplinger's request: https://github.com/dotnet/corefx/pull/29830/files#diff-589bc4b6d3cf97b763cdd071a726b00bR16

I believe you just need a newer Xamarin SDK to get the Xamarin side of these changes. @akoeplinger which SDK is this? Alternatively you could use an older package before Xamarin asked us to make this change.

@marek-safar
Copy link
Contributor

Tracked as mono/mono#10142

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@ViktorHofer
Copy link
Member

Closing as this was already tracked and presumably fixed.

@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-libraries packaging Related to packaging question Answer questions and provide assistance, not an issue with source code or documentation. untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

8 participants