Visual Studio 2022 年的 SSAS 表格项目

SSAS Tabular projects in Visual Studio 2022

我在 Visual Studio 2022 年安装了 SSAS 扩展,它运行良好,但它只允许我创建多维项目。列表中缺少“Analysis Services 表格项目”。知道发生了什么事吗?

谢谢

您需要从“问答”选项卡中的 Visual Studio Gallery. It looks like there is a temporary workaround 安装它以解决您遇到的问题。

  1. Uninstall AS extension.

  2. install the AS extension and close the VS2022.

  3. copy/replace the manifest file(link to download the file is below) in the SSAS folder, a location where your VS22 is installed. For example "C:\Program Files\Microsoft Visual Studio22\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSAS".

  4. run the following command in cmd at a location where VS2022 is installed. For example "C:\Program Files\Microsoft Visual Studio22\Enterprise\Common7\IDE" command: "devenv.exe /updateconfiguration"

  5. open visual studio and it should work fine.

  6. if it still doesn't, make sure the AS extension is enabled and then execute the 3rd step again after closing VS.

link: https://microsoftapc-my.sharepoint.com/:u:/g/personal/namangupta_microsoft_com/EdG1BxmX0W5OlLt4CHIZJqYB-8fXSocUi-zK5lqqBLURpg?e=rHCh9F By Microsoft 3 hours ago

如果您正在寻找 2022 年的其他扩展程序this page 有说明和链接。