Hi,
my project builds fine. But as soon as I run it I get the following error:
{System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <896ad1d315ca4ba7b117efb8dacaedcf>:0
at System.Reflection.Assembly+d__140.MoveNext () [0x0001e] in <896ad1d315ca4ba7b117efb8dacaedcf>:0
at System.Linq.Enumerable+SelectEnumerableIterator2[TSource,TResult].ToList () [0x0002d] in <b5bd9d990a0b4733885e90ca5ec6c0fb>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x0001f] in :0
at MugenMvvmToolkit.ReflectionExtensions.SafeGetTypes (System.Reflection.Assembly assembly, System.Boolean throwOnError) [0x00049] in \src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Core(PCL_WinRT)\Extensions\ReflectionExtensions.cs:262
at MugenMvvmToolkit.Binding.Modules.DataBindingModule.Load (MugenMvvmToolkit.Interfaces.Models.IModuleContext context) [0x000b9] in \src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Binding(PCL_WinRT)\Modules\DataBindingModule.cs:192
at MugenMvvmToolkit.MvvmApplication.LoadModules (System.Collections.Generic.IList1[T] assemblies) [0x00027] in D:\src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Core(PCL_WinRT)\MvvmApplication.cs:101 at MugenMvvmToolkit.MvvmApplication.OnInitialize (System.Collections.Generic.IList
1[T] assemblies) [0x00000] in \src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Core(PCL_WinRT)\MvvmApplication.cs:89
at MugenMvvmToolkit.MvvmApplication.Initialize (MugenMvvmToolkit.Models.PlatformInfo platform, MugenMvvmToolkit.Interfaces.IIocContainer iocContainer, System.Collections.Generic.IList`1[T] assemblies, MugenMvvmToolkit.Interfaces.Models.IDataContext context) [0x00056] in \src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Core(PCL_WinRT)\MvvmApplication.cs:145
at MugenMvvmToolkit.Xamarin.Forms.Infrastructure.XamarinFormsBootstrapperBase.InitializeInternal () [0x0000d] in \src\OpenSource\github\mugenmvvmtoolkit\Platforms\MugenMvvmToolkit.Xamarin.Forms\Infrastructure\XamarinFormsBootstrapperBase.cs:108
at MugenMvvmToolkit.Infrastructure.BootstrapperBase.Initialize () [0x0004c] in \src\OpenSource\github\mugenmvvmtoolkit\Core\MugenMvvmToolkit.Core(PCL_WinRT)\Infrastructure\BootstrapperBase.cs:70
This error happens since I installed the package 'Xamarin.Firebase.Message'. When installing this, also some GooglePlayServices packages are updated. So probably it has something to do with these packages.
But the question is now, how can I debug this exception. How do I know what the system cannot load?
Right now this stacktrace gives me no clue about what is wrong.