当我使用 Web 应用程序时,下面的代码行
Configuration objConfig =
ConfigurationManager.OpenExeConfiguration( ConfigurationUserLevel.None);
在类库中出现此错误:
“不在独立 exe 中运行时,必须指定 exePath。”
以前使用的是控制台应用程序,代码可以访问app.config
. 我尝试使用System.Web.Configuration
类库,但 .Net 选项卡中不存在“添加引用”的 dll。
请帮助:)