
Announcements
I’m developing SSRS reports for Dynamics 365 (Dataverse) in Visual Studio 2019, using the following developer‑tooling setup:
Visual Studio 2019 (16.x)
Microsoft Reporting Services Projects extension
Dynamics 365 Report Authoring Extension
FetchXML datasets via Microsoft Dynamics 365 Fetch data source
This tooling has worked for years, but now the SSRS designer in VS2019 cannot Refresh Fields or Preview datasets, which blocks report development.
Open an existing Report Server Project (RDLs using FetchXML datasets) in Visual Studio 2019.
In Report Data, right‑click a dataset → Query… → Refresh Fields or attempt Preview.
Sign‑in prompt may appear (sometimes it doesn’t).
Operation fails.
This is a failure inside Visual Studio’s SSRS designer, not on the report server.
Visual Studio error dialog:
Unable to connect to data source 'DataSource1'.
The connection to server "https://<org>.crm.dynamics.com" could not be established.
Make sure that the connection string and credentials are correct, and try again.
Log file (from the CrmConnection login error log):
Error : The authentication type must be specified.
Parameter name: CrmPassword
Re‑entering credentials / different accounts / device code sign‑in
Verified the Dynamics 365 Fetch datasource configuration
Tried repairing / reinstalling:
Reporting Services Projects extension
Dynamics 365 Report Authoring Extension
Complete uninstall and reinstall of Visual Studio 2019
Clearing temp folders under %LOCALAPPDATA% related to VS/SSRS
Creating a brand‑new Report Server Project and a simple FetchXML dataset
Same result across machines: preview/refresh fails with the auth error.
Expected: The SSRS designer in VS2019 should authenticate to Dataverse and allow dataset Refresh/Preview.
Actual: Fails with the error above.
What causes this Visual Studio 2019 SSRS designer failure when using the Dynamics 365 FetchXML data source, and what developer‑side fix restores normal dataset Refresh/Preview?