I\'m using Code First concept in Entity Framework and I\'m constantly getting the following exception while starting application:
Cannot attach the file \'C:
I found the solution. With newest SQL Server Management studio there is no problem in connecting to the local database. Connection needs to be established like this:

After logging in we can still see old database present even if there is nothing under App_Data directory and under Data Connections in Server Explorer in Visual Studio. When we delete that database from SQL Server Management studio and start application again there will be no more errors while attaching database.