Search found 170 matches

by dikan
Fri Apr 12, 2024 11:14 am
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 185

Re: MSSQL connection string

Ok Max. Consider this issue as closed. I found what I need.

Have a good weekend.
by dikan
Thu Apr 11, 2024 3:20 pm
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 185

Re: MSSQL connection string

Well Max, your concussion is just what I wrote. If I have a single backslash it works for me as well. So the problem is when I have a connection string in my appsettings.json like I provide in my example. That connection string works for EntityFramework but does not work for StimulSoft report. Pleas...
by dikan
Thu Apr 11, 2024 11:29 am
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 185

MSSQL connection string

I am using c# and Blazor along with MSSQL. My SqlConnection in application looks like this: Data Source=MYPC\\SQLEXPRESS;Connection Timeout=30;Command Timeout=30;Persist Security Info=False;TrustServerCertificate=True;Integrated Security=True;Initial Catalog=MYDB" If I leave it like this it wil...
by dikan
Tue Apr 02, 2024 8:54 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 3
Views: 1234

Re: Blazor viewer

Well, let's say the following scenario is in question. The user examines the purchase order table and wants to print certain items according to criteria known to him. If a standard printout is done in the Blazor application, a very nice report view of the requested printout will be opened in the bas...
by dikan
Mon Apr 01, 2024 6:39 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 3
Views: 1234

Blazor viewer

I need to show a report (let say from list of orders) and return to this very same list, that's the way I used StimulSoft reports in the WinForms environment. Is it possible to do that in the Blazor application? I manage to display the report and close it only if I use the report viewer inside the d...
by dikan
Thu Mar 07, 2024 4:05 pm
Forum: Stimulsoft Ultimate
Topic: Problem with Version connflict
Replies: 7
Views: 810

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: 810

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: 810

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: 810

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: 19486

Re: Call external function from a BLAZOR report

Any improvements?

Djole