pasztorpisti / vs-window-title-changer

Extension to set the title of the Visual Studio IDE using an expression.
https://visualstudiogallery.msdn.microsoft.com/2e8ebfe4-023f-4c4d-9b7a-d05bbc5cb239
MIT License
16 stars 12 forks source link

Visual Studio 2017 broken after latest update #15

Open BigBrain-Industries opened 5 years ago

BigBrain-Industries commented 5 years ago

Using Visual studio 2017 (VS 15.9.11) the latest version of the extension no longer works. I just see the default Visual Studio Title (Solution name).

pasztorpisti commented 5 years ago

I happen to use the exact same version (and used this version to compile the extension). And "it works on my machine" :-D However, I might have made a mistake. I'm not a .Net developer and it isn't very difficult to get lost in .net assembly versioning hell.

I recommend trying the following things:

  1. Uninstall/reinstall the extension
  2. Try the /Log switch of devenv.exe
  3. Revert to the previous version of the plugin that doesn't have less features and still works with vs2017 (but not with vs2019)
pasztorpisti commented 5 years ago

I've found some issues that caused problems on my machine only under certain conditions. Uploaded a new version (v2.1.11). You can give it a try.

BigBrain-Industries commented 5 years ago

Tried out 2.1.11. Still not working. ☹