Hi,
I am upgrading a solution from 9.15.7 to 9.17.15 with the Nuget package manager, but after the upgrade Dynamicweb shows an error (Screen 1). It throws an exception in the obsolete GlobalAsaxHandler, because the Proxy object is null (Screen 2).
If I then download the 9.17.15 application folder from the Downloads section and replace the bin-folder in the project with the one from the downloaded folder, Dynamicweb spins up as it should and seemingly runs the update scripts and I am then able to login. If I then build the project again, it shows Screen 1 again.
So it seems like the Nuget package is doing something wrong. Our deploy pipeline setup is expecting that Dynamicweb is installed with Nuget, so it is important that this works.
How the project is upgraded
- Upgrade from 9.15.7 to 9.15.17 (Dynamicweb works)
- Upgrade from 9.15.17 to 9.16.11 (Dynamicweb works)
- Upgrade from 9.16.11 to 9.17.15 (Dynamicweb fails as described)
Application pool settings
Screen 1
Screen 2