10-09-24 08:32 AM
I get the following error
Compiler error at line 0: The type name 'DataTable' could not be found in the namespace 'System.Data'. This type has been forwarded to assembly 'System.Data.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.
I have system.data in code options but it seems like it defaults to an old version.
10-09-24 06:44 PM
Hi, I have seen this issue before.
Can you please confirm you're using the correct version of the .NET framework in your environment? Sometimes, Blue Prism might default to an older version of the framework, which might be causing the issue.
10-09-24 06:59 PM
How do i see what version i am using?
11-09-24 04:25 AM
Try the commands here: https://stackoverflow.com/questions/1565434/how-do-i-find-the-installed-net-versions
You're probably looking to make sure you have .NET Framework 4.7 and/or 4.8, depending on what Blue Prism version you're on.
11-09-24 07:05 AM
I have .NET 4.8.1 installed But if Blue prism defaults to an older version i need to tell it to use the new version somehow
11-09-24 07:01 PM - edited 11-09-24 07:06 PM
I would go ahead and try installing the .NET Framework version that your version of Blue Prism was designed for.
Here's what the article (linked below) essentially says:
You can have both .NET Framework 4.7 and 4.8 installed.
What version of Blue Prism are you on?
Reference: Which .NET Framework versions does Blue Prism Enterprise support? :
12-09-24 08:32 AM
We are using blue prism 7.3.1 so i will try to install .net 4.8
a month ago
Hey @Dehli - did you manage to get this sorted out?
4 weeks ago
In the end i made it in visual studio and ran it as "Start Process Read Stderr and Stdout" from Utility - Environment