Has anyone been able to get this to work with v1.3.1? It was just released and I am getting the following error when I add Telerik to my projects.
Error 55 Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, 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. ~\Xamarin.Forms\Administrator.Forms.WinPhone\MainPage.xaml Administrator.Forms.WinPhone
I am guessing the Telerik dll's are expecting 1.3.0 still event though I have Xamarin.Forms.Platform.WP8, Version=1.3.1.0 referenced. There is no difference between 1.3.0 and 1.3.1 other than 1.3.1 being able to support the Unified API in iOS.
Error 55 Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, 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. ~\Xamarin.Forms\Administrator.Forms.WinPhone\MainPage.xaml Administrator.Forms.WinPhone
I am guessing the Telerik dll's are expecting 1.3.0 still event though I have Xamarin.Forms.Platform.WP8, Version=1.3.1.0 referenced. There is no difference between 1.3.0 and 1.3.1 other than 1.3.1 being able to support the Unified API in iOS.