Occasionally I get this strange error when debugging code. It occurs when I change something in code while debugging.
This isn't really linked to the framework, as this was happening in different versions so far.
Translated from german:
Error 1 The sourcefile "C:\Users\xxxx\AppData\Local\Temp\8\.NETFramework,
Version=v4.5.1.AssemblyAttributes.cs"
could not be opened("Unknown Error"). folderOfProjectFile
The whole directory "8" isn't existant in appdata\local
there is only "4"
Additional Info:
- Visual Studio Premium 2013, though I bellieve it happened in 2010 too.
- Terminalserver running 2008 RC2 DataCenter x64
There isn't much Google offers when searching for this errormessage. Mostly because my translation probably isn't exactly the correct one.
Here is the original exception
Fehler 3 Die Quelldatei "C:\Users\XXXX\AppData\Local\Temp\5\.NETFramework,
Version=v4.5.1.AssemblyAttributes.cs"
konnte nicht geöffnet werden ("Unbekannter Fehler "). folderOfProjectfile
Does anyone know what could cause this problem?