Cannot find type System.ApplicationException in module CommonLanguageRuntimeLibrary
问题 I ran a 3rd party Android library through CodenameOne's version of IKVM and successfully imported the output .dll as a reference to my UWP app in Visual Studio. Upon trying to compile the project I get a single build error: (from the Error List window) Cannot find type System.ApplicationException in module CommonLanguageRuntimeLibrary (from the Output window) Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.2\Microsoft.Windows.UI.Xaml.Common.targets(352,5): Xaml Internal Error error