.Net 应用程序的配置
我对.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的连接字符串用于
Windows身份验证
参考,您可以检查:数据库连接字符串
作为 连接字符串:SQL Server 2005 的连接字符串
your connection string is
for the windows authentication
For refence you can check : Database Connectionstrings
for Connection strings : Connection strings for SQL Server 2005