Hi Team,
I am getting an error compilation failed or was cancelled when i publish Library component to orchestrator. Any idea?
Hi Team,
I am getting an error compilation failed or was cancelled when i publish Library component to orchestrator. Any idea?
I am using 2020.10.2 Enterprise edition
The Exact error :
Unexpected error has occurred during the library compilation process:
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}
Is Library project executing fine ?
No @lakshman i am not able to publish the Library to orchestrator.
Getting an error
Create new project using Library process and just copy all old workflow files to it. And then check it once.
I tried all the alternative way @lakshman No luck
Did you resolve this error and if so how? Iâm running into the same problem.
I have the same issue.
I got this output message when running my process:
Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Devoir1.2\Main.xaml. Reason was âCannot create unknown type â{clr-namespace:UiPath.Excel.Activities.Business;assembly=UiPath.Excel.Activities}ExcelProcessScopeXâ.â.
Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Devoir1.2\Main.xaml. Reason was âCannot create unknown type â{clr-namespace:UiPath.Excel.Activities.Business;assembly=UiPath.Excel.Activities}ExcelProcessScopeXâ.â.
Does anyone resolved ?
Thanks for helping,
I had the same error message trying to publish a library project and found the cause / solution.
I had used the word âSystemâ as a variable name, which is also the name of a .net class or namespace, and this was causing the issue when trying to Publish. It seemed to think in my project that I was referring to the class âSystemâ without specifying which method to use⌠I renamed my variable to âoption_Systemâ and everywhere in the project - and then this fixed it for me.
Try checking that you donât have any named variables/arguments that could be causing problems (avoid using any of the words listed in your Imports tab)
I had the exact problem, Thank you so much.
Dear All
i have same issue,
then my solution is just install the new .net installer , and restart studio.
you will able to publish your project