Calls to Debug.Write (etc) are ignored when the application is built in
Release mode. Calls to Trace.Write happen in both Debug and Release
mode.
That is, if you didn't change the default settings. (Build tab of
project properties, DEBUG and TRACE constants)