惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
L
LangChain Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
G
Google Developers Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - (NineTyNine)

请教:有关绑定的问题 automation服务器不能创建对象 请教:SQL数据库中日志文件的作用? win2003企业版打开FSO 请教:为什么存储过程不执行? SQL中的DateTime型使用注意 为过程或函数 ##指定的参数太多 请教:有关panel中含有控件的问题 请教:为什么在使用.net中会出现事件丢失的情况? 请教:DBNULL和String.Empty和"" ,使用这三个有什么区别? - (NineTyNine) - 博客园 请教:在SQL server中的数据类型,谁能帮我详细的讲一下。 请教:window server 2003从IE6升级为IE7后,.net启动出现问题。 请教:怎样获得客户端的IP地址,并得到所在城市? 请教:怎样使IE浏览器的后退按钮变灰? 请教:有关DataGrid的表格中的取值问题 CSS注意事项 此域的推荐安全级别是 "安全级 - 高" 请教:word启动很慢 报错:将截断字符串或二进制数据。语句已终止。
请教:有关引用的问题
(NineTyNine) · 2008-03-01 · via 博客园 - (NineTyNine)

我想在类库中使用Configuration
但我不知道该引用什么DLL文件?

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.IO;
using System.Security.Cryptography;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
是不是还缺少什么using命令?