VS2013 throws an error when loading the module editor because of assembly references not available.
<entry>
<record>865</record>
<time>2016/02/03 17:50:08.495</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [ConfigModuleEditorPackage]</description>
<guid>{CFC1F627-C74C-409D-B60A-B1D322089E92}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
This is because the editor was built using VS2015 using the latest 14.0 version SDK assemblies. Either find a way to fix this so that VS2013 users can use the template pack, or change the requirements to only allow VS2015.
I am waiting to see if Microsoft can get the two missing VS2013 VS SDK assemblies on NuGet so that I can update the extension. If they don't do this, then I have two options; install the VS2013 SDK and re-reference everything, or simply restrict the use of the extension to VS2015 only.
I have decided to only support VS2015. Its just easier for me :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I have decided to only support VS2015. Its just easier for me :)