System.IO.FileLoadException:无法加载文件或程序集'Mono.Cecil.Pdb

时间:2018-08-23 11:41:07

标签: xamarin mono pdb

“ XamlCTask”任务意外失败。 System.IO.FileLoadException:无法加载文件或程序集“ Mono.Cecil.Pdb,版本= 0.10.0.0,PublicKeyToken = 50cebf1cceb9d05e”或其依赖项之一。参数错误。 (来自HRESULT的异常:0x80070057(E_INVALIDARG)) 文件名:'Mono.Cecil.Pdb,Version = 0.10.0.0,PublicKeyToken = 50cebf1cceb9d05e'---> System.ArgumentException:参数不正确(来自HRESULT的异常:0x80070057(E_INVALIDARG))

System.IO.FileLoadException:无法加载文件或程序集'Mono.Cecil.Pdb

1>The "XamlCTask" task failed unexpectedly.
1>System.IO.FileLoadException: Could not load file or assembly 'Mono.Cecil.Pdb, Version=0.10.0.0, PublicKeyToken=50cebf1cceb9d05e' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
1>File name: 'Mono.Cecil.Pdb, Version=0.10.0.0, PublicKeyToken=50cebf1cceb9d05e' ---> System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
1>   at System.AppDomain.nApplyPolicy(AssemblyName an)
1>   at System.AppDomain.ApplyPolicy(String assemblyName)
1>   at Microsoft.VisualStudio.Platform.VsAppDomainManager.MatchAssemblyName(AssemblyName reference, AssemblyName definition)
1>   at Microsoft.VisualStudio.Platform.VsAppDomainManager.FindAssembly(String name, IEnumerable`1 probingPaths)
1>   at Microsoft.VisualStudio.Platform.VsAppDomainManager.VsAssemblyResolver.CoreAssemblyResolveHandler(Object sender, ResolveEventArgs args)
1>   at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
1>   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
1>   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
1>   at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
1>   at System.Type.GetType(String typeName)
1>   at Mono.Cecil.Cil.SymbolProvider.GetSymbolType(SymbolKind kind, String fullname)
1>   at Mono.Cecil.Cil.SymbolProvider.GetReaderProvider(SymbolKind kind)
1>   at Mono.Cecil.Cil.DefaultSymbolReaderProvider.GetSymbolReader(ModuleDefinition module, String fileName)
1>   at Mono.Cecil.ModuleReader.ReadSymbols(ModuleDefinition module, ReaderParameters parameters)
1>   at Mono.Cecil.ModuleReader.CreateModule(Image image, ReaderParameters parameters)
1>   at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
1>   at Mono.Cecil.AssemblyDefinition.ReadAssembly(String fileName, ReaderParameters parameters)
1>   at Xamarin.Forms.Build.Tasks.XamlCTask.Execute(IList`1& thrownExceptions)
1>   at Xamarin.Forms.Build.Tasks.XamlTask.Execute()
1>   at Microsoft.Build.Framework.ITask.Execute()
1>   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
1>   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()

1 个答案:

答案 0 :(得分:0)

哦,我已经为Visual Studio禁用了Mono调试。

工具>扩展和更新> Visual Studio的Mono调试启用并重新启动VS解决了它。