【发布时间】:2017-08-09 07:54:32
【问题描述】:
我正在尝试发布 C# Windows 应用程序。我尝试安装 shield 和 Visual Studio 安装程序,但无法正常工作。
此设置只能安装在安装了 Visual Studio 的笔记本电脑或 PC 上。谁能帮助我需要什么先决条件以及如何发布安装程序 setup.exe
app.config 连接字符串 SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["connection_string"].ConnectionString);
但它发生错误 failed to update database because the database is read-only visual studio
【问题讨论】:
标签: c# mysql installshield