我正在使用 C# 中的 Visual Studio 2008 开发一个项目,我在项目中添加了类库并设置了相关引用并使用了相关的 using 语句。似乎只有这个文件夹有问题。谁能帮忙?
这是错误消息:
错误 28 命名空间“Forestry.SchoolLibrary”中不存在类型或命名空间名称“域”(您是否缺少程序集引用?) C:\Projects\SchoolofForestry\trunk\Source\School\Account\Presenter\EditAccountPresenter.cs 26 40 学校
这些是我的使用语句:
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Data.Linq;
using System.Text;
using System.Xml;
using Forestry.SchoolLibrary.Core.Domain;
using Forestry.SchoolLibrary.Properties;