使用Visual Studio 2015 Update 3,我尝试按照视频说明创建新项目:http://zebble.net/docs/creating-a-new-project
我执行以下操作:
接下来会发生什么:
在视频中,项目似乎是在没有这个漫长的过程的情况下创建的。
我以管理员身份运行Visual Studio。
以下是我安装的Zebble扩展程序的版本详细信息:
以下是连续运行的对话框。
Per Ali的评论,我启用了Visual Studio日志记录并从ActivityLog.xml中提取了以下内容:
125
ERROR
Still unable to load MEF component DLL: Could not load file or assembly 'Microsoft.VisualStudio.Text.Logic, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
C:\USERS\FIRSTNAMELASTNAME\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\14.0\EXTENSIONS\RHJ3QMIR.2GA\ZebbleVSIX.dll
Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost
2017/04/06 18:22:44.432
答案 0 :(得分:1)
显然,Visual Studio 2017中的错误以及与SLN文件创建相关的VS 15更新3都会导致该问题。
尝试以下修复:
从Visual Studio中卸载Zebble扩展程序并重新启动它。
从https://marketplace.visualstudio.com/items?itemName=Paymon.ZebbleforXamarin安装Zebble扩展v 4.2或更高版本。
创建一个新的Zebble项目(参见http://zebble.net/docs/creating-a-new-project)