I am getting an error when publishing a UiPath library when there is a Flowchart activity used. May I know how to resolve this issue?
-
UiPath Studio version: 2020.10.8
-
How to reproduce:
- Create new library
- Add a flowchart activity
- Publish library
-
Error:
System.AggregateException: One or more errors occurred. —> UiPath.ActivityCompiler.Exceptions.UiPathLocalizedException: Unable to create activity builder for document. Reason was ‘Cannot create unknown type ‘{http://schemas.microsoft.com/winfx/2006/xaml/presentation}Point’.’. —> System.Xaml.XamlObjectWriterException: Cannot create unknown type ‘{http://schemas.microsoft.com/winfx/2006/xaml/presentation}Point’. -
Others:
Tried to uncheck “Compile activities expressions” on publish options and it was able to publish but after adding another activity after Flowchart “Start” (even just a Write Message), got the error again.