我正在尝试通过SQL Server 2014(Developer Edition)的Integration Services部署向导部署SSIS。我正在运行Windows 8.1。
错误消息是:
The required components for the 64-bit edition of Integration Services cannot
be found. Run SQL Server Setup to install the required components. A .NET
Framework error occured during execution of user-defined routine or aggregate
"deploy_project_internal."
然后是无用的堆栈跟踪。
我已经通过SQL Server安装中心安装了Integration Services功能,并验证了64位架构组件的安装。我已经验证系统PATH变量包含目录“C:\ Program Files \ Microsoft SQL Server \ 120 \ DTS \ Binn”。我已经验证了SSIS服务正在运行。
我可能会错过什么?