We are looking at upgrading our automated CI build and deploy of analysis services cubes to SQL 2014. We are using the deployment tool as part of the process and we are looking to upgrade the dependant dll's on our build server to version 12.0
We're unable to locate the required version of Microsoft.SqlServer.WizardFramework.dll. So far we've checked the installs for
- SQL Server
- SSMS
- SSDT
None appear to distribute this DLL.
For reference, the error we see when running Microsoft.AnalysisServices.Deployment.exe (version 12.0) is:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.SqlServer.WizardFramework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Microsoft.AnalysisServices.Deployment.Startup.Main(String[] args) Microsoft.AnalysisServices.Deployment\Microsoft.AnalysisServices.Deployment.exe (return code was -532462766)
Adam Tappis. (MCSD VB6 & .NET, MCDBA SQL 2000)