When debugging the profiler DLL cannot be located on first Visual Studio run after the installation
tyoma opened this issue · 2 comments
tyoma commented
Below is the 1-star review on Visual Studio Marketplace with some possible remedies (everything is a guesswork, because the author never did not attempt to help me out):
VS complains about missing some DLL (micro-profiler_x86.dll) from the extension and I have to copy it to the target exe folder (edit: later found that I have to start the program without debugging to avoid this problem).
tyoma commented
Workaround: restart Visual Studio or run the application w/o the debugger attached.