How to see the processes opened within Visual Studio? [duplicate]

0

Is it possible to know which processes are opened within Visual Studio via a shortcut key? I am debugging and the error message is that the file is opened in another process, I checked if it was the database connection, if it was another person and I even closed it and reopened the VS.

string sb = @arquivo.Caminho + "\" + repositorioArquivo.AtribuiData(arquivo.Nome_fisico, dataReferenciaArquivo);
StreamReader arqLido = new StreamReader(@sb); //da exceção aqui

    
asked by anonymous 31.10.2017 / 13:45

0 answers