I have a solution which was build using Visual Studio 2008.
I have visual studio 2008 and 2010 both installed.
When i double click to the *.sln file it always open with Visual Studio 2010.
here is some part of my *.sln file:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HB", "HB\HB.vcproj", "{B5EE6D21-031F-44D3-993E-6580172AA5E0}"
EndProject
Can anyone tell me what is going on and what should i do to fix the issue?