当单击 Visual Studio 上的登录按钮时,出现错误,然后 VS 完全没有响应:
\n\n错误如下
\nWe could not add the account\nUnknown Status: Unexpected\nError: 0xffffffff80070520\nContext: Unexpected exception while waiting for accounts control to finish:\n \'A specified logon session does not exist. It may already have been terminated.\'\nTag: 0x1f7d734b (error code -2147023584) (internal error code 528315211)\nRun Code Online (Sandbox Code Playgroud)\n我们使用 TFS 进行源代码控制,但在网上搜索解决方案,此错误似乎总是与 Git 相关(或者可能只是更流行?),因此解决方案提到了 GCM 凭证助手,它是 Git 的一个选项,但不适用于 TFS。
\n我也无法通过 VS 访问 TFS 服务器 - 当我第一次打开它时,我在输出窗口中看到以下消息:
\nTF205020: Could not connect to server \xe2\x80\x98[server]\xe2\x80\x99. This server was used …Run Code Online (Sandbox Code Playgroud) 我可以在 Visual Studio 2019 (16.6.0) 中打开、编辑和部署现有 SSIS 项目,但在添加新项目时无法在可用模板列表中看到 SQL Server Integration Services 或相关项目。我不知道为什么会这样,因为 SQL Server Integration Services Projects 已安装,而且我认为这就是我所需要的。我正在寻求有关如何使 SSIS 出现在模板列表中的建议。
编辑:我还搜索了以下术语,但没有成功:SSIS、SSDT、Business、SQL、Intelligence
演示 SQL Server Integration Services 项目已安装:
添加新项目时列表中看不到相关模板的演示: