CodenameOneのIKVMのバージョンでサードパーティ製のAndroidライブラリを実行し、出力.dllをVisual StudioのUWPアプリケーションへの参照として正常にインポートしました。私が読んだから(出力ウィンドウから)モジュールCommonLanguageRuntimeLibraryでSystem.ApplicationExceptionが見つからない
(エラー一覧]ウィンドウから)
Cannot find type System.ApplicationException in module CommonLanguageRuntimeLibrary
Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.2\Microsoft.Windows.UI.Xaml.Common.targets(352,5): Xaml Internal Error error WMC9999: Cannot find type System.ApplicationException in module CommonLanguageRuntimeLibrary.
:私は、単一のビルドエラーを取得するプロジェクトをコンパイルしようとしたらSystem.ApplicationException
は.Net for UWPで償却されていますが、代わりにあなただけが使用するはずですSystem.Exception
私はどのように回避するか、これを訂正する方法がわかりませんそれは私自身のコードではなく、ライブラリから来ています。
ありがとうございます。
http://stackoverflow.com/questions/24217509/cannot-find-type-system-applicationexception-in-module-mscorlib-dll-error-in-win – GANI
@GANIは動作していない/受け入れられている回答です。 – JM8s
私はスティーブにお手伝いを依頼しました。私は、UWPに関連した悲惨なケースや恐ろしいエラーメッセージ/失敗で多くの苦労をしたことを知っています。 –