Unknown tmp files created by dotnet application

  • Thread starter Thread starter Bart Plasmeijer
  • Start date Start date
B

Bart Plasmeijer

Hi



My application is creating "tmp" files into the windows\temp folder. By
closing the application the "tmp" files are deleted by it self. The Files
are growing very fast if the program is running. My application is using
..Net remoting. This problem does not occur on all machines. I have customers
that have this problem. There are also customers that don't have this
problem.



Input me will help me a lot.



Thanks,

Bart Plasmeijer
 
Stop creating the temp files from code. Or are you saying your application
is creating temp files by itself?
 
The files are created by dotnet it self. When the application is running
tmp files are created. When the application will close normaly the tmp files
are deleted by the dotnet. The tmp files can grow very fast.. and in MB very
huge size. I have customers that have this problem and I do have also
customer where everything is fine.
 
The files are created by dotnet it self. When the application is running
tmp files are created. When the application will close normaly the tmp files
are deleted by the dotnet. The tmp files can grow very fast.. and in MB very
huge size. I have customers that have this problem and I do have also
customer where everything is fine.
 
Back
Top