0

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:

enter image description here

but in the output I can see some errors

enter image description here

But these files are fine:

enter image description here

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.

Mamun
  • 66,969
  • 9
  • 47
  • 59
Alexander_F
  • 2,831
  • 3
  • 28
  • 61
  • have you tried creating a new simple project to see if it works? if it works, check your code again. – active92 Sep 05 '16 at 10:12
  • @active92 yes, I can build another projects... it should be something with this project... – Alexander_F Sep 05 '16 at 10:13
  • Possible duplicate of [Type or namespace name does not exist](http://stackoverflow.com/questions/5567945/type-or-namespace-name-does-not-exist) – Sinatr Sep 05 '16 at 10:16
  • Always post error message as text. Simply looking for duplicates may solve your problem (if they don't then mention them to exclude such cases, otherwise question is too broad as you may see). – Sinatr Sep 05 '16 at 10:17
  • @Fribu there are way too many possibilities. Try running your visual studio as admin. – active92 Sep 05 '16 at 10:25
  • @active92 no effect :( – Alexander_F Sep 05 '16 at 10:36

0 Answers0