I’m following along on the Academy course on Workflow Analyzer. They give us a project which we must “analyze” but the errors shown are completely different than the ones in the tutorial.
Here’s a typical one:
BC31424: Type 'System.Data.DataTable' in assembly 'e9910dff-f58a-43b7-b108-20787c67ab78, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' has been forwarded to assembly 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Either a reference to 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is missing from your project or the type 'System.Data.DataTable' is missing from assembly 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
BC31424: Type 'System.Data.DataTable' in assembly 'e9910dff-f58a-43b7-b108-20787c67ab78, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' has been forwarded to assembly 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Either a reference to 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is missing from your project or the type 'System.Data.DataTable' is missing from assembly 'System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
That’s because Lowest Applicable Version has nothing to do with these errors.
Look at your project tab where it shows the dependencies. Is anything there in red? Make sure to expand them and look inside them, they have sub-dependencies.