How to fix the Visual Studio 2012 Error 'An incompatible DacFx version is installed'
This error is originated in Visual Studio 2012 , when trying to open a database on the
Server Explorer , clicking the "Show table Data" :
Server Explorer , clicking the "Show table Data" :
The solution for the problem is installing the SSDT - Sql Server Data Tools for Visual Studio 2012 : the SSDT is a tool to make easy for programmers to edit database objects and data, to execute queries, or to perform database design from within the Visual Studio environment.
Browse to the Microsoft Data Developer Center and download the SSDT :
After the download, run the install file as Administrator:
Restart the Visual Studio 2012 and try again to perform some edit to a database:
This time you could open the table designers or edit the table's data:
No comments:
Post a Comment