Proper way to print from Web.

Stimulsoft Reports.NET discussion
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Proper way to print from Web.

Post by fkmfkm »

What is the proper way to print for a web application ?

Cause what I did was I put the Viewer on my page, and I set to direct print. It prints the whole web page..(including all my web controls)

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Proper way to print from Web.

Post by Edward »

Thank you for the bug report.

We will inform you when the solution will be ready in this topic.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Proper way to print from Web.

Post by fkmfkm »

Is this a bug ? Cause I tought its by desgin. Are you able to simulate it ?
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Proper way to print from Web.

Post by Guest »

Please download the prerelease build from July,17 , this problem don't appear in it.

It will be available today.

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Proper way to print from Web.

Post by fkmfkm »

Pavel,

Do I just overrite all my local files ?
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Proper way to print from Web.

Post by fkmfkm »

I have copied the version to my bin folder..

It still does not work....another problem is the Font grows big....I think this got to do with the DOCTYPE that appears on top of the rendered page.
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Proper way to print from Web.

Post by EDV Gradl »

You have to install your files to the GAC. Otherwise the old versions will be used.

Marco
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Proper way to print from Web.

Post by fkmfkm »

I just drag it to my assembly folder ...now there is both the new version and old version ...Is this ok ?
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Proper way to print from Web.

Post by EDV Gradl »

No, you hav to install it with gautil. First deinstall the old version, then install the new one.
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Proper way to print from Web.

Post by Guest »

You must perform the following steps:
1. Remove all Stimulsoft components from VisualStudio toolbox.
2. Close VS.
3. In folder "Document and Settings" find all reference to Stimul*.dll and remove it, because VS store some version of assembly in specific cache and refer to it.
4. Open "Start - Control Panel - Administrative Tools - Microsoft .NET Framework 2.0 Configuration( or Microsoft .NET Framework 1.1 Configuration) - Manage the Assembly Cache - View List of Assemblies in the Assembly Cache", find all Stimulsoft assemblies and remove them.
5. Then open "Add an Assembly to the Assembly Cache" and add new version of Stimulsoft assemblies.
6. In VS add to toolbox Stimulsoft components.

Thank you.
Post Reply