Can't Deploy to Analysis Service Get Error
Hello,
I have a new computer, new install of visual studio 2022 community and Analysis Services Project installed. I can't deploy my tabular project to SQL 2019 Analysis Services. I get the following error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x8001010E): OutputStringNoPump must be called on the UI thread.
at Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread(String callerMemberName)
at Microsoft.VisualStudio.CommonIDE.Solutions.ComExtensions.OutputStringNoPump(IVsOutputWindowPane outputWindowPane, String message)
at Microsoft.VisualStudio.CommonIDE.Solutions.BuildManager.SolutionBuildManager.UIBuilder.OutputStringNoPump(String pszOutputString)
at Microsoft.VisualStudio.CommonIDE.Solutions.BuildManager.SolutionBuildManager.UIBuilder.OutputStringThreadSafe(String pszOutputString)
at Microsoft.AnalysisServices.VSHost.Integration.DeployableProjectConfig.deployer_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)