Hi everyone,
I just updated my project to Xamarin Forms 1.3.1.0 update through nuget in my Visual Studio, but unfortunately after I compiled the Windows Phone project its giving this compilation error, unlike in Android and iOS !
Cannot resolve dependency to assembly 'Xamarin.Forms.Core, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
i tried cleaning and rebuilding and restarting Visual Studio, but nothing is working ! This only happens in Windows Phone project, but Android and iOS are working fine. Did any encounter with this issue? if so what is the solution for this ?
Thanks in advance.