在为 Xamarin - 跨平台解决方案项目创建新的 Zebble 时,如何解决长 运行 'Creating project '-MSharp.Meta'...' 对话框?
How do I resolve a long running 'Creating project '-MSharp.Meta'...' dialog when creating a new Zebble for Xamarin - Cross Platform Solution project?
使用 Visual Studio 2015 Update 3,我正在尝试按照此处找到的视频说明创建新项目:http://zebble.net/docs/creating-a-new-project
我执行以下操作:
- 我确保安装了 Zebble 扩展程序
- 我点击开始画面的'New Project'link
- I select 'Zebble for Xamarin - Cross Platform Solution' 作为项目类型
- 我将项目命名为'My application'
- 我点击'OK'按钮
接下来会发生什么:
- 出现一个 Microsoft Visual Studio 小对话框,其中包含文本 'Creating project '-MSharp.Meta'...' 和一个连续运行的绿色加载栏和一个取消按钮。
- 我在任务栏中收到 'Microsoft Visual Studio is Busy' 警报。它说 Visual Studio 正在等待内部操作完成。
在视频中,项目的创建似乎没有这个漫长的 运行 过程。
我是 运行 Visual Studio 管理员。
以下是我安装的Zebble扩展的版本详情:
- 安装日期:2017 年 4 月 6 日
- 版本:3.96
下面是不断的对话运行。
根据 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.0\EXTENSIONS\RHJ3QMIR.2GA\ZebbleVSIX.dll
Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost
2017/04/06 18:22:44.432
显然 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)
- 按照文件中的说明进行操作 Android \ -READ-ME-NOW!!!!!!!!!!!.txt
使用 Visual Studio 2015 Update 3,我正在尝试按照此处找到的视频说明创建新项目:http://zebble.net/docs/creating-a-new-project
我执行以下操作:
- 我确保安装了 Zebble 扩展程序
- 我点击开始画面的'New Project'link
- I select 'Zebble for Xamarin - Cross Platform Solution' 作为项目类型
- 我将项目命名为'My application'
- 我点击'OK'按钮
接下来会发生什么:
- 出现一个 Microsoft Visual Studio 小对话框,其中包含文本 'Creating project '-MSharp.Meta'...' 和一个连续运行的绿色加载栏和一个取消按钮。
- 我在任务栏中收到 'Microsoft Visual Studio is Busy' 警报。它说 Visual Studio 正在等待内部操作完成。
在视频中,项目的创建似乎没有这个漫长的 运行 过程。
我是 运行 Visual Studio 管理员。
以下是我安装的Zebble扩展的版本详情:
- 安装日期:2017 年 4 月 6 日
- 版本:3.96
下面是不断的对话运行。
根据 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.0\EXTENSIONS\RHJ3QMIR.2GA\ZebbleVSIX.dll
Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost
2017/04/06 18:22:44.432
显然 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)
- 按照文件中的说明进行操作 Android \ -READ-ME-NOW!!!!!!!!!!!.txt