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
Why Does The Viewer Always Show Trial?
-
- Posts: 24
- Joined: Fri Apr 09, 2021 1:44 pm
-
- Posts: 678
- Joined: Tue Sep 07, 2021 10:11 am
-
- Posts: 24
- Joined: Fri Apr 09, 2021 1:44 pm
Re: Why Does The Viewer Always Show Trial?
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
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
-
- Posts: 678
- Joined: Tue Sep 07, 2021 10:11 am
Re: Why Does The Viewer Always Show Trial?
Hello,
Please send us a simple report with test data that reproduce the issue.
Thank you.
Please send us a simple report with test data that reproduce the issue.
Thank you.
-
- Posts: 24
- Joined: Fri Apr 09, 2021 1:44 pm
Re: Why Does The Viewer Always Show Trial?
*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)
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)
-
- Posts: 678
- Joined: Tue Sep 07, 2021 10:11 am
Re: Why Does The Viewer Always Show Trial?
Hello,
You are welcome!.
Let us know if you need our help.
Thank you.
You are welcome!.
Let us know if you need our help.
Thank you.