Hey guys I'm having a strange problem after a reinstall.

So the file that I guess holds my scripts(Temp\Assembly-CSharp.dll.mdb) is non accesable the exact error says that access to this path is denied. Now when I shut down unity, and restart sometimes it gives no error but every time I modify a script it pops back up. And then I have to restart a couple times to get it to go away. Is there maybe a way to create a new path? (Or something)

Unhandled Exception: System.UnauthorizedAccessException: Access to the path “C:\Users\justin\Desktop\Agent 14\Temp\Assembly-CSharp.dll.mdb” is denied.
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous) [0x00000] in :0

Sorry here’s a more detailed log of the error

And just to clarify, the problem seems to be completely intermitant

bump