経緯
運用PCにて、レガシー→Windowsへの変換 が発生し、
変換を実施した際、ほぼ動いたが、CSVファイル保存の箇所でShift-JISが読めずにエラー
その処理をスキップして終了(CSVファイル保存以外は動いた)
↓
Shift-JISを読めるように
以下サイトを参考にして読めるように開発環境で修正
[Windowsプロジェクトの『テキストファイルを読み込み』や『CSVを読み込み』アクティビティで「Shift_JIS is not supported」エラー ]
↓
再び運用環境で動かそうとしたらエラー発生でシナリオ動かない
メッセージ: Error in Process.
Source: UiPath.Executor.Core
Exception message: JIT compilation is disabled for non-Legacy projects.
ExpressionToCompile (Code = “System.Activities.InArgument`1[System.String]”,
ImportedNamespaces = System.Collections.Generic.HashSet 1 [System.String],
VariableTypeGetter = System.Func’3
[System.String System.StringComparison, System.Type], LambdaReturnType =
System.Object) should have been compiled by the Studio Compiler.