Search found 165 matches

by dikan
Thu Mar 07, 2024 4:05 pm
Forum: Stimulsoft Ultimate
Topic: Problem with Version connflict
Replies: 7
Views: 257

Re: Problem with Version connflict

Thanks. It seems to work.
by dikan
Thu Mar 07, 2024 10:10 am
Forum: Stimulsoft Ultimate
Topic: Problem with Version connflict
Replies: 7
Views: 257

Re: Problem with Version connflict

What time do you need and for what? My first message indicates the problem very clearly. EntityFramework requires the MicrosoftCodeAnalysis library strictly version 4.5 while your library requires version 4.8 or higher of the same libriry. Until either you or Microsoft on EntityFramework change the ...
by dikan
Wed Mar 06, 2024 11:24 am
Forum: Stimulsoft Ultimate
Topic: Problem with Version connflict
Replies: 7
Views: 257

Re: Problem with Version connflict

It was easy. Just make new project, add EntityFrameworkCore and VOALA. No Stimulsoft.
by dikan
Wed Mar 06, 2024 10:31 am
Forum: Stimulsoft Ultimate
Topic: Problem with Version connflict
Replies: 7
Views: 257

Problem with Version connflict

I am trying to add Stimulsoft to my blazor application. When I am installing the Stimulsoft package I receive the following error. Severity Code Description Project File Line Suppression State Details Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.CSharp. Install/reference Microso...
by dikan
Wed Dec 20, 2023 7:08 pm
Forum: Stimulsoft Ultimate
Topic: Call external function from a BLAZOR report
Replies: 15
Views: 18598

Re: Call external function from a BLAZOR report

Any improvements?

Djole
by dikan
Wed Dec 06, 2023 5:15 pm
Forum: Stimulsoft Ultimate
Topic: Call external function from a BLAZOR report
Replies: 15
Views: 18598

Re: Call external function from a BLAZOR report

Sorry, I did not realize that your last answer is on the second page. Well I would like to use it in both versions. I have another person in my team with the license for Designer. She is one to make the reports, so she should be able to open reports with external functions.
by dikan
Fri Nov 24, 2023 12:45 pm
Forum: Stimulsoft Ultimate
Topic: Call external function from a BLAZOR report
Replies: 15
Views: 18598

Re: Call external function from a BLAZOR report

Well o.k. I will try to explain a little bit longer. In previous posts I asked to solve problems with the external (myself built) procedures and using them in Stimulsoft Blazor reports. As you could review all this thread I received your instruction to look at code on GitHub. This code was of great ...
by dikan
Fri Nov 17, 2023 1:32 pm
Forum: Stimulsoft Ultimate
Topic: Call external function from a BLAZOR report
Replies: 15
Views: 18598

Re: Call external function from a BLAZOR report

Dear Sirs,

Your example was of great help. It works indeed in my case too, but it does not work during the designing process. So, how can I include my custom made function in designer during development?

Best regards,

Dikan
by dikan
Tue Oct 03, 2023 6:44 am
Forum: Stimulsoft Ultimate
Topic: Call external function from a BLAZOR report
Replies: 15
Views: 18598

Re: Call external function from a BLAZOR report

This example includes two of my problems with transitioning to a newer version of Stimulsoft. One is related to external function and the other one is related to Form (obsolete) in a new version which I suppose will gradually disappear as functionality and it is not working in a Blazor (I have to ru...
by dikan
Mon Oct 02, 2023 10:56 am
Forum: Stimulsoft Ultimate
Topic: Form (obsolete)
Replies: 1
Views: 6947

Form (obsolete)

As the form in a report is marked as obsolete, what to use instead? I have more than a few reports which obtain parameters from this obsolete feature and connect the dataset after the user confirms the window. Now I would like to have the same functionality but I do not know how to achieve that and ...