New Problem

Stimulsoft Reports.WEB discussion
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

New Problem

Post 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.
Attachments
423.compress.png
423.compress.png (20.5 KiB) Viewed 4144 times
422.caching.png
422.caching.png (23.23 KiB) Viewed 4144 times
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

New Problem

Post by Vladimir »

Let us know if you need any additional help.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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???
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

New Problem

Post by Jan »

Hello,

Our next official release will be available in September 2010. Prerelease builds available for our registered users each Monday.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

New Problem

Post by Andrew »

Hello,

You may use prerelease builds with all fixes you need. Unfortunately, we cannot change the date of release.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post 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???

Post Reply