【发布时间】:2016-04-15 07:02:35
【问题描述】:
我正在使用 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 file
5. Restart VS from the command prompt you set the environment varaible (devenv)
6. Open the solution
7. Check 'C:\Users\Noli\AppData\Local\Temp\\daijoubu-app_*.designtime.log' and look for the failed tasks (FAILED)
完整源代码可在github 上获得。
【问题讨论】:
标签: xamarin visual-studio-2015 xamarin.android