An error has occurred while processing Table 'table1':The ConnectionString property has not been initialized (.NET CORE MVC/ORACLE)

0 Answers 250 Views
.NET Core DataSource SQL Rendering Report Designer - Web Report Designer (standalone) Report Viewer - MVC
sarat
Top achievements
Rank 1
sarat asked on 18 Sep 2021, 01:04 PM | edited on 18 Sep 2021, 01:19 PM

Hi,

While generating .NET CORE PROJECT Telerik Report with oracle db , facing below error and cannot go further. What would be the cause of error?.

Report preview with data happening in Report designer it's not rendering on browser.

 

-----------------------------------------------------

appsetting.json file configuration :



  "ConnectionStrings": 
    {
      "name": "dbsource",
       "connectionString": "Data Source=dbsource;User ID=user;Password=password",
      "providerName": "Oracle.ManagedDataAccess.Core"
    }
  

 

-----------------------

 

Thanks

 

 

Neli
Telerik team
commented on 22 Sep 2021, 02:06 PM

Hi Sarat,

I would recommend registering the data provider as explained in the How to register a DbProviderFactory in a .NET Core project  KB article.

No answers yet. Maybe you can help?

Tags
.NET Core DataSource SQL Rendering Report Designer - Web Report Designer (standalone) Report Viewer - MVC
Asked by
sarat
Top achievements
Rank 1
Share this question
or