Visualizer not displaying image on latest VS
I installed the DLL as recommended. Restarted Visual Studio 2017 Community Edition (latest patch - 15.6.6). Put a breakpoint on a bitmap variable and ran the application. Hit the breakpoint, selected the variable, right clicked the drop down and selected "Show Image Visualizer". A dialog then displays saying "Could not load this custom viewer."
My apologies, I meant Enterprise edition, not Community Edition.
You didn't follow instructions in https://github.com/Jaex/ImageVisualizer/blob/master/README.md That error happens when dll is blocked. After unblock it you should also restart Visual Studio.
I definitely unblocked the dll. I just reconfirmed because it would be like me to miss it but not this time.
I copied dll and tested it now, VS gave Could not load this custom viewer. error. Then I unblocked it and restarted Visual Studio. This time it didn't gave that error.
I just followed the instructions to the letter and got the same problem. I downloaded the solution, re-built the dll, deployed it and it's the same.
I have the same problem on VS 2017 Community, dll is definitely not blocked.
Related #10