| Author |
Message |
Tim
Guest
|
Posted:
Sat Jan 15, 2005 12:40 am Post subject:
why are these files created in C:\Windows\Temp? |
|
|
On our WSS server, I see about 50 files created per day in the
C:\Windows\Temp directory and they appear to be related to WSS. The
file names vary, but the extensions are consistent: .out, .dll, .err,
..cs, and .cmdline
Here are the contents of one .cmdline files:
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
"C:\WINDOWS\TEMP\fuvzj3hj.0.cs"
Does anyone know why these files are created? Can I delete them?
Thanks,
Tim |
|
| Back to top |
|
 |
Daniel Larson (www.portal
Guest
|
Posted:
Sat Jan 15, 2005 12:51 am Post subject:
RE: why are these files created in C:\Windows\Temp? |
|
|
Tim,
Just leave them. This is part of the ASP.NET runtime... pages get
dynamically compiled into handlers. (That's the short answer...). You'll see
behavior similar to this with ASP.NET.
Daniel Larson
http://www.portalbuilder.org
"Tim" wrote:
| Quote: | On our WSS server, I see about 50 files created per day in the
C:\Windows\Temp directory and they appear to be related to WSS. The
file names vary, but the extensions are consistent: .out, .dll, .err,
..cs, and .cmdline
Here are the contents of one .cmdline files:
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
"C:\WINDOWS\TEMP\fuvzj3hj.0.cs"
Does anyone know why these files are created? Can I delete them?
Thanks,
Tim
|
|
|
| Back to top |
|
 |
Ian Morrish
Guest
|
Posted:
Sat Jan 15, 2005 12:53 am Post subject:
Re: why are these files created in C:\Windows\Temp? |
|
|
See http://support.microsoft.com/default.aspx?scid=kb;en-us;824629
Yes, you can delete them.
Regards,
Ian
http://www.wssdemo.com
"Tim" <tmayo7@yahoo.com> wrote in message
news:1105728010.020211.180840@f14g2000cwb.googlegroups.com...
| Quote: | On our WSS server, I see about 50 files created per day in the
C:\Windows\Temp directory and they appear to be related to WSS. The
file names vary, but the extensions are consistent: .out, .dll, .err,
.cs, and .cmdline
Here are the contents of one .cmdline files:
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\windows\assembly\gac\microsoft.sharepoint\11.0.0.0__71e9bce111e9429c\microsoft.sharepoint.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/out:"C:\WINDOWS\TEMP\fuvzj3hj.dll" /debug- /optimize+ /w:1
"C:\WINDOWS\TEMP\fuvzj3hj.0.cs"
Does anyone know why these files are created? Can I delete them?
Thanks,
Tim
|
|
|
| Back to top |
|
 |
|
|
|
|