简体   繁体   中英

Deploying a C# application using LocalDB database

When I run my C# application on another PC, a network-related error appears. On my PC, it runs fine. I have used AttachDbFilename=|DataDirectory| to specify the location of my .mdf files. Now, what am I missing in this deployment that makes the application not to run on other PCs?

You are missing an SQL Server instance on your client machines,one option is to install LocalDB on them. Find the installation file SqlLocalDB.MSI, suitable for OS versions on your client machines, you may try this latest version https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SqlLocalDB.msi

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM