Page 1 of 1

tril to registered version

Posted: Mon Nov 03, 2008 11:22 am
by giscone
I created reports using the trial verstion of stimulsoft reports.net. I have now purchased the registered version a, downloaded and installed it. I removed references to the trail version and referenced the registered version in my solution. The reports created continue to have the "Demo" watermark on them. How can I remove it?


tril to registered version

Posted: Mon Nov 03, 2008 1:56 pm
by Edward
Hello.
giscone wrote:I created reports using the trial verstion of stimulsoft reports.net. I have now purchased the registered version a, downloaded and installed it. I removed references to the trail version and referenced the registered version in my solution. The reports created continue to have the "Demo" watermark on them. How can I remove it?
You need to delete Stimulsoft Reports.Net trial dlls from GAC and reference to it from your project and ToolBox of Visual Studio. Dlls in GAC has the maximum priority for any project which uses dlls of the same version number.

The easiest way to access the GAC is to open c:\windows\assembly in Windows Explorer. Then you can delete dlls from there and drag new ones as well.

Thank you.