Windows Smart ClientソリューションをnHibernate 2.2から4.0にアップグレードしています。 Iesi.Collections(4.0.1.4000)も同様に更新する必要がありました。タイプまたは名前空間の名前 'ISet'が存在しません
この行で:私はこのエラーを取得する
protected Iesi.Collections.Generic.ISet<PermitEvent> eventSet;
:
The type or namespace name 'ISet' does not exist in the namespace 'Iesi.Collections.Generic'
この質問は2つの他のサイトで未解決になった:
http://www.c-sharpcorner.com/forums/the-type-or-namespace-name-iset-could-not-be-found http://www.resolvinghere.com/cc/the-type-or-namespace-name-iset-could-not-be-found.shtml
私は何を行うことができます?
[?い、このヘルプ](http://stackoverflow.com/q/ 23211641/2530848) –
これまで、この種の問題のために、Iesi.CollectionsではなくIEnumerableとIListを使用しました。コード変更(潜在的に多くのコード変更)が含まれていることはわかっていますが、これはここでのオプションかもしれませんか? –