Morning,
I have an export of a model that I prepared yesterday. The epxort was made by the command line
ModelUtil.exe -export -metadatastorepath=[path of the metadata store] -modelname=[name of the model to export] -outputpath=[path of the folder where the model file should be saved]
When I wanted to import that model later on, this is what I get :
C:\AOSService\PackagesLocalDirectory\bin>ModelUtil.exe -import -metadatastorepath=C:\AOSService\PackagesLocalDirectory -file="C:\Users\Userdev5\Desktop\ExportModels07-10-2020\Processus ABS.axmodel"
Object reference not set to an instance of an object.
And in my Packages folder: I noticed that he had created a new Folder with the name of my Model and under that, he had put the XML files.

Any help would make me greatful.