I have a SQL Server database file Database1.mdf
. Every time I want to add a New Component (does not matter if it's a table, a function or something else), I get this error
The File or Assenbly "Microsoft.SqlServer.ConnectionInfo, Version=12.0.0.0, Culture=neutral, PublicKeyToken=8845dcd8080cc91" or one of its dependencies not found. The system can not find the file specified.
I did install the SQLSysClrTypes.msi
and the SharedManagmentObjects.msi
.
Does anyone know what's wrong?
I'm using Visual Studio 2013 Ultimate (Trial)
Okay
I had to run the installer of Visual studio again, then it worked!