System.Collections.ObjectModel
含まれています。Visual Studio 2012はまだ言うType or namespace name 'ObservableCollection' could not be found.
この質問に似ています
コード:
class ObservableClass : ObservableCollection<OtherClass>
{
}
編集: これは .NET Framework 3.5 であり、コンソール アプリケーションです。