Search found 359 matches

by hugo
Fri Jun 10, 2022 4:48 pm
Forum: Stimulsoft Reports.JS
Topic: Exit designer by JS code
Replies: 2
Views: 537

Re: Exit designer by JS code

Solved.
I dispatch the exitDesigner event and outside of the designer I catch the event and remove the designer from the page.
by hugo
Thu Jun 09, 2022 11:54 pm
Forum: Stimulsoft Reports.JS
Topic: Exit designer by JS code
Replies: 2
Views: 537

Exit designer by JS code

Hi,

O tried many ways to exist designer by JS code but all are ignored (no console error).
Ex: jsObject.ExecuteAction("exitDesigner");
by hugo
Mon Jun 06, 2022 6:15 pm
Forum: Stimulsoft Dashboards.JS
Topic: Start the report designer in fullscreen
Replies: 3
Views: 8601

Re: Start the report designer in fullscreen

I found what I wanted.
I type here if one later also need it: designer_instance_name.jsObject.MaximizeDesigner()
by hugo
Mon Jun 06, 2022 1:01 am
Forum: Stimulsoft Dashboards.JS
Topic: Start the report designer in fullscreen
Replies: 3
Views: 8601

Start the report designer in fullscreen

Hi,

I tried to start the report designer in fullscreen mode, so, I set the appearance.fullScreenMode = true
However this hide the button instead of start in fullscreen.
by hugo
Mon Jan 17, 2022 7:53 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Re: Exception when compile the report on a server

You can close this issue.
I found an alternative to ZXing.Net.Bindings.CoreCompact.System.Drawing and the incompatibility was workarounded.
by hugo
Mon Jan 17, 2022 6:28 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Re: Exception when compile the report on a server

I just found that this issue is related with the ZXing.Net.Bindings.CoreCompact.System.Drawing that was added to the project yesterday. ZXing uses CoreCompact.System.Drawing.v2 and Stimulsoft uses System.Drawing.Common. Probably came from here the issue even don't happen in development environment a...
by hugo
Mon Jan 17, 2022 3:21 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Re: Exception when compile the report on a server

This is urgent, please advice. I updated .NET 5 on both servers and also try with an empty report. Continue to work on one server and did not work on another. I can't find stimulsoft .NET source code on my account to download and check deeper inside CompileAsync method. Another point: All my reports...
by hugo
Mon Jan 17, 2022 3:21 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Re: Exception when compile the report on a server

This exception . StackTrace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor) at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly...
by hugo
Mon Jan 17, 2022 3:16 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Re: Exception when compile the report on a server

The full exception (exception . toString()) that happens on this server: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Cannot create an abstract class. at System.RuntimeTypeHandle.CreateInstance(RuntimeType ...
by hugo
Mon Jan 17, 2022 12:09 pm
Forum: Stimulsoft Reports.NET
Topic: Exception when compile the report on a server
Replies: 7
Views: 1034

Exception when compile the report on a server

Hi,

I suddenly started getting the following exception when compiling any report: Cannot create an abstract class

This happens in a server and don't happens on another server (the same application).