错误 运行 Visual Studio Mac 来自 Azure 的 Xamarin 项目入门
Errors running the getting started Xamarin Project from Azure on Visual Studio Mac
我是第一次尝试 CosmosDB 和 Visual Studio Mac,我遇到了诸如
之类的错误
The base class associated with this Xaml file could not be found
/Users/Downloads/DocumentDB-Quickstart-Xamarin/packages/Xamarin.Forms.2.3.3.180/build/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20/Xamarin.Forms.targets(3,3): Error MSB4018: The "XamlCTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not find file "/Users/Downloads/DocumentDB-Quickstart-Xamarin/iOS/obj/iPhoneSimulator/Debug/DocumentDBTodo.iOS.exe.mdb".
File name: '/Users/Downloads/DocumentDB-Quickstart-Xamarin/iOS/obj/iPhoneSimulator/Debug/DocumentDBTodo.iOS.exe.mdb'
我所做的只是
- 使用 SQL/DocumentDB 访问权限创建一个 cosmos 数据库
- 单击快速启动并下载 Xamarin cosmos db 快速启动
- 构建并运行
我的设置中是否遗漏了什么?
模板尚未更新为最新版本Xamarin.Forms,VS 无法编译代码。
通过右键单击(在包上)-> 更新手动更新 Xamarin.Forms 包。更新后清理并重建您的项目,您就可以开始了。
希望对您有所帮助。-
我是第一次尝试 CosmosDB 和 Visual Studio Mac,我遇到了诸如
之类的错误The base class associated with this Xaml file could not be found
/Users/Downloads/DocumentDB-Quickstart-Xamarin/packages/Xamarin.Forms.2.3.3.180/build/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20/Xamarin.Forms.targets(3,3): Error MSB4018: The "XamlCTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not find file "/Users/Downloads/DocumentDB-Quickstart-Xamarin/iOS/obj/iPhoneSimulator/Debug/DocumentDBTodo.iOS.exe.mdb".
File name: '/Users/Downloads/DocumentDB-Quickstart-Xamarin/iOS/obj/iPhoneSimulator/Debug/DocumentDBTodo.iOS.exe.mdb'
我所做的只是
- 使用 SQL/DocumentDB 访问权限创建一个 cosmos 数据库
- 单击快速启动并下载 Xamarin cosmos db 快速启动
- 构建并运行
我的设置中是否遗漏了什么?
模板尚未更新为最新版本Xamarin.Forms,VS 无法编译代码。
通过右键单击(在包上)-> 更新手动更新 Xamarin.Forms 包。更新后清理并重建您的项目,您就可以开始了。
希望对您有所帮助。-