{GUID}ouput.log in systemroot

J

jgarrett

When I run my C#.Net application, I keep getting these output.log
files that are prefixed with a GUID. I hope this is just a build
setting that I can disable. Can anyone tell me how to disable this for
my project?


a31d132b-73a3-41c8-b70d-24f525e80173output.log

sample contents of the file:
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECARevCell):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECATBlockTable):
DisposableWrapper
Forgot to call Dispose?
(Autodesk.AutoCAD.DatabaseServices.DBDictionary): DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECARevCell):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECATBlockTable):
DisposableWrapper
 
J

jgarrett

Additional info---

I notice there is 1 {GUID}output.log file for each line written to the
VS Output window from debug. Could the .net garbage collector be
writing the files?

Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECATBlockTable):
DisposableWrapper
Forgot to call Dispose?
(Autodesk.AutoCAD.DatabaseServices.DBDictionary): DisposableWrapper
Forgot to call Dispose? (NECA.Wrapper.myNECADataBinding):
DisposableWrapper
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top