1、Infragistics.WebUI.WebSchedule.WebCalendar
使用"Infragistics"问题集编译错误 
使用"Infragistics"问题集说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 
使用"Infragistics"问题集
使用"Infragistics"问题集编译器错误信息: CS0011: 引用的类“Infragistics.WebUI.WebSchedule.WebCalendar”具有在未被引用的程序集中定义的基类或接口“Infragistics.WebUI.Design.IGetClientSideEvents”。必须添加对程序集“Infragistics.WebUI.Shared.v5.1”的引用。

解决方案:
<compilation    defaultLanguage="c#"      debug="true"   >
使用"Infragistics"问题集  
<assemblies>
使用"Infragistics"问题集      
<add assembly="Infragistics.WebUI.Shared.v5.1, Version=5.1.20051.37, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
使用"Infragistics"问题集  
<add assembly="Infragistics.UltraChart.Resources.v5.1, Version=5.1.20051.37, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
使用"Infragistics"问题集     
</assemblies>
</compilation>

相关文章:

  • 2021-08-01
  • 2021-06-06
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2021-04-11
猜你喜欢
  • 2021-11-13
  • 2021-07-27
  • 2021-12-04
  • 2021-10-24
  • 2022-12-23
  • 2022-02-11
相关资源
相似解决方案