You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS 2015 Update 3
WIX Toolset 3.10.3.3007
Windows Driver Kit - Windows 10.0.26639
Open solution containing WIX projects under TFS source control
File -> Save All
WIX project files are checked out but contain no changes.
I've temporary removed "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Windows Driver Kit" folder, restarted VS and problem disappeared.
One of WDK VS extensions is looking for "PlatformToolset" in each project.
Votive extension doesn't known such property but for whatever reason it calls SetConfiguration() that somehow leads to a check-out of target project.
I debugged this code and found the real root cause for this bug. I developed a code change ready to contribute as soon as I figure out how to get permission to contribute it.
VS 2015 Update 3
WIX Toolset 3.10.3.3007
Windows Driver Kit - Windows 10.0.26639
WIX project files are checked out but contain no changes.
I've temporary removed "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Windows Driver Kit" folder, restarted VS and problem disappeared.
One of WDK VS extensions is looking for "PlatformToolset" in each project.
Votive extension doesn't known such property but for whatever reason it calls SetConfiguration() that somehow leads to a check-out of target project.
The text was updated successfully, but these errors were encountered: