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.
我正在编写一个 n 层应用程序/站点,在我的 Common 类库中,我需要调用 NetSqlAzMan Web 引用,但它不能导入到类库中,只能导入到网站类型的项目中。解决它的一种方法是让我的公共层成为一个站点,但这似乎并不正确。如何正确实施?我正在使用 VS2010 Pro
听起来您的类库的项目类型是 Client Profile 而不是普通的。
客户端配置文件类库不允许引用System.Web
System.Web
如果您将目标平台更改为“.NET Framework 4”,您应该可以参考System.Web