Page 5 of 6
New Problem
Posted: Thu May 20, 2010 12:59 pm
by MikeD
Added information.
Here is a snippet of the GetReport event.
stiReport.Load(report.ReportFile);
FileStream fs = new FileStream("ReportFromDB.mrt", FileMode.Create, FileAccess.ReadWrite);
fs.Write(report.ReportFile, 0, report.ReportFile.Count());
fs.Close();
e.Report = stiReport;
byte[] test = e.Report.SaveToByteArray();
fs = new FileStream("ReportAfterLoad.mrt", FileMode.Create, FileAccess.ReadWrite);
fs.Write(test, 0, test.Count());
fs.Close();
The above will create two mrt files. Each file is exactly the same.
After the GetReport event is run...we just get a blank report.
From there I click on OpenReport and select either one of the mrt files.....and it loads perfectly well.
To me it looks like a communication problem between the server and client running IE.
Mike
New Problem
Posted: Fri May 21, 2010 4:14 am
by Vladimir
Hello, Mike
We think that this is a problem with the IIS server settings. Please try to set the cache settings and data compression as shown in the screenshots. Please let us know whether this advice solves the issue with incorrect designer work?
Thank you.
New Problem
Posted: Fri May 21, 2010 8:26 am
by MikeD
It did not solve the problem.
So as it stands I have two versions of our product on my system.
One is the installed version and the other is development.
I painstakingly went through each and every page in the IIS settings for each site and made sure they were identical.
Did a IISReset...
Still same behavior. The development site works perfectly in IE/Firefox and Chrome......The installed website does NOT work with IE..but works fine with Firefox and Chrome.
New Problem
Posted: Fri May 21, 2010 12:59 pm
by MikeD
We found the problem.
It was the compression. The server we were running on uses IIS6. It had compression turned on through the Metadata file.
Again Thank you for all your help.
New Problem
Posted: Mon May 24, 2010 12:38 am
by Vladimir
Let us know if you need any additional help.
Thank you.
New Problem
Posted: Wed Jun 30, 2010 8:36 am
by MikeD
We'll be shipping our product within the next couple of weeks.
But currently we are using the latest Demo Version. The release version we bought had bugs which were addressed in the latest Demo Version.
When will these fixes be in the released version???
New Problem
Posted: Wed Jun 30, 2010 3:41 pm
by Jan
Hello,
Our next official release will be available in September 2010. Prerelease builds available for our registered users each Monday.
Thank you.
New Problem
Posted: Tue Jul 06, 2010 8:20 am
by MikeD
We CAN'T wait until September to release. There were a couple significant bugs that have been fixed that we NEED to release.
New Problem
Posted: Tue Jul 06, 2010 8:58 am
by Andrew
Hello,
You may use prerelease builds with all fixes you need. Unfortunately, we cannot change the date of release.
Thank you.
New Problem
Posted: Wed Jul 07, 2010 9:29 am
by MikeD
I'm confused.
I'm currently using a pre-release version.
The problem is it says it's a demo version. There's a watermark Demo Version. Also when you save it says it's a demo version. How can you expect us to ship our product like that???