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