添加Infragistics.WebUI.Shared.v5.1的引用

To deploy a web application, two steps are necessary:

  1. Deploy the assemblies to the production server
  2. Deploy the script and images to the production server

---出自 Microsoft.com

ms-help://INFRAGISTICS_HELP/Infragistics.Introduction/Infragistics.Introduction/deployment-web.htm

 

 

在Web.cofig 中 要添加些必要的 <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>

 

使用时, 控件自动引入项目时 , 有一个Infragistics.WebUI.Shared.v5.1  , 在“复制本地”  要选择“True” 项 。其他引用的,则不必设为True;

原文地址:https://www.cnblogs.com/fuchifeng/p/732005.html