To specify where the MWS server error messages are
displayed, complete the following steps.
- From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
-
Within the
<appSettings> element, insert the following
line:
<add key="showMessageBoxOnMwsError" value="True" />
-
Complete one of the following substeps.
- To display MWS server error messages in a separate window, set the value attribute to True.
- To display MWS server error messages in the output pane only, set the value attribute to False.
Note: The default value is True. - Save and close the file.