I'm trying to connect to SQL DB from Server Explorer to generate context classes for Linq to SQL. Doing it like described here: http://visualcsharptutorials.com/ado-net/querying-database-linq-to-sql/
I'm getting "This file is in use." error when I try to connect. Even if I stop SQL Server in Configuration Manager I get the same error.
I can connect to DB using SSMS at the same time.
What am I doing wrong? Is it possible to connect to a DB simultaneously from VS and SSMS?
Thanks