HI,
I am getting below error in devops build after doing checkin of the code.
error : Fatal: dynamics://Report/VKSalesInvoice(0,0) - A metadata error occurred. File 'K:\AosService\PackagesLocalDirectory\Extension\ABCExtension\AxReport\VKSalesInvoice.xml' cannot be deserialized as 'Microsoft.Dynamics.AX.Metadata.MetaModel.AxReport'. Ensure the xml is valid. There was an error deserializing the object of type Microsoft.Dynamics.AX.Metadata.MetaModel.AxReport. Invalid character in the given encoding. Line 112342, position 12. Invalid character in the given encoding. Line 112342, position 12
On checking the line number by comparing the file the expression was very simple one in fact its a static text as below
=" Please submit your copy".
I have checked the report output and error screen and there is no error and reports also gets deployed in the dev environment.
The report is not giving any error in dev environment on build and deploy . I even did a full build of the model.
Can anyone suggest what can be the issue.
Thanks,
VK