CLR Error - AX 2012
When you have visual studio projects added to AX. Errors may occur at different times when generating CIL.
Error - Object synchronization method was called from an unsynchronized block of code.
Error - assembly containing type is not referenced
Error - Object synchronization method was called from an unsynchronized block of code.
- restart AOS
- Run full CIL
Error - assembly containing type is not referenced
- Check the assembly .dll file is in the server/vsassemblies folder.
- Check if you can access the assembly in a x++ job and you are able to call the methods.
- Add the AOS account to the assembly in above folder.
Comments
Post a Comment