Does anyone know if .NET 6 SDK needs to be installed on all users workstations? I recently had to install this to resolve a BPM error. The error was CS0012 - The type ‘TransactionScope’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘System.Transaction.Local, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’.
After installing the .NET 6 SDK version the BPM validated with no issues. I am not familiar with how .NET interacts with Epicor. Do all users need this update or only users that would be creating/updating BPM’s?