Xamarin.Android 错误 "PresentationFramework, Version=4.0.0.0, Culture=neutral"
Xamarin.Android error "PresentationFramework, Version=4.0.0.0, Culture=neutral"
我在 xamarin.android 中更改项目文件夹时遇到此错误。
- 严重性代码说明项目文件行抑制状态错误
加载程序集时出现异常:System.IO.FileNotFoundException:
无法加载程序集 'PresentationFramework,版本 = 4.0.0.0,
文化 = 中性,PublicKeyToken = 31bf3856ad364e35'。也许不是
存在于 Android 配置文件的 Mono 中?文件名:
'PresentationFramework.dll' 在
Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(程序集名称引用
参考,ReaderParameters 参数)在
Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(程序集名称引用
参考)在
Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(DirectoryAssemblyResolver
解析器、ICollection`1 程序集、AssemblyDefinition 程序集、
布尔顶层)在
Xamarin.Android.Tasks.ResolveAssemblies.Execute(DirectoryAssemblyResolver
解析器)Project.Novo
你能帮帮我吗? ;-;
我做到了,我只是添加来自 "Program Files\Reference Assemblies\Microsoft\Framework.NETFramework\'VERSION\'Nome da DLL'" 的引用。
我在 xamarin.android 中更改项目文件夹时遇到此错误。
- 严重性代码说明项目文件行抑制状态错误 加载程序集时出现异常:System.IO.FileNotFoundException: 无法加载程序集 'PresentationFramework,版本 = 4.0.0.0, 文化 = 中性,PublicKeyToken = 31bf3856ad364e35'。也许不是 存在于 Android 配置文件的 Mono 中?文件名: 'PresentationFramework.dll' 在 Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(程序集名称引用 参考,ReaderParameters 参数)在 Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(程序集名称引用 参考)在 Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(DirectoryAssemblyResolver 解析器、ICollection`1 程序集、AssemblyDefinition 程序集、 布尔顶层)在 Xamarin.Android.Tasks.ResolveAssemblies.Execute(DirectoryAssemblyResolver 解析器)Project.Novo
你能帮帮我吗? ;-;
我做到了,我只是添加来自 "Program Files\Reference Assemblies\Microsoft\Framework.NETFramework\'VERSION\'Nome da DLL'" 的引用。