Media Center Markup Language Verifier

Media Center Markup Language Verifier (Mcmlverifier.exe) is a command-line tool that verifies the syntax of an MCML file. This tool requires the .NET Framework 2.0 and Microsoft.MediaCenter.UI.dll.

Mcmlverifier.exe supports the following command-line parameters.

Parameter Description
-log:log_file_name Logs output to the specified file.
-silent Suppresses output to the console.
-verbose Enables verbose output mode.
-assemblyredirect:full_path Specifies a local directory from which to load an assembly to locate markup for verification. Media Center Markup Language Verifier searches this local directory before searching the Global Assembly Cache (GAC) and \windows\ehome.

Only one directory can be specified, and it must not contain a trailing backslash. For example:

-assemblyredirect:c:\directory

Note   This switch does not work if the assembly is also installed into the GAC. The .NET Framework always loads the assembly from the GAC when possible.

-assembly:assembly_that_contains_MCML_files Specifies an assembly that contains MCML files to verify. All files with an .mcml extension contained as resources in the specified assembly will be verified.
-directory:path_that_contains_MCML_files Specifies a directory that contains MCML files to verify. All files with an .mcml extension in the specified directory will be verified.
MCML_file_0 MCML_file_1MCML_file_N Specifies a list of individual MCML files to verify, which can be specified with formats such as file://filename.mcml, resx://assemblyname/resourceID, or res://dllname!resourceID.

See Also