Using MxBuild for creating the deployment package(.mda file) for Mendix app
Command executed :
mono modeler/mxbuild.exe --output="Automation" --java-home =/usr/lib/jvm --java-exe-path=/usr/lib/jvm/bin/java Automation.mpr
Error I am getting :
ERROR: System.TypeLoadException: Could not load type 'Mendix.Modeler.Utility.AssemblyResolver' from assembly 'Mendix.Modeler.Utility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. at Mendix.CommandLine.Shared.ProgramHelper.InitializeAndRun[T] (System.Func`2[T,TResult] program, System.Reflection.Assembly[] extraAssemblies) [0x00000] in <009e4959434f43ae9753a7ededb54a25>:0
I am referring the directions mentioned here.
As mentioned in this documentation, we can use MxBuild on Windows as well as Linux. If I use Windows here, no issue is occurring.
Mono version 4.6 is used here as I have to use mxbuild.exe on debian.(Suggested in documentation)
Is this something related to Mono or Mendix ?