
Hi Experts,
in this error CIL error log Afdataitemmeta data showing error and when i am going to compile this class it compile process takes hours of hours even system hang.But if i compile other classes they are normal take 4 or 5 seconds. One thing more in this error log this class show with error but when i enter to the class in AOT and compile it there is no error. Do you people faced this kind of issue before.?
Best Regards,
Shabir Ahmad
Your screenshot shows that you have at least seven compilation errors. CIL generation depends on X++ compilation and if X++ doesn't compile, CIL can't be generated.
Of course, having compilation errors is a huge problem in itself - not being able to generate CIL is just one of the symptoms.
Please recompile the application, fix all compilation errors and compile it once more. Only then generate CIL from X++. And pay more attention to compilation errors in future.