Removing SVN from a Visual Studio 2012/2013 Solution
I recently ran into a situation while trying to migrate a project from SVN to TFS.I used the Export command of Tortoise SVN to produce the output I would migrate. This effectively produces a "clean"...
View ArticleIntellisense not working on views after migrating MVC application to Visual...
I recently migrated one of our MVC applications to Visual Studio 2013.After the migration, Intellisense broke. It would not work for any view I opened. It wouldn't even recognize the @model...
View ArticleHow to keep IISExpress running after you stop debugging in Visual Studio 2013
It's very annoying to have the IISExpress web server close down every time you hit the STOP button in the Visual Studio Debugger.Fortunately, it's simple enough to keep it open:Go to the web...
View ArticleASP.NET site that runs in Visual Studio 2012 will not run in Visual Studio...
I ran into the following error while trying to open a Visual Studio 2012 solution in the new version, Visual Studio 2013:HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed...
View ArticlePackage did not load correctly on Visual Studio 2012 Startup
My network admin apparently has Windows updates setup to auto-install and reboot if needed so the computer had done that last night and Visual Studio 2012 was reloading upon startup when I came in this...
View ArticleRunning Windows Authentication with IIS Express
You may run into a situation where you have configured your site to run Windows authentication but you get an authentication error when you try to browse it during a debug session.To fix this issue,...
View ArticleHow to fix Visual Studio Could not evaluate Expression
Sometimes you will come across a situation where you debug in Visual Studio and you are unable to look at the variables. You simply get a message that reads:"Could not evaluate Expression"Long story...
View Article