Have a new dev machine and I am getting it set up. Have Visual Studio 2017 15.9.11 installed. I've installed SideWaffleCreator but get the following error when opening a project:
<entry>
<record>714</record>
<time>2019/04/29 15:08:48.831</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [SideWaffleCreatorPackage]</description>
<guid>{C1808F49-1E60-4C50-80E5-D4326D20C101}</guid>
</entry>
<entry>
<record>715</record>
<time>2019/04/29 15:08:48.838</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [SideWaffleCreatorPackage]Source: 'mscorlib' Description: Could not load file or assembly 'Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)
 at System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
 at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)
 at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</description>
<guid>{C1808F49-1E60-4C50-80E5-D4326D20C101}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo></errorinfo>
</entry>
Have a new dev machine and I am getting it set up. Have Visual Studio 2017 15.9.11 installed. I've installed SideWaffleCreator but get the following error when opening a project:
I tried the solution in issue #41 (v1.2) and I still receive the same error. Any ideas?