From cdac3a7cf5221590a748a7fd0ac2bc39b1f00871 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 6 Sep 2016 16:53:06 -0700 Subject: [PATCH] Copy Dlls for Test Adapter into VSIX for VS15 **Bug** Test adapter is not working in VS15. One cause is that it cannot resolve two dlls: shell.interop and newtonsoft.json. The first is in the GAC in vs14 and the second is installed by our MSI (not entirely sure how it works for devbuilds) **Fix** Copy these dlls into the vsix explicitly. I tried embedding shell.interop, but it cannot be embedded. --- Nodejs/Product/Nodejs/source.extension.vsixmanifest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nodejs/Product/Nodejs/source.extension.vsixmanifest b/Nodejs/Product/Nodejs/source.extension.vsixmanifest index 773058742..0859817e1 100644 --- a/Nodejs/Product/Nodejs/source.extension.vsixmanifest +++ b/Nodejs/Product/Nodejs/source.extension.vsixmanifest @@ -28,5 +28,7 @@ + + \ No newline at end of file