• 使用"Infragistics"问题集


    1、Infragistics.WebUI.WebSchedule.WebCalendar
    编译错误 
    说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 

    编译器错误信息: CS0011: 引用的类“Infragistics.WebUI.WebSchedule.WebCalendar”具有在未被引用的程序集中定义的基类或接口“Infragistics.WebUI.Design.IGetClientSideEvents”。必须添加对程序集“Infragistics.WebUI.Shared.v5.1”的引用。

    解决方案:
    <compilation    defaultLanguage="c#"      debug="true"   >
      
    <assemblies>
          
    <add assembly="Infragistics.WebUI.Shared.v5.1, Version=5.1.20051.37, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
      
    <add assembly="Infragistics.UltraChart.Resources.v5.1, Version=5.1.20051.37, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
         
    </assemblies>
    </compilation>
  • 相关阅读:
    mongo常用查询
    MongoDB
    python连接mongo
    linux 硬盘
    kali 日志
    linux 命令
    grep
    linux shell
    linux 匹配字符串是否为数字
    linux 第一题 计算题
  • 原文地址:https://www.cnblogs.com/aipeli/p/218329.html
Copyright © 2020-2023  润新知