Extensions must be recompiled specifically for each version of VS, the associated virtual DLL files are different, so regardless of whether it works in 2015 or not, this is very small.
a) You can try to contact the author (by opening a problem or so), which is probably the best.
b) Or, one thing that may work is trying to recompile the source code , as this may filter out possible versioning options. This has helped me a few times. You need to add “Visual Studio Extension” to your setting in the “Other Tools” section (just restart the installation file and “Change”), and you should be able to create code (although each extension may have some features). Given that the tool is open source, it's probably the route I will take.
As for the reasons why (maybe you are having problems), it’s hard to say that I had some problems with one of the extensions, it could be a mistake (since 2017 is still a bit fresh), it could be somewhat something like problems with versions of the DLL, this may be your setup. So you can also try a new installation or ...
c) trying it on another machine is always useful
NSGaga
source share