Using Visual Studio 2015 Update 3, I am trying to follow the video instructions for creating a new project found here: http://zebble.net/docs/creating-a-new-project
I do the following:
What happens next is:
In the video, the project appears to be created without this long running process.
I am running Visual Studio as Administrator.
The following are version details of the Zebble extension I have installed:
The following is the dialog that is continuosly running.
Per Ali's comment, I enabled Visual Studio logging and pulled the following from 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
Apparently a bug in Visual Studio 2017 and also VS 15 update 3 in relation to SLN file creation is causing that problem.
Try the following fix:
Uninstall the Zebble extension from your Visual Studio and restart it.
Install the Zebble extension v 4.2 or later from https://marketplace.visualstudio.com/items?itemName=Paymon.ZebbleforXamarin.
Create a new Zebble project (see http://zebble.net/docs/creating-a-new-project)