I am getting the following error trying to connect to our Dynamics 365 CRM when building a 1400 Model. I can successfully connect via Power BI and Excel. I am unsure what the resolution should be to get this assembly, as I cannot locate it on the machine.
Details: "File or Folder: Could not load file or assembly 'Microsoft.OData.Edm.NetFX35.V7, Version=7.4.0.11102, Culture=neutral PublicKeyToken=31bf3856ad364e35; or one of its dependencies. The system cannot find the file specified."
I am running VS 2017 Community 15.8.1 and SSDT 15.7.1 on Windows 8.1 Pro. My Local Instance of SQL Server is 2016
I am able to successfully connect on a personal computer running Windows 10, SQL Server 2017, same VS / SSDT Configuration and also locate the dll for the referenced assembly.
I suspect I either need to upgrade my OS or install a SQL Server 2017 instance locally?
Any suggestions or resolution?