Search found 10 matches

by Marco1970
Wed Mar 27, 2024 7:24 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Stackoverflow with MathFx in Blazor Designer
Replies: 6
Views: 1957

Re: Stackoverflow with MathFx in Blazor Designer

No, adding the package does not solve the problem. Without the package, you can't add MathFx component to the designer. I've attached a demo. Just a created a new blazor server project, added the nuget packages and added the designer. To get the error: - Start the application - The Blazor designer w...
by Marco1970
Tue Mar 26, 2024 1:46 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: Stackoverflow with MathFx in Blazor Designer
Replies: 6
Views: 1957

Re: Stackoverflow with MathFx in Blazor Designer

Blazor Server. I added the nuget Package Stimulsoft.MathFX to the project and added Stimulsoft.MathFX.dll to the referenced assemblies.

Thanks!
by Marco1970
Tue Mar 26, 2024 9:29 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Stackoverflow with MathFx in Blazor Designer
Replies: 6
Views: 1957

Stackoverflow with MathFx in Blazor Designer

I droppe a mathfx component on a band, click ok, and after that I get this error: Stack overflow. Repeat 16045 times: -------------------------------- at Stimulsoft.Drawing.Graphics.SetClip(System.Drawing.Rectangle, System.Drawing.Drawing2D.CombineMode) -------------------------------- at Stimulsoft...
by Marco1970
Tue Jul 18, 2023 1:38 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: Stimulsoft.System.Web.UI.WebControls.Panel not found
Replies: 3
Views: 10179

Re: Stimulsoft.System.Web.UI.WebControls.Panel not found

Sadly, I can't create a sample application with the error. The sampe app always works, only my production app not. When I remove the lines app.MapControllers(); and app.MapFallbackToPage("/_Host"); from program.cs the app will start. I just added the nuget package (either Reports.Blazor or...
by Marco1970
Tue Jul 18, 2023 8:19 am
Forum: Stimulsoft Reports.BLAZOR
Topic: Stimulsoft.System.Web.UI.WebControls.Panel not found
Replies: 3
Views: 10179

Stimulsoft.System.Web.UI.WebControls.Panel not found

Hi Team from Stimulsoft, I am trying to show a stireport in blazor with .net 7. But when I add the stireport viewer, the application does not load. Here ist my code and the error message: StiReportViewer.razor: @page "/stireport" @using Stimulsoft.Base @using Stimulsoft.Report @using Stimu...
by Marco1970
Mon Jul 17, 2023 6:13 am
Forum: Stimulsoft Reports.WPF
Topic: Exception with DesignV2WithWpf
Replies: 5
Views: 10022

Re: Exception with DesignV2WithWpf

It was 150%.

Changed it to 100%. Now it works.

Thanks!
by Marco1970
Fri Jul 14, 2023 10:28 am
Forum: Stimulsoft Reports.WPF
Topic: Exception with DesignV2WithWpf
Replies: 5
Views: 10022

Re: Exception with DesignV2WithWpf

There is no project. I start the designer and the first thin I do is to click on the insert tab, so that I can insert a band. And than it immediately crashes.
by Marco1970
Thu Jul 13, 2023 6:33 am
Forum: Stimulsoft Reports.WPF
Topic: Exception with DesignV2WithWpf
Replies: 5
Views: 10022

Exception with DesignV2WithWpf

I am using the lastest version 2023.2.8 in WPF with .net7 I open the designer with DesignV2WithWpf() and click in the ribbon menu on insert. This causes an exception. What do I do? Thanks! System.NullReferenceException: Object reference not set to an instance of an object. at Stimulsoft.Client.Desig...
by Marco1970
Tue Apr 25, 2023 1:07 pm
Forum: Stimulsoft Ultimate
Topic: Math Formula does not render
Replies: 4
Views: 8498

Re: Math Formula does not render

Yes, I did add the nuget packages. I am using the latest version 2023.2.2. I am using your online example "Fourier Seriers" Enter "Math" in Search Stimulsoft templates online, press return and choose the 2nd template "Fourier Seriers" with lots of maths formulas. Thanks...
by Marco1970
Mon Apr 24, 2023 12:24 pm
Forum: Stimulsoft Ultimate
Topic: Math Formula does not render
Replies: 4
Views: 8498

Math Formula does not render

I tried to use the component "Math Formula", but it does not render. I tried it with the online demo document "Fourier Seriers" In this Stimulsoft Desktop Desinger, the math formulas are just blank after loading the nuget packaages. In the web designer, I get an error, saying tha...