型または名前空間名「PersistentBagは」名前空間に存在しない「NHibernate.Collection」
でNuGetを使用して、4.0にNHibernateは2.2からWindowsのスマートクライアントソリューションをアップグレードしてい
:
sb.Append ("=" + ((NHibernate.Collection.PersistentBag) state[i]).Count.ToString() + " items");
私はこのエラーを取得:(入力時)
The type or namespace name 'PersistentBag' does not exist in the namespace 'NHibernate.Collection'
は、Visual Studioでの選択肢を提案は以下のとおりです。
- AbstractPersistentCollection
- ジェネリック(名前空間)
- IPersistentCollection(インターフェース)
- PersistentArrayHolder
第二及び第三のクラスはありません。 1番目と4番目にはCount()
メソッドがありません。
この場合、どちらを使用する必要がありますか?
リリースノートには何もありませんか?可視性は内部に変更することができます。 –