Then I extracted the update (SR_2008.01.14_R2005) and copied over the existing files in bin. I ran the Installer.exe and told it to put them all in the GAC.
The sample reports work, but nothing I create. Even a basic test like this shows no data.
Code: Select all
DataSet ds = new DataSet();
ds.ReadXml(@"C:\Program Files\Stimulsoft Reports.Net 2007.3\.Net 2.0\Bin\Data\Demo.xml");
stiReport1.RegData(ds);
stiReport1.Show();
Do I need to uninstall and reinstall maybe?