.Net 应用程序的配置

发布于 2024-12-07 03:28:07 字数 347 浏览 1 评论 0原文

我对.Net编程知之甚少,我的软件是在.Net平台上开发的,现在我已经安装了该软件,但它提示类似Error in LibraryManager.SelectActive()的错误,我有我的在本地 SQL Server 上配置的数据库并使用 Windows 身份验证。XML 配置文件类似于 ,其中 symbol 作为 DSN 名称。

请告诉我我哪里做错了???

I have very little knowledge of .Net programming, i got my software developed on .Net platform, Now i have installed the software but it prompts an error like Error in LibraryManager.SelectActive(),I have my database configured on local sql server and using windows authentication for it.THe xml configuration file is like <add key="ConnectionString" value="Password=;User ID=salman;Initial Catalog=LogoStick;Data Source=symbol;"/> with symbol as a DSN name.

Please tell me where i am doing it wrong ???

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光无声 2024-12-14 03:28:07

您的连接字符串用于

Server =myServerName\theInstanceName; Database =myDataBase; Trusted_Connection =True; 

Windows身份验证

参考,您可以检查:数据库连接字符串

作为 连接字符串:SQL Server 2005 的连接字符串

your connection string is

Server =myServerName\theInstanceName; Database =myDataBase; Trusted_Connection =True; 

for the windows authentication

For refence you can check : Database Connectionstrings

for Connection strings : Connection strings for SQL Server 2005

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文