VS 2013 .Tmp Files
-
For some reason my VS is creating a TON of .tmp files in all the solution's folders. Any way to disable this?
If it's not broken, fix it until it is
-
For some reason my VS is creating a TON of .tmp files in all the solution's folders. Any way to disable this?
If it's not broken, fix it until it is
Are you getting TMP files in your user TEMP folder? It is rather normal. Most of temp files get deleted when VS closes.
Find More .Net development tips at : .NET Tips The only reason people get lost in thought is because it's unfamiliar territory.
-
Are you getting TMP files in your user TEMP folder? It is rather normal. Most of temp files get deleted when VS closes.
Find More .Net development tips at : .NET Tips The only reason people get lost in thought is because it's unfamiliar territory.
As I said in my post in all the solution's folders
If it's not broken, fix it until it is
-
As I said in my post in all the solution's folders
If it's not broken, fix it until it is
-
The first thing you need to do is to identify which tool is creating them, when and why.
Go back and read my original post.
If it's not broken, fix it until it is
-
Go back and read my original post.
If it's not broken, fix it until it is
-
So you already know what tool is creating them.. Hence the "VS" part in the title and the post. Not sure why this isn't clear. [EDIT] Just occurred to me that you meant "what tool INSIDE VS"... Thought you didn't understand that I was talking about VS itself... Any time I save any file, a .TMP file is created, like this
TabWizardView.xaml.cs~RF57a03c4.TMP
TabWizardView.xaml.cs~RF57cb269.TMP
TabWizardView.xaml.cs~RF57969e5.TMPIf it's not broken, fix it until it is
-
So you already know what tool is creating them.. Hence the "VS" part in the title and the post. Not sure why this isn't clear. [EDIT] Just occurred to me that you meant "what tool INSIDE VS"... Thought you didn't understand that I was talking about VS itself... Any time I save any file, a .TMP file is created, like this
TabWizardView.xaml.cs~RF57a03c4.TMP
TabWizardView.xaml.cs~RF57cb269.TMP
TabWizardView.xaml.cs~RF57969e5.TMPIf it's not broken, fix it until it is