App.config is not created when Settings are modified #7772
Labels
Feature-Settings-Designer
Specific to the settings file designer.
Feature-WinForms
Features related to bringing up the Windows Forms designer and related features.
Resolution-Fixed
The bug has been fixed, refer to the milestone to see in which release it was fixed.
Triage-Investigate
Reviewed and investigation needed by dev team
Milestone
Porting from AB#1386445 for public awareness.
Summary
I debugged and narrowed the problem down to the following code:
project-system/src/Microsoft.VisualStudio.Editors/SettingsDesigner/AppConfigSerializer.vb
Lines 188 to 196 in 893e4d2
When attempting to get the file with
__PSFFLAGS.PSFF_CreateIfNotExist Or __PSFFLAGS.PSFF_FullPath
fails with the following error:Narrowed down more, this is what's causing the error - the zip file isn't getting found
I can speculate that https://devdiv.visualstudio.com/DevDiv/_git/VS?path=/src/vsproject/Templates/Windows/CSharp/ItemTemplates/AppConfigInternal is either not getting built, or the archive isn't getting packaged...
Expected Behavior
The app.config is being created whenever settings are changed.
User Impact
Wide, e.g., https://stackoverflow.com/q/65518159
The text was updated successfully, but these errors were encountered: