我正在将 Windows Smart Client 解决方案从 nHibernate 2.2 升级到 4.0。这也需要更新 Iesi.Collections (4.0.1.4000)。
在这条线上:
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
我能做些什么?