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
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