Tuesday, February 3, 2015

How to fix the Visual Studio 2012 Error 'An incompatible DacFx version is installed'

In this article we see How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed'.

How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed'



 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" :


How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 1



How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 2


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.



How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 3

Browse to the Microsoft Data Developer Center and download the SSDT :

How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 4


After the download, run the install file as Administrator:

How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 5

How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 6

Restart the Visual Studio 2012 and try again to perform some edit to a database:

How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 7


This time you could open the table designers or edit the table's data:


How to fix the Visual Studio 2012 Error   'An incompatible DacFx version is installed' 8

That's all!!!!


By Carmel Shvartzman

עריכה: כרמל שוורצמן

No comments:

Post a Comment