" Cannot set unknown member 'UiPath.CSV.Activities.WriteCsvFile.ShouldQuote'" Facing issue while running the process on server

Error message: Cannot set unknown member ‘UiPath.CSV.Activities.WriteCsvFile.ShouldQuote’. RemoteException wrapping System.Xaml.XamlObjectWriterException: Cannot set unknown member ‘UiPath.CSV.Activities.WriteCsvFile.ShouldQuote’. at System.Xaml.XamlObjectWriter.WriteStartMember(XamlMember property) at System.Xaml.XamlWriter.WriteNode(XamlReader reader) at System.Xaml.XamlServices.Transform(XamlReader xamlReader, XamlWriter xamlWriter, Boolean closeWriter) at System.Activities.XamlIntegration.FuncFactory1.Evaluate() at System.Activities.DynamicActivity.OnInternalCacheMetadata(Boolean createEmptyBindings) at System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList1& validationErrors) at System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback) at System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors) at System.Activities.ActivityUtilities.CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors) at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager) at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager) at System.Activities.WorkflowApplication.EnsureInitialized() at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push) at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout) at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state) at UiPath.Executor.RobotRunner.d__88.MoveNext()

From the encountered issue description it seems that this is an error caused due to UiPath.Excel.Activities package version that you are using.

It was working before?
Did you upgrade recently the UiPath.Excel.Activities package in your process?

Also, check if the same change occurred for the UiPath.System.Activities package version.

Hi @marian.platonov , the process was working before and suddenly it stopped in between. Tried every possible ways but it is showing the same UiPath.Excel.Activities package error.

the process was working before and suddenly it stopped in between.

There is no such thing. Definitely, something changed in the meantime in the Robot/Studio machine or even in the Orchestrator server.

Which is the Studio version?
Provide the project.json file.