J
joe10A
Guest
Dear All,
I successfully used VS 2015 (including c++ / c#) in the past and downloaded now the new VS 2017. Building the project, I got several warnings such as:
(1) Severity Code Description Project File Line Suppression State Warning The referenced component 'Microsoft.Data.Tools.Components' could not be found.
(2) Severity Code Description Project File Line Suppression State Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Data.Tools.Components, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
(3) Severity Code Description Project File Line Suppression State Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Data.Tools.Schema.Sql.UnitTesting, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
I tried now several options. Actually, the solution explorer shows under references the "Microsoft.Data.Tools.Components". I then changed the .NET target framework from 4.6.1 to 4.5.1 and the reference path to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\Microsoft\SqlDb\ without no progress.
Any ideas .. ? Many thanks.
Continue reading...
I successfully used VS 2015 (including c++ / c#) in the past and downloaded now the new VS 2017. Building the project, I got several warnings such as:
(1) Severity Code Description Project File Line Suppression State Warning The referenced component 'Microsoft.Data.Tools.Components' could not be found.
(2) Severity Code Description Project File Line Suppression State Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Data.Tools.Components, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
(3) Severity Code Description Project File Line Suppression State Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Data.Tools.Schema.Sql.UnitTesting, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
I tried now several options. Actually, the solution explorer shows under references the "Microsoft.Data.Tools.Components". I then changed the .NET target framework from 4.6.1 to 4.5.1 and the reference path to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\Microsoft\SqlDb\ without no progress.
Any ideas .. ? Many thanks.
Continue reading...