Page 1 of 3
Proper way to print from Web.
Posted: Mon Jul 16, 2007 12:59 am
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.
Proper way to print from Web.
Posted: Tue Jul 17, 2007 12:31 am
by Edward
Thank you for the bug report.
We will inform you when the solution will be ready in this topic.
Proper way to print from Web.
Posted: Tue Jul 17, 2007 3:02 am
by fkmfkm
Is this a bug ? Cause I tought its by desgin. Are you able to simulate it ?
Proper way to print from Web.
Posted: Tue Jul 17, 2007 4:16 am
by Guest
Please download the prerelease build from July,17 , this problem don't appear in it.
It will be available today.
Thank you.
Proper way to print from Web.
Posted: Tue Jul 17, 2007 8:33 pm
by fkmfkm
Pavel,
Do I just overrite all my local files ?
Proper way to print from Web.
Posted: Tue Jul 17, 2007 10:28 pm
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.
Proper way to print from Web.
Posted: Wed Jul 18, 2007 1:17 am
by EDV Gradl
You have to install your files to the GAC. Otherwise the old versions will be used.
Marco
Proper way to print from Web.
Posted: Wed Jul 18, 2007 1:37 am
by fkmfkm
I just drag it to my assembly folder ...now there is both the new version and old version ...Is this ok ?
Proper way to print from Web.
Posted: Wed Jul 18, 2007 2:17 am
by EDV Gradl
No, you hav to install it with gautil. First deinstall the old version, then install the new one.
Proper way to print from Web.
Posted: Wed Jul 18, 2007 2:25 am
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.