Radzen Blazor Publisch Azure Error

Hi,

I tried to publish a app to azure, but I got following error?

C:\Program Files\dotnet\sdk\6.0.100-rc.2.21505.57\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): Fehler NETSDK1148: Es wurden mehrere Ausgabedateien für die Veröffentlichung mit demselben relativen Pfad gefunden: C:\Program Files\dotnet\sdk\6.0.100-rc.2.21505.57\Sdks\Microsoft.NET.Sdk.BlazorWebAssembly\targets\BlazorWasm.web.config, D:\Radzen\TestSecurity\server\web.config.

I tried this with 2 new projects and just one page.
Normal Blazor app publishing with visual studio works.
Thanks.

What is the .NET version for these new projects?

Hi,

the version is .net 5

I was able to reproduce the problem and fix will be released later today.

Hi @enchev,

I installed the update. But it is the same error again. Do I have to fix something in my project?

Thanks.

Please check the csproj located in server folder of the application, there should be ErrorOnDuplicatePublishOutputFiles entry set to false.