I'm trying to add my .MDF
file (DB) to my ASP.NET project. I connect the .mdf in my project to my external .mdf
file.
Everything is ok until I want to see the tables, and then I get this error:
I have SQL Server 2014 Express, and I'm using VS 2013.
Thank you