M
ME
When I view my report using the Embedded web server in VS 2005 it works
great. But the same source running on my IIS6 server displays intially with
"A data source instance has not been supplied for the data source " until I
cause a postback on the report, then it loads correctly from there on out.
I am not using any "if (!IsPostBack)" logic nor is there anything in my Page
Load as far as code goes. The problem ONLY occurs using IIS6 (i.e., the
real web server). I am using an objectdatasource (a VS2005 autogenerated
Dataset, bound to a SQL DB) bound to the reportviewer at design time.
great. But the same source running on my IIS6 server displays intially with
"A data source instance has not been supplied for the data source " until I
cause a postback on the report, then it loads correctly from there on out.
I am not using any "if (!IsPostBack)" logic nor is there anything in my Page
Load as far as code goes. The problem ONLY occurs using IIS6 (i.e., the
real web server). I am using an objectdatasource (a VS2005 autogenerated
Dataset, bound to a SQL DB) bound to the reportviewer at design time.