Posted on 06/10/2025 11:01:36
Hi Aki,
I was unable to reproduce this with a clean application (deployed a new DW10 suite application with a new azure sql database - following the documented steps for setup in azure). Maybe you have some custom functionality which could cause this issue?
1. Ensure that the azure web app is configured correctly with Runtime stack: .NET 8, OS: Windows
2. Check nuget package dependencies. Do you have any dependency on System.Data.SqlClient 4.9.0? Try to downgrade that to System.Data.SqlClient 4.8.6.
3. Check custom functionality (assemblies in /bin folder, add-ins in /Files/System/AddIns/Installed)? Ensure that they all target .NET 8 and check for any System.Data.SqlClient dependency.
/Morten