MSVS 2015与Xamarin创建空白应用程序时出错(Xamarin.Forms Portable)

时间:2016-05-05 13:29:13

标签: xamarin visual-studio-2015

我成功安装了Visual Studio 2015,但在选择“Blank App(Xamarin.Forms Portable)”时创建新项目的阶段我遇到了这个错误:

Package Installation Error screenshot

我更新了Nuget Package Manager和Xamarin.Forms 并检查文件夹 $("#tblNewUsers").dataTable({ bProcessing: true, sAjaxSource: '@Url.Action("GetAllNewUsers")', bJQueryUI: true, sProcessing: "<img src='~/Images/spinner.gif' />", dom: 'Tlf<"clear">rtip', bAutoWidth: false, "oLanguage": { sEmptyTable: "There are no New Users at this time" }, "aoColumns": [ { "sWidth": "1%", sClass: "smallFonts" }, { "sWidth": "15%", sClass: "smallFonts" }, { "sWidth": "15%", sClass: "smallFonts" }, { "sWidth": "15%", sClass: "smallfonts" }, { "sWidth": "15%", sClass: "smallFonts" }, { "sWidth": "15%", sClass: "smallFonts" }, { "sWidth": "15%", sClass: "smallFonts" } ], tableTools: { "sSwfPath": "../../Scripts/swf/copy_csv_xls_pdf.swf", "aButtons": [ { "sExtends": "print", "bShowAll": true } ] } }); (我有v4.0,v4.5,v4.6,v5.0)。

但没有改变。这是我第一次体验MSVS。我该如何解决这个问题?

系统设置:

  • Windows 7 SP1
  • Visual Studio 14.0.25123.00 Update 2
  • .NET Framework版本4.6.01055

1 个答案:

答案 0 :(得分:0)

您确定您的Forms项目是针对.NET 4.5或更高版本吗?

右键单击解决方案资源管理器中的“表单”项目,然后选择“属性”(位于上下文菜单底部附近),然后转到“库”选项卡。

enter image description here