I had a problem in which I needed to edit devenv.exe.config , which does not exist in VCExpress and was recognized in the answer that the name exe (and, of course, corresponds to the .config file) depends on the version of Visual Studio.
In the "full" versions of VS, such as VSPro, the executable you are looking for is really devenv.exe , but in Express it vcexpress.exe (or the equivalent for your express version, for example, vbexpress.exe for Visual Basic Express, etc. .d.), so itβs not that Express doesnβt include devenv.exe , but that it called something else and presumably not all command line options in devenv.exe will be accessible or will be executed in the same way as v*express.exe .
Malorion
source share