Page 1 of 1

Why Does The Viewer Always Show Trial?

Posted: Mon Aug 29, 2022 11:36 pm
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

Re: Why Does The Viewer Always Show Trial?

Posted: Tue Aug 30, 2022 3:23 pm
by Max Shamanov
Hello,

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

Thank you.

Re: Why Does The Viewer Always Show Trial?

Posted: Tue Aug 30, 2022 3:54 pm
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

Re: Why Does The Viewer Always Show Trial?

Posted: Tue Aug 30, 2022 4:31 pm
by Max Shamanov
Hello,

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

Thank you.

Re: Why Does The Viewer Always Show Trial?

Posted: Tue Aug 30, 2022 5:58 pm
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)

Re: Why Does The Viewer Always Show Trial?

Posted: Wed Aug 31, 2022 6:10 am
by Max Shamanov
Hello,

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

Thank you.