配置了app.config后,使用下一句代码获取配置超时。
string con = ConfigurationManager.ConnectionStrings["ConnStr"].ConnectionString;
app.config配置
<add name="ConnStr" connectionString="Data Source=IP166;User ID=sa;Password=111111;Initial Catalog=test;"/>
有可能是配置文件有问题
程序名是a.exe 配置文件名该是app.config 还是a.exe.config?
最后在bin目录下面会合并成为a.exe.config.
那看看你那配置,就那里面的错误
可以给点提示吗 可能是什么错?
程序名是a.exe 配置文件名该是app.config 还是a.exe.config?
app.config。感觉没啥错啊,你这个appconfig是自己在项目里新建的么?
可能是 需要把app.config手动复制到bin目录下么?
@心未鳴: 不用的
是 a.exe.config.
a.exe.config