VS2015 Update 2 message: “Low memory detected. Full solution analysis disabled for this solution.”

After a very brief analysis it seems that issue can be related to CodeAnalysis implementation which is enabled by default and I could not find any configuration file option which can disable it. Here are reference search results. I was however able to successfully disable CodeAnalysis VS plugin for the time being and it seems … Read more

Can I separate the Design Pane from the XAML Pane in Visual Studio?

I had this same problem, then i found a way to separate it like this, Right click on the XAML file in the solution explorer and select Open With; select Source Code (Text) Editor (instead of XML (Text) editor). This creates a separate tab for the XAML source editor, just undock it and create a … Read more

Where Can I Find the C# Language Specification 6.0? [closed]

At time of writing (May 2016) Microsoft hasn’t yet finished updating the spec for C#6. In the meantime, I put up Microsoft’s latest current draft of the C#6 spec here: https://github.com/ljw1004/csharpspec/blob/gh-pages/README.md This current draft is almost finished, save for a few remaining TODO comments and checking. (This version has been converted into github+markdown, but it … Read more

ASP.NET Core deployment to IIS error: Development environment should not be enabled in deployed applications

First, check the value of ASPNETCORE_ENVIRONMENT variable. You will have to set this environment variable to “Production” (or other environment than Development) Otherwise, you can update web.config like this- <configuration> <!– Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380 –> <system.webServer> <handlers> <add name=”aspNetCore” path=”*” verb=”*” modules=”AspNetCoreModule” resourceType=”Unspecified” /> </handlers> <aspNetCore processPath=”.\Application.exe” arguments=”” … Read more

Error: You are debugging a Release build of X.dll

Disable this option under Debug->Options->Suppress JIT optimization on module load (Managed only). A connect report submitted before: https://connect.microsoft.com/VisualStudio/feedback/details/2116788/flag-optimize-is-passed-to-the-debugger-even-while-the-build-settings-optimize-code-is-not-enabled-on-mvc-c-web-projects-when-using-just-my-code. Please also make sure that all projects are in debug mode, Optimize code was unchecked like this case: VS2015 Project no longer runs in debug mode

Visual Studio 2015 is extremely slow

You can try to apply the following steps: Go to menu Tools → Options → Source Control and set Current source control … to None Go to menu Tools → Options → Environment (or Accounts) → Synchronized Settings and remove this option by unchecking the checkbox. Clean the contents in the following cache folders (do … Read more

Refactor menu missing from Visual Studio 2015

Some of the refactoring tools have been relocated or are at least accessible in a different manner than they were previously. Using the extract method refactor as an example, you can still use this function; it is just not done the same as before: Right click Quick actions Click extract Method I think they’ve changed … Read more

Using Grunt, Bower, Gulp, NPM with Visual Studio 2015 for a ASP.NET 4.5 Project

While Liviu Costea’s answer is correct, it still took me quite some time to figure out how it is actually done. So here is my step-by-step guide starting from a new ASP.NET 4.5.2 MVC project. This guide includes client-side package management using bower but does not (yet) cover bundling/grunt/gulp. Step 1 (Create Project) Create a … Read more

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