OneStream System Diagnostic - BR OSD_SolutionHelper does not compile
Hi everyone,
I have to do some systems diagnostics but I cannot run the dashboard because there is an error in the business rule "OSD_SolutionHelper". This business rule does not compile due to an error in line 4882
Dim computer As New Microsoft.VisualBasic.Devices.Computer()
Error: Type 'Microsoft.VisualBasic.Devices.Computer' is not defined.
Anyone else encountering this issue? We are on version 8.4.0.16413.
Regards
Martin
You will need to upgrade OSD to the v8 compliant version e.g PV620 SV202 (as above)
This is well documented when upgrading to v8+
MarketPlace Solution Content | OneStream Community
e.g Dim computer As New Microsoft.VisualBasic.Devices.Computer() will no longer compile from .Net 6 onwards
Please check minimum versions from the link above for any Marketplace solutions you migrated when you upgraded to v8+ and upgrade accordingly
Hope this helps
Sam