I un-installed the Beta 2 and I have installed the latest version. Here are some issues I ran into:
1) When I 'Add Project Data Source', I select an ODBC database and I get "More restrictions were provided than the requested schema ('Tables') supports." Can't go any further, so I try some alternatives:
2) I then manually drag and drop an odbcConnection and configure a odbcDataAdapter similar to how I did with Beta2. Since I can't select the DataAdapter in the report's DataSource property, I generate a DataSet and select that. However, I get a 'Object reference not set to an instance of an object' (I can view the data). So to get it to work, I go into the designer code and manually set the DataSource property to the DataAdapter I created.
3) For testing, I tried to create a Business Object. I selected an assembly and class from another project and I can't seem to specify a method in the class or the needed parameters for the method. Is this supported?
4) Beta 2 reports are not supported in this version. I guess I can live with that as it was a beta. To fix, I just comment out some of the designer code that causes the issues, and the reports seems to run ok. Is this safe, or should I try to manually convert Beta 2 reports to this version via a copy and paste strategy?
5) This not an issue and probably too late to fix, but... It would be nice if SQL 2005 wasn't required for the Quick Starts (as I don't have it installed on my dev machine). An Access db would of been good.
Thanks, Jim
1) When I 'Add Project Data Source', I select an ODBC database and I get "More restrictions were provided than the requested schema ('Tables') supports." Can't go any further, so I try some alternatives:
2) I then manually drag and drop an odbcConnection and configure a odbcDataAdapter similar to how I did with Beta2. Since I can't select the DataAdapter in the report's DataSource property, I generate a DataSet and select that. However, I get a 'Object reference not set to an instance of an object' (I can view the data). So to get it to work, I go into the designer code and manually set the DataSource property to the DataAdapter I created.
3) For testing, I tried to create a Business Object. I selected an assembly and class from another project and I can't seem to specify a method in the class or the needed parameters for the method. Is this supported?
4) Beta 2 reports are not supported in this version. I guess I can live with that as it was a beta. To fix, I just comment out some of the designer code that causes the issues, and the reports seems to run ok. Is this safe, or should I try to manually convert Beta 2 reports to this version via a copy and paste strategy?
5) This not an issue and probably too late to fix, but... It would be nice if SQL 2005 wasn't required for the Quick Starts (as I don't have it installed on my dev machine). An Access db would of been good.
Thanks, Jim