.NET Framework 4.8 - Graph 5.56 - System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.' #2589
Replies: 1 comment 2 replies
-
Any chance you're able to share the dotnet SDK versions installed in your machine? Do you have .NET framework 4.8? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was using Graph SDK (1.16) in a SharePoint full trust solution based on .NET Framwork 4.6.1 since a long time without issue.
I need to upgrade to a recent version to use SignInActivity but I'm stuck with this error (reproduced in a .NET framework 4.8 console application):
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.'
It looks like the latest package for System.Runtime is 4.3.1 : https://www.nuget.org/packages/System.Runtime
Do you have any idea ?
Beta Was this translation helpful? Give feedback.
All reactions