首页 > 其他 > 详细

无法打开 configSource 文件

时间:2017-06-29 18:34:04      阅读:1004      评论:0      收藏:0      [点我收藏+]

在使用 配置文件分离写法时,出现错误

 

 <appSettings configSource="Debug_AppSettings.config" />
  <connectionStrings configSource="Debug_ConnectionStrings.config" />

 

如上,会出现

 

无法打开 configSource 文件 “Debug_AppSettings.config”

 

最后,找到原因是:要将Debug_AppSettings.config 文件属性 设置为 始终复制输出

无法打开 configSource 文件

原文:http://www.cnblogs.com/cqupt/p/7095862.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!