I have a problem with my project (it worked before) I did a clean checkout from the teamserver... and now I can't build. But VS shows me no error:
but in the output I can see some errors
But these files are fine:
no errors... all libs are fine.
Any idea where to search for the problem?
PS: it looks for me like the build script cant find packages... but I am not really sure.
I also checked my csproj file
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath>
</Reference>
the file is present.