Questions tagged as 'sql-server-localdb'

0
answers

Connection problem with .mdf database [closed]

I'm having a hard time connecting my C # (Windows Forms ) application with a database with .MDF already inserted into the project folder . On the course computer it worked normally, however at home I already put the name of the insta...
asked by 23.05.2015 / 03:42
2
answers

My software in C # with SQLEXPRESS database LocalDB does not open on another PC, even installing all dependencies

1 - My software in C # with SQLEXPRESS database LocalDB does not open on another PC, even installing all dependencies. NOTE: In my PC Development works perfectly. 2 - Programs that I have already installed on the Client: Microsoft SQL Server...
asked by 23.03.2018 / 21:40
0
answers

How to upgrade version of SQL Server LocalDB

I have an ASP.NET MVC site project shared on the team and on the home pc. I can connect to the DB normally, however, when I login to a user registered on the site in the pc of the tram he happens the following error:    The database 'aspnet-N...
asked by 28.06.2016 / 22:17
1
answer

c # Silent install from localDB

My program needs SqlLocalDB.msi to run. I downloaded this file and put it on the CD that I'm going to distribute the program. The question is: Is there any way to make my setup.exe run this SqlLocalDB.msi right after I finish installing my pr...
asked by 08.09.2017 / 21:31
0
answers

LocalDB in Visual Basic does not connect

My application does not connect to the localDB. I've updated the SDT, I've changed the connectionstring in App.config but nothing works. The part of the code where I make the connection is this: Dim conexao As String = "Server = (LocalDB)\MS...
asked by 17.04.2017 / 22:04
0
answers

Synchronize SQLServer Express 2014 with SQLServer LocalDB using C #

I am making a Windows Forms application using C# that will be attached to a% remote SqlServer Express 2014 bank, however, I need some functionality to be available offline due to poor quality of internet . How cou...
asked by 18.01.2016 / 17:20