c# - Could not find Microsoft.Data.Tools.Components in VS2017 -


i used vs 2015 (including c++ / c#) in past , downloaded new vs 2017. building project, got several warnings such as:

(1) severity code description project file line suppression state warning referenced component 'microsoft.data.tools.components' not found.

(2) severity code description project file line suppression state warning not resolve reference. not locate assembly "microsoft.data.tools.components, version=15.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors.

(3) severity code description project file line suppression state warning not resolve reference. not locate assembly "microsoft.data.tools.schema.sql.unittesting, version=15.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors.

i tried several options. actually, solution explorer shows under references "microsoft.data.tools.components". changed .net target framework 4.6.1 4.5.1 , reference path c:\program files (x86)\microsoft visual studio\2017\community\common7\ide\extensions\microsoft\sqldb\ without no progress.

maybe, .. many thanks.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -