Error 0100

 

Updated: July 19, 2016

Error 0100

Exception occurs when an unsupported language is specified for a custom module.

This error in Azure Machine Learning occurs when building a custom module and the name property of the Language element in a custom module xml definition file has an invalid value. Currently, the only valid value for this property is R. For example:

<Language name="R" sourceFile="CustomAddRows.R" entryPoint="CustomAddRows" />

Verify that the name property of the Language element in the custom module xml definition file is set to R. Save the file, update the custom module zip package, and try to add the custom module again.

Exception Messages

Unsupported custom module langauge specified

System_CAPS_tipTip

Need more help or troubleshooting tips for Azure Machine Learning? Try these resources:

Show: