Problem with Version connflict

Stimulsoft Ultimate discussion
Post Reply
dikan
Posts: 172
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Problem with Version connflict

Post by dikan »

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 Microsoft.CodeAnalysis.CSharp 4.8.0 directly to project Bezra to resolve this issue.
Bezra -> Stimulsoft.Reports.Blazor 2024.2.1 -> Stimulsoft.Reports.Engine.Blazor 2024.2.1 -> Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
Bezra -> Microsoft.EntityFrameworkCore.Design 8.0.2 -> Microsoft.CodeAnalysis.CSharp.Workspaces 4.5.0 -> Microsoft.CodeAnalysis.CSharp (= 4.5.0). Bezra E:\RadzenApp\Bezra\Bezra.csproj 1

Please ASAP answer.
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem with Version connflict

Post by Max Shamanov »

Hello,

Please send us a sample project that reproduces the issue.

Thank you.
dikan
Posts: 172
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Problem with Version connflict

Post by dikan »

It was easy. Just make new project, add EntityFrameworkCore and VOALA. No Stimulsoft.
Attachments
StimulsoftConflict.zip
(340.27 KiB) Downloaded 62 times
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem with Version connflict

Post by Max Shamanov »

Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
dikan
Posts: 172
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Problem with Version connflict

Post by dikan »

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 terms, nothing will happen.
Now, only if you are going to demand that Microsoft release a new version of EntityFramework...
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem with Version connflict

Post by Max Shamanov »

Hello,

The error you sent us says the following "Install/reference Microsoft.CodeAnalysis.CSharp 4.8.0 directly to project Bezra to resolve this issue".

Thank you.
dikan
Posts: 172
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Problem with Version connflict

Post by dikan »

Thanks. It seems to work.
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Problem with Version connflict

Post by Max Shamanov »

Hello,

Yoy are Welcome!
Post Reply