Hello,
I am facing an issue with ‘Create Document Classification Action’ activity. The error throws as following - An unexpected error occurred during the library compilation process: Assembly compilation returned the following errors: * The value of type “DocumentClassificationActionData” cannot be converted to “DocumentClassificationActionData” .
Please help me to reolve this issue.
Thankyou in advance!!
Anil_G
(Anil Gorthi)
April 4, 2023, 11:11am
2
@Narala_Sravani
Please delete the variable and recreate it using ctrl+K
The namespaces have been changed recently I guess it will create the new variable with required type
cheers
1 Like
Hello @Anil_G ,
Thanks for the quick response.
I have tried doing the same, but unfortunately didn’t get rid of that error.
Anil_G
(Anil Gorthi)
April 4, 2023, 11:16am
4
@Narala_Sravani
Can you try upgrading the packages please and then check…
also check the type it should contain actions I believe not action
cheers
Jithesh_R
(Jithesh Karkera)
April 4, 2023, 1:27pm
5
@Narala_Sravani ,
Give a Try with
ClassificationActionResults(0)
Regards,
Thankyou for the reply @Jithesh_R .
After trying the activity in new project , it didn’t throw any error and worked fine.
@Narala_Sravani Dear can you tell me how did you solve the issue and what the version of the intelligent OCR package ?
I have the same issue, I tried all solutions they told you here but the same issue