Sunday 26 April 2015

Object 'clrobject' Could not Be Created While Activating Account Structure - Axapta 2012

Hello Guys ...!

Issue :

While activating Account structure in Ax 2012 R2 getting bellow error

object 'clrobject' could not be created


Solution :

->  Go to the Control Panel/Administrative Tools and check the Microsoft Dynamics AX 2012       Server Configuration and note if you have 'Enable the hot-swapping of assemblies for each                  development session' activated.

-> Restart AOS and do Generate Incremental CIL from AOT



@Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...