Visual Studio 2017 problems
-
I installed Visual Studio 2017 a few days ago and for now I have 3 problems. 1.- After starting and stopping the project several times, when compiling appears the "Access Denied" indicating that do not have permissions in bin\Debug to copy the .exe file from obj\debug to bin\debug. The only thing that works is to go back to restart the pc. The .exe file not is in memory and unlocker does not indicate anything. 2.- I deleted the Debug directory but when compiling or recompiling the bin\Debug directory is not regenerated and error CS0246 appears because it does not find the references to the Dlls that i use in the project. Simply bin\debug remains empty. SOLVED. Last minute: Solved. In the .csproj file there were several lines
-
I installed Visual Studio 2017 a few days ago and for now I have 3 problems. 1.- After starting and stopping the project several times, when compiling appears the "Access Denied" indicating that do not have permissions in bin\Debug to copy the .exe file from obj\debug to bin\debug. The only thing that works is to go back to restart the pc. The .exe file not is in memory and unlocker does not indicate anything. 2.- I deleted the Debug directory but when compiling or recompiling the bin\Debug directory is not regenerated and error CS0246 appears because it does not find the references to the Dlls that i use in the project. Simply bin\debug remains empty. SOLVED. Last minute: Solved. In the .csproj file there were several lines
Why not report it to Microsoft?
-
I installed Visual Studio 2017 a few days ago and for now I have 3 problems. 1.- After starting and stopping the project several times, when compiling appears the "Access Denied" indicating that do not have permissions in bin\Debug to copy the .exe file from obj\debug to bin\debug. The only thing that works is to go back to restart the pc. The .exe file not is in memory and unlocker does not indicate anything. 2.- I deleted the Debug directory but when compiling or recompiling the bin\Debug directory is not regenerated and error CS0246 appears because it does not find the references to the Dlls that i use in the project. Simply bin\debug remains empty. SOLVED. Last minute: Solved. In the .csproj file there were several lines