Telerik report not working

前端 未结 2 1741
独厮守ぢ
独厮守ぢ 2021-01-29 14:23

An error has occurred while processing Report \'ReportStandart\': Unable to establish a connection to the database. Please, verify that your connection string is valid. In case

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-29 14:40

    • Go to the folder where your report project is.
    • Open the folder and look for the file "Telerik.ReportDesigner.exe.config"
    • Open the file in Visual Studio and copy the connection string
    • Past the above connection string to your web.config

    You can find the above here towards the end of the video (3':15'')

提交回复
热议问题