Hi,
This happened to me several times now. I have merged changes in txt object file to upgrade to NAV2017. But after trying to compile, I get some funny error on some objects. And these objects were not even touched in my upgrade process. When I checked, I found out that some of these functions are referring to a different function. This triggered the incorrect no. of parameters error. To solve this, I just changed the function.
The second time, is I am in the process of merging a codeunit. This codeunit is not compilable yet. When I export this CU to txt, then I import the same CU (in txt format), without changes, the import failed.
Jordi
0
Comments
if true: There were probably changed some IDs of objects, the MergeTool tries to manage that.
Sencond: If you change the number of parameters in a function in one of your changed objects and another untouched object calls this function, than you will get this errors.
Rehan Satti
Microsoft Dynamics NAV Technical Consultant
Please verify the answer if it satisfy your question. This will help other members of community.