Announcements
Hi All,
I'm getting error while opening any form.
Thanks in advance,
Srinivas.
That may be caused by an incorrectly compiled application. Recompile the application, generate CIL and try it again. If it doesn't help, use the debugger to see what's going on in NumberSeqApplicationModule.loadAll().
I've not added any field or table.
After Synchronizing the database I'm getting below error
System.NullReferenceException: Object reference not set to an instance of an object.
at Dynamics.Ax.Application.NumberSeqApplicationModule.loadAll() in NumberSeqApplicationModule.loadAll.xpp:line 60
at Dynamics.Ax.Application.NumberSequenceModuleSetup.Loaddata() in NumberSequenceModuleSetup.loadData.xpp:line 6
at Dynamics.Ax.Application.SysSetupInstaller.Writealldata() in SysSetupInstaller.writeAllData.xpp:line 19
at Dynamics.Ax.Application.SysSetupInstaller.Run() in SysSetupInstaller.run.xpp:line 7
at Dynamics.Ax.Application.SysSetupInstaller.loadPartitionData(Object[] _c) in SysSetupInstaller.loadPartitionData.xpp:line 3
at SysSetupInstaller::loadPartitionData(Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
at Microsoft.Dynamics.Ax.Xpp.PredefinedFunctions.runAsInvoke(String className, String staticMethodName, Object[] parms, Object[]& exportInfolog)
Hi,
Just sync the table that was containing this field, and refresh caches
Synchronizing the database will most likely fix this problem.
The form is trying to use a field that doesn't exist in the database, because - I assume - DB wasn't synchronized since the field was added to the application.
André Arnaud de Cal...
294,017
Super User 2025 Season 1
Martin Dráb
232,852
Most Valuable Professional
nmaenpaa
101,158
Moderator