VS2015: Can't build, missing DNX files

84 views Asked by At

I am trying to compile my colleague's work on my pc. It seems there is a mismatching version of something somewhere, but I can't work out what.

When I attempt to build I am told the following files are missing:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DNX\Microsoft.DNX.Tasks.dll

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.DNX.Publishing.targets

If I try to cheekily move these missing files across to my computer I get different errors:

The GetRuntimeToolingPath task could not be loaded from the assembly

I didn't expect that moving the files across idea would work, because this is hardly a full install of whats missing. But what am I missing?

0

There are 0 answers