Disable Browser Link – which toolbar

http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx This should explain how to turn off browser link. You could do it via web.config: <appSettings> <add key=”vs:EnableBrowserLink” value=”false”></add> </appSettings> or do it from the toolbar: If that button isn’t available, go to VIEW > Toolbars > Standard and make sure it’s checked. Keep in mind it’s only available in VS2013 and later.

Visual Studio Project vs. Solution

I find some missing information in the other answers (at least for people who come from other IDEs like, say, Eclipse) . To say that a solution is a container for projects is only part of the thing. The conceptual feature of a VS project (what determines its ‘granularity’) is that one project produces one … Read more

Can I save the window layout in Visual Studio 2010/2012/2013?

Yes, you can use the “Import and Export Settings Wizard” (found in the Tools menu) to export only the settings that relate to your current window layout to a file. Uncheck everything but “General Settings” > “Window Layouts”, and save the file somewhere you’ll be able to find it later. Then, you can use the … Read more

Is Xamarin free in Visual Studio 2015?

Updated March 31st, 2016: We have announced that Visual Studio now includes Xamarin at no extra cost, including Community Edition, which is free for individual developers, open source projects, academic research, education, and small professional teams. There is no size restriction on the Community Edition and offers the same features as the Pro & Enterprise … Read more

“C:\Microsoft.Cpp.Default.props” was not found

This will usually solve the problem: Run on an elevated command prompt (admin): npm install –global –production windows-build-tools. npm is required and my recommended package manager. Change ownership of the install dir (in my case C:\Program Files (x86)\MSBuild\14.0) to your user, instead of admin. (properties>Security>Advanced). Sometimes step 2 is unnecessary. It is still recommended to … Read more

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