Local database (localDb) in Visual Studio can not accessed by multiple applications at the same time.
I have created multiple objects of db but it wont worked
Error : Can not create autometic instance of local db
another Error is : Can not open Database.login failed
With SQL Server it is working properly, but i want to connect application with SQL local database. I have created on windows application which is connected to localdb continuously running in background, and other one is web service application which connected to same local db. At a time only one application running properly. But when both are running simultaneously then web service application giving the exception at a time connecting to localdB as per screen short


kindly help me out