tril to registered version

Stimulsoft Reports.NET discussion
Post Reply
giscone
Posts: 2
Joined: Wed Oct 29, 2008 1:18 pm
Location: usa

tril to registered version

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

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

tril to registered version

Post 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.
Post Reply