基于VS.NET 2005
1。使用泛型 类型“System.Collections.Generic.IList<T>”需要“1”个类型参数
解决:
      在类库中新建类时,系统自动添加了引用System.Collections.Generic;去掉该引用,并添加
引用 using System.Collections即可!
2.未能找到元素“urn:nhibernate-mapping-2.0:hibernate-mapping”的架构信息。 
解决:
       将2.0改成2.2即可。

相关文章:

  • 2021-05-24
  • 2021-09-13
  • 2022-12-23
  • 2022-02-17
  • 2021-08-23
  • 2021-08-09
  • 2021-09-29
  • 2021-12-14
猜你喜欢
  • 2021-07-28
  • 2021-07-27
  • 2021-10-12
  • 2022-01-25
  • 2021-08-23
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案