Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经包含了其他页面使用它的相同文件,但由于某种原因它只是没有找到它。我如何包括对它的访问?
正如您在评论中所说,您需要确保具有处理程序的项目具有对程序System.Configuration集的引用。您还可以添加一个using指令以使命名空间更易于使用。
System.Configuration
using
使用 using 指令 ( using System.Configuration)
using System.Configuration
ConfigurationManager.ConnectionStrings["Name"]