huge TMP files (windows\temp)  
Author Message
Clubsprint





PostPosted: Top

Net Framework >> huge TMP files (windows\temp) Hi,



I did create .net application that is using .net remoting. When I start the
application temp (.tmp) files are created into the "windows\temp" folder.
When I close the application the tmp files are deleted. I'm not sure of all
files are deleted properly because sometimes files are still there. When I
kill the application by the task manager the tmp files are not deleted
anymore. I discover also some generated assembly files in the temp folder.



[assembly:System.Security.AllowPartiallyTrustedCallers()]
namespace Microsoft.Xml.Serialization.GeneratedAssembly {



public class XmlSerializationWriter1 :
System.Xml.Serialization.XmlSerializationWriter {



On many computers I don't have this problem. There are also computers where
this problem occurs.



Thanks,

Bart Plasmeijer

DotNet242