我正在使用Visual Studio Update 3 + Update 3修補程序。我創建了一個空白XAML應用程序(Xamarin.Forms便攜式)解決方案使用C#跨平臺模板。我在配置管理器中檢查了構建和部署。我已經更新瞭解決方案Xamarin.Forms 2.3.2.127(2.2版本有同樣的問題)。到目前爲止,我已經能夠運行Android和iOS應用程序。我沒有修改源代碼,我正在使用空的項目。當試圖運行UWP應用程序,我在App.xaml.cs得到一個錯誤:Xamarin UWP應用程序不起作用
Xamarin.Forms.Forms.Init(e)
System.AggregateException: One or more errors occurred.
(Error HRESULT E_FAIL has been returned from a call to a COM component.) --->
System.Runtime.InteropServices.COMException:
Error HRESULT E_FAIL has been returned from a call to a COM component.
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()
at Xamarin.Forms.Platform.UWP.WindowsBasePlatformServices.GetAssemblies()
at Xamarin.Forms.Registrar.RegisterAll(Type[] attrTypes)
at Xamarin.Forms.Forms.Init(IActivatedEventArgs launchActivatedEventArgs, IEnumerable`1 rendererAssemblies)
at Tester.UWP.App.OnLaunched(LaunchActivatedEventArgs e)
---> (Inner Exception #0) System.Runtime.InteropServices.COMException (0x80004005):
Error HRESULT E_FAIL has been returned from a call to a COM component.
我正在使用空白XAML應用程序(Xamarin.Forms便攜式)解決方案使用C#跨平臺沒有添加代碼。 UWP項目在Xamarin.Forms.Forms.Init(e) –
失敗您運行什麼目標? Windows 10桌面 Windows 10模擬器 Windows 10移動模擬器 Windows 10移動電話 –
Windows 10桌面 –