tp182
tp182

Reputation: 83

Visual Studio 2019 creating loads of .tmp files

I've just noticed my project is creating tmp files inside the solution instead of using %temp% path from environment variables.

I checked the environment variables which are correct and pointing to the right folder.

Has anyone come across this issue or is there any setting within visual studio to change the path?

visual studio solution folder

Thanks!

Upvotes: 5

Views: 3027

Answers (1)

Per Grill
Per Grill

Reputation: 121

I have the same issue on my work computer. This is caused by our virus scanner (F-Secure). It can be solved if you put the file extensions in the scanner exclusion list. E.g. *.cs

Normally they are deleted automatically but I think the virus scanner have some kind of lock on the files and they are therefore not deleted.

Upvotes: 4

Related Questions