C# で Visual Studio 2008 を使用してプロジェクトを開発しています。プロジェクト内にクラス ライブラリを追加し、関連する参照を設定し、関連する using ステートメントを使用しました。この1つのフォルダだけで問題があるようです。誰でも助けることができますか?
これはエラーメッセージです:
エラー 28 タイプまたは名前空間名 'Domain' は、名前空間 '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;