Visual Studio Disabling Missing XML Comment Warning

As suggested above, in general I don’t think that these warnings should be ignored (suppressed). To summarise, the ways around the warning would be to: Suppress the warning by changing the project Properties > Build > Errors and warnings > Suppress warnings by entering 1591 Add the XML documentation tags (GhostDoc can be quite handy … Read more

Configuration System Failed to Initialize

Make sure that your config file (web.config if web, or app.config if windows) in your project starts as: <?xml version=”1.0″?> <configuration> <configSections> <sectionGroup name=”applicationSettings” type=”System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ > <section name=”YourProjectName.Properties.Settings” type=”System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ requirePermission=”false” /> </sectionGroup> </configSections> </configuration> Note that inside the configuration element, the first child must be the configSections … Read more

IIS Express Windows Authentication

Visual Studio 2010 SP1 and 2012 added support for IIS Express eliminating the need to edit angle brackets. If you haven’t already, right-click a web-flavored project and select “Use IIS Express…”. Once complete, select the web project and press F4 to focus the Properties panel. Set the “Windows Authentication” property to Enabled, and the “Anonymous … Read more

Auto select file in Solution Explorer from its open tab

Another option is to bind ‘View.TrackActivityInSolutionExplorer’ to a keyboard short-cut, which is the same as ‘Tools–>Options–>Projects and Solutions–>Track Active Item in Solution Explorer’ If you activate the short-cut twice the file is selected in the solution explorer, and the tracking is disabled again. Visual Studio 2013+ There is now a feature built in to the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)