System exception at initialization: JIT compilation is disabled for non-Legacy projects

Hi Everyone,

I am getting following error while using Type Into Activity
image

Convert.ToDateTime(in_Config(“From_Date”)).ToString(“dd/MM/yyyy”)

System exception at initialization: JIT compilation is disabled for non-Legacy projects. ExpressionToCompile { Code = Convert.ToDateTime(in_Config(“From_Date”)).ToString(“dd/MM/yyyy”), ImportedNamespaces = System.Collections.Generic.HashSet1[System.String], VariableTypeGetter = System.Func2[System.String,System.Type], LambdaReturnType = System.String } should have been compiled by the Studio Compiler. at Source: UiPath.Executor.Core

While it is working fine window Legacy Project.

Following are the dependencies packages in my project:
image

Please help me to resolve this error

Hi @Suyash0890 ,

Can you right click on the dependencies in red and click on repair dependency.

Still getting the same issue after reparing the dependency.

image