Skip to main content
Solved

Error previewing SSRS reports from Visual Studio

  • February 3, 2022
  • 2 replies
  • 584 views

Forum|alt.badge.img+2

Hi Community,

 

I migrated SSRS reports from VS2013 to VS2019 for IFS10 upgrades. 

I installed extensions required by Visual Studio 2019 in order to connect with IFS Oracle Database which includes, Oracle Dev tools for VS2019 and ODT.NET.

I am able to test connection with the Report Server. 

However when I try to preview the SSRS report (inside Visual Studio) I receive this error:

 

 

Has anyone encountered this issue before? 

Best answer by Thiwanka Sandaruwan

Hi @kpath7 ,

 

As per the below answer of Developer Community of Visual Studio, having the 32 bit ODP installed is necessary to run the report.

 

https://developercommunity.visualstudio.com/t/ssrs-report-preview-error-for-oracle/1067437

 

Just found this from the web. So please check this out if you didn’t check it before.

 

Best Regards,

Thiwanka

This topic has been closed for replies.

2 replies

Thiwanka Sandaruwan
Hero (Employee)
Forum|alt.badge.img+9

Hi @kpath7 ,

 

As per the below answer of Developer Community of Visual Studio, having the 32 bit ODP installed is necessary to run the report.

 

https://developercommunity.visualstudio.com/t/ssrs-report-preview-error-for-oracle/1067437

 

Just found this from the web. So please check this out if you didn’t check it before.

 

Best Regards,

Thiwanka


Forum|alt.badge.img+2
  • Author
  • Do Gooder
  • 3 replies
  • February 3, 2022

@Thiwanka Sandaruwan 

Thanks for sharing that link, I had x64 ODP.NET but as the forum suggested I installed x32 ODP.NET and this fixed the issue!