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
tril to registered version
Hello.
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.
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.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?
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.