When I try to create an MPK file (ArcMap10.1->File->Share As->Map Package...), for use with my ArcGIS Runtime WPF based application, I get an error that says "Expression uses VBScript and you are publishing to ArcGIS for Server (Linux)(166 items)".
I have hundreds of layers with VBScript label expressions, and this is crucial for me. Changing each expression manually and converting it to JavaScript or Python is not an option.
Is there any way I can create an MPK file with these existing VBScript expressions?
Without this, my whole WPF application has no use.