Search found 9 matches

by mikemaat
Tue Jan 25, 2022 5:09 pm
Forum: Stimulsoft Reports.WEB
Topic: Could not load file or assembly 'Stimulsoft.Blockly'
Replies: 5
Views: 1211

Re: Could not load file or assembly 'Stimulsoft.Blockly'

Ended up being some type of package reference issue. Was showing a yellow triangle over the Stimulsoft.Blockly reference. Deleted that reference specifically, then reinstalled the stimulsoft nuget and it worked. Thanks.
by mikemaat
Fri Jan 21, 2022 6:58 pm
Forum: Stimulsoft Reports.WEB
Topic: Could not load file or assembly 'Stimulsoft.Blockly'
Replies: 5
Views: 1211

Re: Could not load file or assembly 'Stimulsoft.Blockly'

It is not.....but thats because I cant find it in Nuget. Do I need to manually install the DLL?
by mikemaat
Thu Jan 20, 2022 5:43 am
Forum: Stimulsoft Reports.WEB
Topic: Could not load file or assembly 'Stimulsoft.Blockly'
Replies: 5
Views: 1211

Could not load file or assembly 'Stimulsoft.Blockly'

When editing the mouse events in Stimulsoft Designer Web I get an error that the Stimulsoft.Blockly assembly is not found. Am I missing a nuget package of some sort?


Screenshot 2022-01-19 222915.png
Screenshot 2022-01-19 222915.png (35.77 KiB) Viewed 1211 times
Nugets.png
Nugets.png (57.05 KiB) Viewed 1211 times
by mikemaat
Fri Nov 05, 2021 5:31 pm
Forum: Stimulsoft Reports.WEB
Topic: JSON Datasource -> Add Variables to URL?
Replies: 3
Views: 811

Re: JSON Datasource -> Add Variables to URL?

Stimulsoft.Reports.Web 2021.1.1
by mikemaat
Wed Nov 03, 2021 6:34 pm
Forum: Stimulsoft Reports.WEB
Topic: JSON Datasource -> Add Variables to URL?
Replies: 3
Views: 811

JSON Datasource -> Add Variables to URL?

In my report I have a json data source that gets the json from an API endpoint we have constructed externally. For this example, we'll say that its https://myapi.com/GetMyJsonFile. This endpoint returns an array of records from a database in json format. In the report I also have two variables: From...
by mikemaat
Thu Jul 15, 2021 10:14 pm
Forum: Stimulsoft Reports.WEB
Topic: JSON from URL Timeout?
Replies: 3
Views: 686

Re: JSON from URL Timeout?

That had no effect. The report still loads with no data (but will load with data if a smaller/quicker json dataset is called instead). Also, as a secondary issue, I'm trying to also render the report in the background without a viewer, so in that case there is no StiWebViewer to set a RequestTimeout...
by mikemaat
Tue Jul 13, 2021 9:27 pm
Forum: Stimulsoft Reports.WEB
Topic: JSON from URL Timeout?
Replies: 3
Views: 686

JSON from URL Timeout?

We have a report that has a json datasource. The datasource points at an API endpoint URL that provides the JSON. Unfortunately, the api has to do some heavy lifting, and the json itself can take over a minute to return. With smaller result sets, the report runs fine, but if we call the API with par...
by mikemaat
Tue Jul 13, 2021 8:38 pm
Forum: Stimulsoft Reports.WEB
Topic: FOUND BUG: Datetime/range variable when no default range is assigned
Replies: 2
Views: 602

Re: FOUND BUG: Datetime/range variable when no default range is assigned

Stimulsoft says this is fixed and will be available in the next release
by mikemaat
Mon Jul 12, 2021 10:02 pm
Forum: Stimulsoft Reports.WEB
Topic: FOUND BUG: Datetime/range variable when no default range is assigned
Replies: 2
Views: 602

FOUND BUG: Datetime/range variable when no default range is assigned

We found a bug in the latest version of Stimulsoft.Reports.Web. If you have a variable set up like the following, it *should* technically default the range from today to today (it used to on older versions). Instead it provides an error: image (2).png image (3).png However, if you do any of these wo...