Visual Studio 2017 - "The request is not supported" #1449
Comments
It works properly on my Win 10 (1709), VS 2017 (15.5.x) and ConEmu 180318. Not enough info to go further. At least I need exact message text and Log Files. |
Getting the same issue here, on Win 10 (16299), VS 2017 (15.6.5) and ConEmu (180409), UAC enabled. This is the error I'm getting from VS: And the logs from ConEmu (debug hooked process) Works fine when starting without debugging, but fails with debug. |
|
C# console application on Debug/Any CPU. |
@jValdron Log file |
|
So, the project was being built with Any CPU, but it had the "prefer 32-bit" option enabled. Removing this (or building for x64 directly) launches the console application just fine, however, it is not being captured by ConEmu. So in short, launching 32-bit returns "The request is not supported", x64 is fine, but not being captured by ConEmu. |
@Maximus5, I see this error in 180506 on 32-bit builds (on 64-bit everything works, including capturing) |
Sample project or at least exact project/debug options would help |
Project: Also, I'm using cmder. Here is my setup if it can help: |
@Maximus5 it's been a while now, do you still need repositories from my last comment to resolve this issue? |
Unfortunately I had not enough time to dig it. Anyway, I forked your repo... |
The error went away after setting - compatibility mode. You need to check "Use Managed Compatibility Mode" in Tools|Options|Debugging|General. |
DefTerm support was updated to VS 2019 |
ConEmu build: 180206 x64, 180206 x64, 161206 x64
OS version: Windows 7 x64
Problem description:
I've installed ConEmu (tried all versions above). Options "Force ConEmu as default..." and "Register in OS startup" are enabled, also I've added devenv.exe to hooked executables list. Everything is working fine with Visual Studio 2013, both start with debugging and without debugging... but with Visual Studio 2017 I'm getting error message "The request is not supported" when trying to start my console app with debugging.
Is there a way to setup VS 2017 / ConEmu to work with start with debugging option?
Thank you.
The text was updated successfully, but these errors were encountered: