Posted on 26/06/2026 11:23:58
Hi Frederik,
No. First I switched to DW10 (although I am not sure I did it properly) then tried to install.
What I did to move to .NET 10 was edit Dynamicweb.Host.Suite.runtimeconfig.json and changed net8.0 to net10.0 and the versions from 8.0.0 to 10.0.0.
Here is how the folder looks:

In the event viewer I could not see anything, but I got something in the AddInManager TypeLoadErrors.log:
[2026-06-23 21:33:46.042] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\Microsoft.IdentityModel.Validators.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'Microsoft.IdentityModel.Tokens.ValidationResult`1' from assembly 'Microsoft.IdentityModel.Tokens, Version=8.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2026-06-23 21:33:46.044] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'SqlGuidCaster' from assembly 'System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.
[2026-06-23 21:35:22.652] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\Microsoft.IdentityModel.Validators.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'Microsoft.IdentityModel.Tokens.ValidationResult`1' from assembly 'Microsoft.IdentityModel.Tokens, Version=8.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2026-06-23 21:35:22.654] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'SqlGuidCaster' from assembly 'System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.
[2026-06-23 21:36:31.428] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\Microsoft.IdentityModel.Validators.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'Microsoft.IdentityModel.Tokens.ValidationResult`1' from assembly 'Microsoft.IdentityModel.Tokens, Version=8.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2026-06-23 21:36:31.430] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'SqlGuidCaster' from assembly 'System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.
[2026-06-25 02:36:35.009] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\Microsoft.IdentityModel.Validators.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'Microsoft.IdentityModel.Tokens.ValidationResult`1' from assembly 'Microsoft.IdentityModel.Tokens, Version=8.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2026-06-25 02:36:35.014] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'SqlGuidCaster' from assembly 'System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.
[2026-06-26 12:19:38.240] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\Microsoft.IdentityModel.Validators.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'Microsoft.IdentityModel.Tokens.ValidationResult`1' from assembly 'Microsoft.IdentityModel.Tokens, Version=8.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2026-06-26 12:19:38.244] C:\inetpub\wwwroot\DW10\Releases\Application(10.25.7)\bin\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll System.Reflection.ReflectionTypeLoadException Unable to load one or more of the requested types.Could not load type 'SqlGuidCaster' from assembly 'System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because it contains an object field at offset 0 that is incorrectly aligned or overlapped by a non-object field.
What do you think?
Adrian