Skip to content

Instantly share code, notes, and snippets.

@sunil360
Created April 24, 2015 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunil360/a5bdead65584d0712810 to your computer and use it in GitHub Desktop.
Save sunil360/a5bdead65584d0712810 to your computer and use it in GitHub Desktop.
System.TypeLoadException: Could not load type Xamarin.Forms.Platform._LabelRenderer, Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null while decoding custom attribute
at at (wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)
at System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType, Boolean inheritedOnly) [0x00019] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System/MonoCustomAttrs.cs:103
at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit) [0x00040] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System/MonoCustomAttrs.cs:152
at System.MonoType.GetCustomAttributes (System.Type attributeType, Boolean inherit) [0x00017] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System/MonoType.cs:619
at System.Attribute.GetCustomAttributes (System.Reflection.MemberInfo element, System.Type type, Boolean inherit) [0x00024] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System/Attribute.cs:233
at System.Attribute.GetCustomAttributes (System.Reflection.MemberInfo element, Boolean inherit) [0x00000] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System/Attribute.cs:248
at System.Reflection.CustomAttributeExtensions.GetCustomAttributes (System.Reflection.MemberInfo element, Boolean inherit) [0x00000] in /Users/builder/data/lanes/1503/c8648f0e/source/mono/mcs/class/corlib/System.Reflection/CustomAttributeExtensions.cs:145
at Xamarin.Forms.Xaml.TypeConversionExtensions+<>c__DisplayClass6.<ConvertTo>b__3 () [0x00019] in <filename unknown>:0
at Xamarin.Forms.Xaml.TypeConversionExtensions.ConvertTo (System.Object value, System.Type toType, System.Func`1 getConverter, IServiceProvider serviceProvider) [0x00015] in <filename unknown>:0
at Xamarin.Forms.Xaml.TypeConversionExtensions.ConvertTo (System.Object value, System.Type toType, System.Func`1 minfoRetriever, IServiceProvider serviceProvider) [0x00021] in <filename unknown>:0
at Xamarin.Forms.Xaml.CreateValuesVisitor.Visit (Xamarin.Forms.Xaml.ElementNode node, INode parentNode) [0x0014a] in <filename unknown>:0
at Xamarin.Forms.Xaml.ElementNode.Accept (IXamlNodeVisitor visitor, INode parentNode) [0x00090] in <filename unknown>:0
at Xamarin.Forms.Xaml.RootNode.Accept (IXamlNodeVisitor visitor, INode parentNode) [0x00030] in <filename unknown>:0
at Xamarin.Forms.Xaml.XamlLoader.Load (Xamarin.Forms.BindableObject view, System.String xaml) [0x000a4] in <filename unknown>:0
at Xamarin.Forms.Xaml.XamlLoader.Load (Xamarin.Forms.BindableObject view, System.Type callingType) [0x0002b] in <filename unknown>:0
at Xamarin.Forms.Xaml.Extensions.LoadFromXaml[MyPage] (XFUpdate.MyPage view, System.Type callingType) [0x00000] in <filename unknown>:0
at XFUpdate.MyPage.InitializeComponent () [0x0000c] in /Users/tajinder/Projects/XFUpdate/XFUpdate/obj/Debug/MyPage.xaml.g.cs:22
at XFUpdate.MyPage..ctor () [0x00008] in /Users/tajinder/Projects/XFUpdate/XFUpdate/MyPage.xaml.cs:12
at XFUpdate.App..ctor () [0x00008] in /Users/tajinder/Projects/XFUpdate/XFUpdate/XFUpdate.cs:12
at XFUpdate.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0000c] in /Users/tajinder/Projects/XFUpdate/iOS/AppDelegate.cs:22
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Users/builder/data/lanes/1503/c8648f0e/source/maccore/src/UIKit/UIApplication.cs:63
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1503/c8648f0e/source/maccore/src/UIKit/UIApplication.cs:47
at XFUpdate.iOS.Application.Main (System.String[] args) [0x00008] in /Users/tajinder/Projects/XFUpdate/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment