I am trying to find information on single-file generator changes (especially how to register) in Visual Studio 2017. Any help would be really appreciated.
I think the registration system is pretty much the same. You can find more details here
In Visual Studio 2017, the registry settings are stored in a private registry files.
This enables multiple installations of Visual Studio side by side, on the same machine.
However, these entries are no longer available in the global registry file.
Here is how to open such a file in regedit:
HKEY_LOCAL_MACHINE
nodeFrom the main menu, select File
-> Load Hive...
and select the private registry file. That file is stored in the Local App Data
%localappdata%\Microsoft\VisualStudio\<config>\privateregistry.bin
where <config>
coresponds to the configuration hive you would like to use
IsolatedHive
)File
-> Unload Hive
before attempting to run VS (otherwise regedit keeps the file locked, and Visual Studio will fail to launch)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With