Microsoft.JSON.Core not found! even after using $(VS120COMNTOOLS)..\IDE

jerriclynsjohn's Avatar

jerriclynsjohn

30 Aug, 2014 09:22 AM

my CI is at https://ci.appveyor.com/project/jerriclynsjohn/webessentials2013
and my repo is at https://github.com/jerriclynsjohn/webessentials2013

The problem initially I tried using the CI with the $(DevEnvDir) for the hintpath , but later I came to know from http://blogs.clariusconsulting.net/kzu/devenvdir-considered-harmful/ that using it is not a good idea. So I changed it to $(VS120COMNTOOLS)..\IDE.

This is working in my local machine, but my CI keeps on failing.

  1. Support Staff 1 Posted by Feodor Fitsner on 30 Aug, 2014 03:29 PM

    Feodor Fitsner's Avatar

    Most probably those assemblies are missing in Visual Studio Express that we have installed on build workers (http://www.appveyor.com/docs/installed-software)

  2. 2 Posted by jerriclynsjohn on 30 Aug, 2014 04:37 PM

    jerriclynsjohn's Avatar

    So How do I meet these dependencies.
    1. Microsoft.JSON.Core
    2. Microsoft.JSON.Editor
    3. Microsoft.VisualStudio.JSON.Package
    4. Microsoft.VisualStudio.Web.Extensions

  3. Support Staff 3 Posted by Feodor Fitsner on 30 Aug, 2014 05:18 PM

    Feodor Fitsner's Avatar

    One way is to put them into your repo.

    -Feodor

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:47 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac