Crashing filter data table activity

Hello,
I have issue using filter Data Table activity. Every time the OK button is click after making changes the configuration, the activity crashes with below error. I am not able to figure the solution for this issue. Please help.

Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.TypeLoadException: Could not load type ‘UiPath.Activities.Contracts.Telemetry.ITelemetryProxy’ from assembly ‘UiPath.Activities.Contracts, Version=19.10.4.0, Culture=neutral, PublicKeyToken=null’.
at UiPath.Shared.Telemetry.TelemetryOutlet…ctor(TelemetryOutletConfiguration configuration)
— End of inner exception stack trace —
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at TelemetryClient.Implementations.Outlets.OutletFactoriesBuilder.<>c__DisplayClass0_1.b__2()
at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue()
at System.Lazy1.get_Value() at TelemetryClient.Contracts.Templates.EventTemplate.Emit(Action1 addPropertiesFunc)
at TelemetryClient.Contracts.TelemetryClientBuilder.TelemetryClient.TrackEvent(TelemetryEvent telemetryEvent)
at UiPath.Core.Activities.Design.FilterDataTableWizard.OnWorkflowElementDialogClosed(Nullable`1 dialogResult)
at System.Activities.Presentation.WorkflowElementDialog.b__48_0(Object s, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Window.OnClosed(EventArgs e)
at System.Windows.Window.WmDestroy()
at System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146232828

Hi

Upgrade the packages
UiPath.System.Activity and UiPath.UIAutomation.Activity

Go to design tab → Manage Packages → Project Dependencies _> and upgrade the above packages

Once after upgrading restart the studio and give a try

Cheers @dari_donkuro


I have the latest packages.

Hmm
Try downgrading to it’s earlier version one by one and check which version is working fine once after configuring the filter datatable activity

Or try to open a new project and check whether this error is repeating

@dari_donkuro

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.