【问题标题】:Deploy infragistics on appharbor在 appharbor 上部署基础设施
【发布时间】:2012-10-10 07:50:52
【问题描述】:

是否有人使用“lib”文件夹选项在 appharbor 上成功部署了具有基础设施控制的网站? 如果是的话,你能发布一步一步的信息吗?

【问题讨论】:

  • 我没有尝试过这个,尽管我确实看到了另一个问题,即有人在部署到 appharbor 时遇到许可证编译器定位许可证程序集的问题。如果这是您得到的,您可以尝试在部署之前从 licenses.licx 文件中删除对 NetAdvantage 控件的引用。

标签: asp.net infragistics appharbor


【解决方案1】:

我没有特定于 appharbor 的详细信息,但是当我们部署 ig 时,我们确保引用是“复制本地”为真。

我们也像这样通过 web.config 引用我们的脚本

<configSections>
  <section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</configSections>

<infragistics.web imageDirectory="/ig_common/Images/" javaScriptDirectory="/ig_common/20102/scripts/" enableAppStyling="false" />

如果您试图让 appharbor 在服务器上构建您的解决方案,这将不起作用:http://www.infragistics.com/community/blogs/ed_blankenship/archive/2007/07/16/building-apps-using-netadvantage-with-team-build.aspx

【讨论】:

    猜你喜欢
    • 2021-04-19
    • 1970-01-01
    • 2011-12-08
    • 1970-01-01
    • 2016-04-26
    • 1970-01-01
    • 2023-03-20
    • 2023-01-02
    • 2011-06-19
    相关资源
    最近更新 更多