Why Does The Viewer Always Show Trial?

Stimulsoft Reports.BLAZOR discussion
Post Reply
billy.goforth
Posts: 24
Joined: Fri Apr 09, 2021 1:44 pm

Why Does The Viewer Always Show Trial?

Post by billy.goforth »

I Have loaded my Key (We have purchased the product) and it still loads the "Trial" Watermark.

Even when I download your examples and load it, it shows the "Trial" watermark.

We have many reports that are built via stored procs and all work fine in WPF and in Angular Viewer, yet the Blazor viewer is problematic.

Please point me toward a solution to get past this.

Thanks

B
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Why Does The Viewer Always Show Trial?

Post by Max Shamanov »

Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.
billy.goforth
Posts: 24
Joined: Fri Apr 09, 2021 1:44 pm

Re: Why Does The Viewer Always Show Trial?

Post by billy.goforth »

I Believe I got past this issue, BUT now I'm getting the below error. I have just pulled the top of the error because it's quite long with many "Ambiguity" errors stating it already contains [BLah] over and over.
Can you tell me what the below means? This exact report works fine in the WPF viewer.
Compilation error: ; expected
; expected
Syntax error, ',' expected
; expected
Syntax error, ',' expected
Syntax error, ',' expected
The type or namespace name 'Audit' could not be found (are you missing a using directive or an assembly reference?)
Field cannot have void type
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Why Does The Viewer Always Show Trial?

Post by Max Shamanov »

Hello,

Please send us a simple report with test data that reproduce the issue.

Thank you.
billy.goforth
Posts: 24
Joined: Fri Apr 09, 2021 1:44 pm

Re: Why Does The Viewer Always Show Trial?

Post by billy.goforth »

*UPDATE*
I found the issue.

We build our reports from datasets queried from the database and iterate the datasets and build the StiComponents for each dataset.

It turns out that the Blazor Viewer requires the "Name" property of each component to be UNIQUE.

I Added Guids (Remove Hyphens) to each name and all works now.

Perhaps this will help someone else.


##ORIGINAL POST##
I attached my .mrt file and am pasting the full error list below.

Thanks

Billy

System.Exception
HResult=0x80131500
Message=Compilation error: ; expected
; expected
Syntax error, ',' expected
; expected
Syntax error, ',' expected
Syntax error, ',' expected
The type or namespace name 'Audit' could not be found (are you missing a using directive or an assembly reference?)
... Abrv ...
Source=Stimulsoft.Report
StackTrace:
at Stimulsoft.Report.StiReport.Compile(String path, Stream stream, StiOutputType outputType, Boolean autoCreate, Object standaloneReportType)
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Why Does The Viewer Always Show Trial?

Post by Max Shamanov »

Hello,

You are welcome!.
Let us know if you need our help.

Thank you.
Post Reply