Scenario:
I was installing Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013 with a 64 bit SQL Server 2014 Express and Visual Studio 2013. The installation will not start because of a failing rule check. "Same architecture installation"
I have selected existing SQL Server instance to add features:
![image image](https://lh3.googleusercontent.com/-_LqTWOPzVcE/WbYkGVGv-mI/AAAAAAAABRI/2f_YngkNuGohEAIpRzvprVXBH_2gdKFowCHMYCw/image_thumb%255B2%255D?imgmax=800)
Then selected “SQL server Data Tools – Business Intelligence for Visual Studio 2013.
![image image](https://lh3.googleusercontent.com/-HTMPIJjBaY8/WbYkHgy9JMI/AAAAAAAABRQ/sOFBrDUc7KoHyk21crplwKSXzAOqvHYkwCHMYCw/image_thumb%255B4%255D?imgmax=800)
After that installation start running “Feature Configuration Rules” and I got an error saying that Rule “Same architecture installation” failed.
![image image](https://lh3.googleusercontent.com/-IxmW8mPOoV8/WbYkI-rL9sI/AAAAAAAABRY/0bu-jef1JjYR5jmTdMsKndkRlO2Yd773wCHMYCw/image_thumb%255B6%255D?imgmax=800)
Solution:
I have searched for the problem and found that only 32-bit version of SQL Server Data Tools for Visual Studio 2013 published by Microsoft.
![image image](https://lh3.googleusercontent.com/-zJjZsWJv-iA/WbYkKXReDoI/AAAAAAAABRg/fA37ClZrPeQOukN7IbaXyLY0vZahfP0iwCHMYCw/image_thumb%255B8%255D?imgmax=800)
From MSDN forum and blog article:
Make sure you choose the "New Instance" option (strange as that might seem). Otherwise, you'll get an error that says the following:
Rule "Same architecture installation" failed.
On my machine x64 version of SQL Server was installed so it requires to do a new installation rather adding features to existing instance. I thought that It was due to the Operating System architecture difference but these tools require 32 bit instance of SQL Server.