Wednesday, February 22, 2012

AX 2009 EP - Sys.ArgumentNullException: Value cannot be null

Hi

If during click on a date picker appear this error :
 Sys.ArgumentNullException: Value cannot be null.
 Parameter name: panelsDeleting[0]

The reason is the Debug active !
You have to open the web.config file and search the line :

compilation batch=”false” debug=”true“

Replace with

compilation batch=”false” debug=”false“

Enjoy 

AX 2012 - Demo Data

Friday, February 10, 2012

AX 2012 - Compile and CIL Generation errors when reporting extensions is not installed

When installing Microsoft Dynamics AX 2012 during Compile could be error in the classes :
- SysStartupCmdGenerateSsasProject
- BIGenerator
- BIAnalysisServicesProjectController

The problem is related Microsoft.Dynamics.AX.Framework.Analytics.DLL that is installed with Reporting Extensions.

For fix the problem we have to install SQL AMO, restart the Server and Compile again.

Compile and CIL Generation errors when reporting extensions is not installed

AX 2012 - FIX

Saturday, February 4, 2012