Ask Your Question

guitarguy12387's profile - activity

2017-04-25 09:58:07 -0600 answered a question Using ImageWatch with OpenCV in VS2013

According to one comment in the reviews in the visual studio marketplace: " For Visual Studio 2017 "support": 1. Download the extension (ImageWatch.vsix) and open it using WinRAR 2. From inside the bundle, open "extension.vsixmanifest" (using Notepad/Visual Studio, or any XML editor) 3. Edit line number 11 to match: "<installationtarget id="Microsoft.VisualStudio.Community" version="[15.0]"/>" 4. Edit line number 15 to match: "<dependency id="Microsoft.VisualStudio.MPF.15.0" displayname="Visual Studio MPF 15.0" version="[15.0]"/>" 5. Save the file and update it in the archive (select Yes in WinRAR dialog) 6. Install the extension (it will complain that it might not be compatible, but it works)"

I seem to be able to install it, however, I'm getting this error: 'Initialization failed: debug interface not found'

Anyone else have any ideas?

2017-04-25 09:58:06 -0600 commented question Image watch plugin not installing for VS 2017 community version

According to one comment in the reviews here: https://marketplace.visualstudio.com/items?itemName=WolfKienzle.ImageWatch (https://marketplace.visualstudio.com/...)

" For Visual Studio 2017 "support": 1. Download the extension (ImageWatch.vsix) and open it using WinRAR 2. From inside the bundle, open "extension.vsixmanifest" (using Notepad/Visual Studio, or any XML editor) 3. Edit line number 11 to match: "<installationtarget id="Microsoft.VisualStudio.Community" version="[15.0]"/>" 4. Edit line number 15 to match: "<dependency id="Microsoft.VisualStudio.MPF.15.0" displayname="Visual Studio MPF 15.0" version="[15.0]"/>" 5. Save the file and update it in the archive (select Yes in WinRAR dialog) 6. Install the extension (it will complain that it might not be compatible, but it works)"

I seem to be able to install it, however, I'