My Dynamics AX Batch service won't start. I'm working on a small EDT Extension and am trying to test it out.
The Windows event viewer shows an Application error of:
The description for Event ID 110 from source Microsoft Dynamics 365 for Finance and Operations cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
AX is shutting down due to an error.
Unable to find the required application modules. Please verify that application is deployed correctly.
Module WWISupplyChain is referencing the following missing modules: WWIFinance, WWIGeneral, WWIInventory
Exception details:
Module 'WWISupplyChain' is missing the following dependencies: 'WWIFinance', 'WWIGeneral', 'WWIInventory'.
What's the best solution to this? Do I:
- Check in my code changes, and try in a new development environment?
- Somehow repair this environment?
Possibly related: My Extensions > Dynamics 365 > Build Models... command is grayed out along with Synchronize Database...