Category Archives: Visual Studio

Visual Studio

Loading Individual Designer Default Values into Visual Studio .NET Settings

The VS.NET Settings designer creates an ApplicationSettingsBase Settings class in Settings.Designer.cs (and optionally Settings.cs).  The default values from the designer are saved in app.config and are loaded into the Settings.Default singleton at runtime. So, now you have a button on … Continue reading

Posted in .NET, Programming, Visual Studio | 1 Comment

SolutionZipper Updated

I’ve updated my SolutionZipper source and installer to version 1.3 on CodeProject. Here are the changes: Fixed a bug that was causing SZ to fail during the “Handle external projects” phase. Ignore VC++ Intellisense Database files, i.e. *.ncb. Ignore hidden … Continue reading

Posted in .NET, Visual Studio | 2 Comments