Please pardon my very basic problem; I recently downloaded MapSuite 9.0, and I am trying to get the Android HelloWorld example working.
At the start, the AndroidEdition and MapSuitePortableCore references were broken, and I hooked them up to the dlls found in the MapSuite Android “Current Version” folder. Now I am getting the warning:
"The predefined type ‘System.Runtime.InteropServices.Marshal’ is defined in multiple assemblies in the global alias; using definition from ‘c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll’
And the error:
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly ‘PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’. Perhaps it doesn’t exist in the Mono for Android profile?
PresentationFramework is part of the .NET Core, so I’m assuming that something in MapSuite is unable to find the right version? I have 4.0, 4.5, and 4.51 installed.