When creating a new report with the report wizard it creates a data set as one of the steps.
The problem is that the data set isn't created properly. It can not find the connection string from the web config file although the connection string was placed in the web config file. I have to delete the created dataset and create a new one manually in order to get the report working.
I tested this behavior in both class library projects and win form project as well. No problems there. It happens only in web project.
Attached is a snapshot of the error.
The problem is that the data set isn't created properly. It can not find the connection string from the web config file although the connection string was placed in the web config file. I have to delete the created dataset and create a new one manually in order to get the report working.
I tested this behavior in both class library projects and win form project as well. No problems there. It happens only in web project.
Attached is a snapshot of the error.