Hi All
I was working on some code in Community Edition ver 2019.10.0 -beta.227.
Recently I have moved it to VDI in Enterprise Edition 2019.4.4 Windows Installer, where I am getting lot of errors.
Either some activities are missing or many other errors are there.
I have installed all the dependent packages, but still the errors are there.
Below are the errors coming:
"1. File ‘Main.xaml’ - variable ‘Database_Connection’: Type ‘ui:DatabaseConnection’ (‘http://schemas.uipath.com/workflow/activities’) could not be resolved and was automatically replaced with ‘UnknownType’
2. File ‘Main.xaml’ - variable ‘dbConnect’: Type ‘ui:DatabaseConnection’ (‘http://schemas.uipath.com/workflow/activities’) could not be resolved and was automatically replaced with ‘UnknownType’
3. Could not find type ‘DatabaseConnect’ in namespace ‘http://schemas.uipath.com/workflow/activities’. Row: 277, Column: 14
-
Could not find type ‘ExecuteQuery’ in namespace ‘http://schemas.uipath.com/workflow/activities’. Row: 302, Column: 22
-
Could not find member ‘InitialScalingFactor’ in type ‘http://schemas.uipath.com/workflow/activities:ImageTarget’. Row: 550, Column: 109
-
Could not find type ‘DeserializeXml’ in namespace ‘http://schemas.uipath.com/workflow/activities’. Row: 21022, Column: 18
-
Could not find type ‘SplitString’ in namespace ‘http://schemas.microsoft.com/workflow/2012/07/xaml/activities’. Row: 21334, Column: 24"
Even after I add missing activities manually, these errors are still there.
Kindly please help how to resolve these errors.
Thank You.