Hello,
I have issues to build a project using external libraries with Visual Studio 2010 TFS.
At the root of the solution, I have a "libs" folder with all my shared libraries and I'm referencing the libraries from there.
When I'm building the project, some libraries are not considered and I get the following error message:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (1360): Could not resolve this reference. Could not locate the assembly "Spring.Data". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
I tried to change the solution configuration from Debug to Release, to locate the shared library in another folder... I didn't manage to go through it.
Any idea on how I could get this library used in the build?
Thanks, David