Could not load file or assembly 'PCLAppConfig' in UWP project

1

I have a Xamarin project with iOS, Android and UWP projects.

I have installed the version 1.0.1 from nuGet in all three projects and in .net standard's one.

The iOS and Android projects works fine but when I run the UWP project this error is triggered:

System.IO.FileLoadException: 'Could not load file or assembly 'PCLAppConfig, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'

The compile works fine, only at runtime the error come.

How can I solve this error?

EDIT

Maybe I found the problem but I cannot resolve it.

From nuGet I have installed the latest version, the 1.01 but the version of the DLL is the 0.4.0.

Maybe UWP read the 0.4.0 version and triggers the error?

c#
xamarin
xamarin.forms
uwp
asked on Stack Overflow Feb 5, 2019 by Hikari • edited Feb 6, 2019 by Hikari

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0