Wednesday, December 25, 2013

Error after CIL compilation in AX 2012

if you are getting the error below after a incremental of full CIL compilation :

"CIL generation: Object reference not set to an instance of an object."
Err:351

Run full CIL generation using the following steps.

1. Shutdown the AOS
2. Delete the contents of the bin\XppIL folder on the AOS server (with backup in place)
3. Truncate the SysXppAssembly table in SQL (with backup in place)
4. Restart the AOS
5. Generate full CIL
6. Restart the AOS again

No comments:

Post a Comment