Hey there.

Well i have built a website in Visual Web Developer 2008. I Also have Visual Studio 2008 installed. In my website, for membership and login, i gone through the Website Configuration and an ASPNETDB database was created for me. All fine no worries.

Now i installed MS SQL Server 2008, and before installing that it wanted me to remove other SQL version (2005), so i uninstalled that. Now i have SQL Server 2008 on my pc, but now when i double click my ASPNETDB in solution Explorer of Visual Web Developer it gives me the following error

Connection to SQL Server .mdf file required SQL Server 2005 to be installed
Well, that makes sense as i have uninstalled SQL 2005.

Now my problem is, i want to open that SQL Server 2005's Db (ASPNETDB) in SQL Server Management Studio 2008, and when i go to file and open, it gives me this error

Make sure the Application for .mdf is installed
Is there anyway i can make that SQL 2005 created .mdf to open in SQL 2008 Studio??