The bloated IDE from Microsoft, that used to be even more bloated and a lot more expensive. Nowadays it’s a bit sleeker, and a lot more affordable – and it’s the number 1 choice for all the slightly more hardcore development I do.
I do use Visual Studio code (VSCode) for lighter tasks, though!
This tag applies to pretty much all the generic Visual Studio -stuff, if there’s something version-specific, I’ll be using more specific tags, too.
This post describes the easiest way to debug the issues that may stop your Seed-method in Configuration.cs from going through. This problem concerns typically your ASP.NET MVC projects, either on .NET Framework or .NET Core – the same basic idea should work for both situations. The solution here shows you,…Continue reading The easiest way to debug Seed-method in Code-first migrations in Entity Framework
This post describes how to fix the “Could not load file or assembly ‘[assemblyname]’ or one of its dependencies. An attempt was made to load a program with an incorrect format.” error. The solution described in this post shows you how to resolve the issue when you’re deploying from Visual…Continue reading Fixing the “Could not load file or assembly or one of its dependencies” error
This post describes one of the more no-brainerish ways of fixing a ‘System.OutOfMemoryException’ exception being thrown in your ASP.Net MVC application using C# and Entity Framework. Problem While developing a web project, for example, an ASP.NET MVC web application that is using EF, sometimes when handling a lot of data…Continue reading Exception of type ‘System.OutOfMemoryException’ was thrown.
This post is about solving the issue with Visual Studio 2010 failing to show the design view of an .aspx-page. Luckily, it’s an easy and pretty classical fix. Symptoms Whilst trying to view or edit an aspx-page in design mode within Visual Studio 2010, the window is just plain empty…Continue reading Visual Studio 2010 fails to show the design view of an aspx-page