Compartilhar via


Erro: O Monitor de depuração remota do Microsoft Visual Studio no computador remoto está sendo executado como um usuário diferente

When trying to do remote debugging, you may get the following error message:

The Microsoft Visual Studio Remote Debugging Monitor on the remote computer is running as a different user.

Cause

This message occurs when you are debugging in No Authentication mode and the user who started msvsmon is not the user who is running Visual Studio.

Solution

The safest and best solution is to run the Remote Debugging Monitor (msvsmon.exe) under the same user account as Visual Studio. If you cannot do that, you can run Remote Debugging Monitor under the other account with the Allow any user to debug option selected in the Remote Debugging Monitor Options dialog box.

Aviso

Granting other users permission to connect allows the possibility of accidentally connecting to the wrong remote debugging session. Debugging in No Authentication mode is never secure and should be used with caution.

For more information, see Como: Execute o Monitor de depuração remota.

Consulte também

Tarefas

Erros de Depuração Remota e Solução de Problemas

Outros recursos

Instalação de Depuração Remota