Hi,
I am trying to get my TFS (2010) build definition to work. Getting below errors...can any one help me with these?
1. C:\Users\tfs\...\Sources\..\xyz.vb (1174): Reference required to assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b05f5t7k77d900n1a' containing the type 'System.Web.HttpResponse'. Add one to your project.
this error is weird because xyz.vb file really does not need system.web.httpresponse. I can add it in to the project very easily but was wondering what might have caused it to look for this dll when its not really necessary. I am able to build this project in IDE.
2. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3713): Unable to copy file "C:\Users\tfs\...\Sources\proj123\components\TallComponents.Pdf.Kit.dll" to "C:\Users\tfs\...\Binaries\components\TallComponents.Pdf.Kit.dll". Access to the path 'C:\Users\tfs\...\Binaries\components\TallComponents.Pdf.Kit.dll' is denied.
regarding architecture, my solution has multiple shared projects and shared dll's.