Cannot assign ‘New System.Globalization.CultureInfo(“ja-JP”)’ to ‘ci’.

Hello,
I am currently developing with StudioX 2024.10.14 LTS.

When I converted a legacy project to a Windows project and executed it, I encountered the following error immediately.
If anyone knows a solution, please let me know.
The error occurs at the following assignment statement:

ci=New System.Globalization.CultureInfo(“ja-JP”)

Source: Multiple Assignments

Message: ‘New System.Globalization.CultureInfo(“ja-JP”)’ cannot be assigned to ‘ci’.

Exception Type: System.InvalidOperationException

System.InvalidOperationException: ‘New System.Globalization.CultureInfo(“ja-JP”)’ cannot be assigned to ‘ci’. —> System.NotSupportedException: The Expression Activity type ‘VisualBasicValue1’ must be compiled to execute. Please ensure that the workflow is compiled. at System.Activities.Expressions.CompiledExpressionInvoker.InvokeExpression(ActivityContext activityContext) at Microsoft.VisualBasic.Activities.VisualBasicValue1.Execute(CodeActivityContext context) at System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext[T](ActivityInstance parentInstance, Activity1 expressionActivity) at System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression(RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary2 argumentValueOverrides, Location resultLocation, Boolean isDynamicUpdate) at System.Activities.ActivityInstance.ResolveArguments(ActivityExecutor executor, IDictionary2 argumentValueOverrides, Location resultLocation, Int32 startIndex) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
— End of inner exception stack trace —
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Hello

I think it’s 2.7 below. Please try retyping the double quotation marks to be half-width double quotation marks (character code 0x22).

This issue has been resolved, but the NApplicationCard process stopped again after that. It seems that the project conversion work is not straightforward. Since it works with legacy projects, I will give up this time. UiPath is indeed complex. Because it is complex, we UiPath engineers are valued, and I am grateful for that.