Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- \PerformanceTestingBootloaderWorkflow.cs(12,31): error CS0246: The type or namespace name ‘CodedWorkflow’ could not be found (are you missing a using directive or an assembly reference?)
- \PerformanceTestingBootloaderWorkflow.cs(18,17): error CS0103: The name ‘serviceContainer’ does not exist in the current context
- \PerformanceTestingBootloaderWorkflow.cs(19,51): error CS1503: Argument 2: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
- .local\install\PerformanceTestingBootloaderWorkflow+BootloaderActivity.cs(48,44): error CS1503: Argument 1: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- \PerformanceTestingBootloaderWorkflow.cs(12,31): error CS0246: The type or namespace name ‘CodedWorkflow’ could not be found (are you missing a using directive or an assembly reference?)
- \PerformanceTestingBootloaderWorkflow.cs(18,17): error CS0103: The name ‘serviceContainer’ does not exist in the current context
- \PerformanceTestingBootloaderWorkflow.cs(19,51): error CS1503: Argument 2: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
- .local\install\PerformanceTestingBootloaderWorkflow+BootloaderActivity.cs(48,44): error CS1503: Argument 1: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- \PerformanceTestingBootloaderWorkflow.cs(12,31): error CS0246: The type or namespace name ‘CodedWorkflow’ could not be found (are you missing a using directive or an assembly reference?)
- \PerformanceTestingBootloaderWorkflow.cs(18,17): error CS0103: The name ‘serviceContainer’ does not exist in the current context
- \PerformanceTestingBootloaderWorkflow.cs(19,51): error CS1503: Argument 2: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
- .local\install\PerformanceTestingBootloaderWorkflow+BootloaderActivity.cs(48,44): error CS1503: Argument 1: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- \PerformanceTestingBootloaderWorkflow.cs(12,31): error CS0246: The type or namespace name ‘CodedWorkflow’ could not be found (are you missing a using directive or an assembly reference?)
- \PerformanceTestingBootloaderWorkflow.cs(18,17): error CS0103: The name ‘serviceContainer’ does not exist in the current context
- \PerformanceTestingBootloaderWorkflow.cs(19,51): error CS1503: Argument 2: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
- .local\install\PerformanceTestingBootloaderWorkflow+BootloaderActivity.cs(48,44): error CS1503: Argument 1: cannot convert from ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’
Errors Encountered:
- CS0246: The type or namespace name ‘CodedWorkflow’ could not be found. Likely missing a using directive or assembly reference.
- CS0103: The name ‘serviceContainer’ does not exist in the current context. Likely due to an undefined or uninitialized variable.
- CS1503: Type mismatch – unable to convert ‘CEF_Workflow_UiPath_TestAutomationProject_Tests.Bootloader’ to ‘UiPath.CodedWorkflows.CodedWorkflowBase’. Likely due to incorrect inheritance or missing dependency.
Steps Taken:
- Verified dependencies and namespace imports.
- Checked for missing or incorrect references.
- Attempted project rebuild after cleaning.
- Kept the package dependencies before the UiPath studio latest update.
- I am not using the codedworflow.cs