Infragistics components on build server

前端 未结 5 1725
陌清茗
陌清茗 2021-02-01 20:21

I have \"inherited\" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not muc

5条回答
  •  悲哀的现实
    2021-02-01 21:12

    I ran into this problem recently using TeamCity 9.1 as my build server.

    When we originally set up the build server, we didn't want to install Infragistics on the machine, so we created a References folder where we copied the required assemblies and checked them in. (I know this is undesirable but it's a work-around.)

    Ensure that the projects reference the assemblies at the new path. This creates a HintPath entry in the project file(s) for each assembly.

    Finally, edit the project file manually to add True to each reference. (It wasn't enough to set the Copy Local property to true.)

提交回复
热议问题