BLOGS BY TOPIC▼
BLOGS BY AUTHOR▼
BLOGS BY YEAR▼
Posted by Andy Brown on 10 May 2011
You need a minimum screen resolution of about 700 pixels width to see our blogs. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Visual Studio - Recent Websites not Showing Up
I've just solved something which has been quietly annoying me for many moons, so thought I would share it before I forget. I refer to the fact that some websites that I open in Visual Studio don't show up in my Recent Projects list.

Here the blog website is showing up - but it used not to!
The reason is that these projects don't have an associated solution, so the workaround is to create a blank solution, then add your websites to this solution. Here's how to do this for Visual Studio 2010 (I suspect that the process is the same for VS 2005 and VS 2008).
Create a Blank Solution
First, create a new project:

Either choose this menu option or press CTRL + SHIFT + N
Choose to create a blank solution:

It doesn't matter where you put your solution, but Visual Studio will force you to create a new folder for it.
Add a Website to the Blank Solution
You can now add a website to the new solution you've created:

Right-click on your blank solution in Solution Explorer to add a new website
If you now exit Visual Studio then go back in again, the solution that you created should be the first item on the Recent Projects menu!