私のコンピュータで正常に動作する.mdf
データベースファイルが添付されたアプリケーションをプログラミングしました。しかし、別のコンピュータ(クライアントPC)上で、私は、このエラーメッセージが表示されます:Visual Studio 2015エラー52(SQL Server)のLocaldb
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)] System.Data.SqlClient.SqlInternalConnection
私は私のクライアントPC上でSQL Server Expressをインストールする必要がありますか?それはただ不可能です、助けてもらえますか?事前に
おかげであなたは.mdf
SQL Serverのデータベースファイルを使用する場合は
私はSqliteに切り替える必要がありますあなたの答えはお答えしますか?私はクライアントPCに何かをインストールしたくないからです。あなたは正しい選択が何であるか教えてください。 (私はVS 2015の下で働いています)事前に感謝 – xAminex
Okマーク、ありがとうございます。私はそれを承認するつもりです – xAminex