Proper way to print from Web.
Proper way to print from Web.
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.
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.
Thank you for the bug report.
We will inform you when the solution will be ready in this topic.
We will inform you when the solution will be ready in this topic.
Proper way to print from Web.
Is this a bug ? Cause I tought its by desgin. Are you able to simulate it ?
Proper way to print from Web.
Please download the prerelease build from July,17 , this problem don't appear in it.
It will be available today.
Thank you.
It will be available today.
Thank you.
Proper way to print from Web.
Pavel,
Do I just overrite all my local files ?
Do I just overrite all my local files ?
Proper way to print from Web.
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.
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.
You have to install your files to the GAC. Otherwise the old versions will be used.
Marco
Marco
Proper way to print from Web.
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.
No, you hav to install it with gautil. First deinstall the old version, then install the new one.
Proper way to print from Web.
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.
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.