Hi Everyone,
I am getting following error while using Type Into Activity
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.Func
2[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:
Please help me to resolve this error