Hi,
I use dialog to open a file to import into AX 7 (custom code), but I got the error "object reference not set to an instance".
Any idea?
Thanks,
*This post is locked for comments
I have the same question (0)It means that some code tries to access member of a non-existing object. Look at which call is responsible and either initialize the object, or add a condition to skip the call if there is nothing to work with.