Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We used to be able to suppress these error message by editing the acad.exe.config and adding the following:
<system.diagnostics>
<sources>
<source name="System.Windows.Data" switchName="SourceSwitch">
<listeners>
<remove name="Default" />
</listeners>
</source>
</sources>
</system.diagnostics>
But that does not appear to work for AutoCAD 2025, and the snow of messages is giving me a sore head when I have to wade through the output looking for messages of 'real' interest. is there a new way to suppress these pointless error messages (pointless as there is nothing to be done about them!)
Solved! Go to Solution.