Hello,
I create a Lightswitch Project on "Computer 1" and check in to TFS. Now I got new Computer 2. On this i check out my project.
The first error I got was: An error occurred while establishing a connection to SQL Server instance '(LocalDB)\v11.0'
I fix this by following a post in an-error-occurred-while-establishing-a-connection-to-sql-server-instance-localdbv110
But now I got this error if i Run my project into the Browser.
The underlying provider failed on Open. Inner exception message: Could not open new database '*APPLICATIONDATABASE.MDF'. CREATE DATABASE is aborted. An attempt to attach an auto-named database for file *ApplicationDatabase.mdf failed. A database with the
same name exists, or specified file cannot be opened, or it is located on UNC share. File activation failure. The physical file name "*ApplicationDatabase_log.ldf" may be incorrect. The log cannot be rebuilt when the primary file is read-only.
Whats wrong
thank for help