Replies: 1 comment
-
Probably this issue? #2715 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Trying to upgrade a Xamarin project from CSLA 5.1.0 to 5.5.2. The 5.1.0 project is running fine.
Server is running Framework 4.8
App is running Xamarin Forms 4.8.0.1821
When we try to run the app we get:
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.'
I noticed that when updating the client dll, that contains the CSLA Bussiness logic, from CSLA 5.1 to 5.5, with nuget, is says:
The target framework for Library.Xam.Standard.Client is .NET Standard 2.1
So, it looks like System.Runtime.Loader is now needed. But it breaks Xamarin apps.
Or is it anything we can do to fix this?
Best regards,
Wilfred
Beta Was this translation helpful? Give feedback.
All reactions