相关疑难解决方法(0)

VS 2015 Xamarin:警告IDE0006加载项目时遇到错误

我正在使用Xamarin开发Android应用程序.

Visual Studio显示此警告,我不知道它的含义.我按照指示行事,但似乎无法找到temp\\file

    Severity    Code    Description Project File    Line    Suppression State   Detail Description
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.   daijoubu-app        1   Active  To see what caused the issue, please try below.

1. Close Visual Studio
2. Open a Visual Studio Developer Command Prompt
3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true)
4. Delete .vs directory/.suo …
Run Code Online (Sandbox Code Playgroud)

xamarin.android xamarin visual-studio-2015

9
推荐指数
1
解决办法
3万
查看次数