4 hours ago
Alot of our custom object now have compile errors in version 7.3 due to the below error. Does anyone know what the new "function" for DataType is within the AutomateProcessCore.dll for 7.3? I cant see any comparable type that i can update the code to use. Any help would be greatly appreciated.
Page: Initialise
Stage: Stage1
Type: Error
Action: Validate
Description: Compiler error at line 80: The type or namespace name 'DataType' does not exist in the namespace 'BluePrism.AutomateProcessCore' (are you missing an assembly reference?)
Repairable: No
Example of how it is being used currently:
3 hours ago - last edited 3 hours ago
upgrading from 6.5 to 7.x , Blueprism.automateprocesscore.datatype related error is common, its mainly due to internal library changes.
In BP 7.x core assemblies, namespaces and internal DLL structures probably got changed
- AutomateProcessCore.dll fefactored
- DataType handling engine modified
- Some DataType classes moved or renamed
- New Unicode + .Net 4.8 compatibility updates
3 hours ago
Hi Naveed,
Thanks for your response. Do you have any ideas on how to resolve this error? Is there another function in the updated dll i can reference that will accomplish the same thing?
2 hours ago
One thing i can say is, try to re-import the release and see