Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Obsolete GlobalAsaxHandler error after upgrade to 9.17.15

Obsolete GlobalAsaxHandler error after upgrade to 9.17.15

Roald Haahr
Reply

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

  1. Upgrade from 9.15.7 to 9.15.17 (Dynamicweb works)
  2. Upgrade from 9.15.17 to 9.16.11 (Dynamicweb works)
  3. Upgrade from 9.16.11 to 9.17.15 (Dynamicweb fails as described)

 

Application pool settings

 

Screen 1

Screen 2

 


Replies

 
Roald Haahr
Reply

A WinMerge comparison of the two bin-folders tells me that the following dll's are different

  • libwebp_x64.dll
  • libwebp_x86.dll
  • Dynamicweb.Admin.dll
  • Dynamicweb.Analytics.dll
  • Dynamicweb.AspNet.dll
  • Dynamicweb.BulkDataEdit.dll
  • Dynamicweb.Caching.dll
  • Dynamicweb.Configuration.dll
  • Dynamicweb.Controls.dll
  • Dynamicweb.Core.dll
  • Dynamicweb.Core.UI.dll
  • Dynamicweb.Dashboards.dll
  • Dynamicweb.Data.dll
  • Dynamicweb.DataIntegration.dll
  • Dynamicweb.DataManagement.dll
  • Dynamicweb.DataPortability.dll
  • Dynamicweb.DataProcessing.dll
  • Dynamicweb.Deployment.dll
  • Dynamicweb.Diagnostics.dll
  • Dynamicweb.dll
  • Dynamicweb.Ecommerce.dll
  • Dynamicweb.Ecommerce.WebAPI.dll
  • Dynamicweb.EmailMarketing.dll
  • Dynamicweb.Environment.dll
  • Dynamicweb.Environment.Web.dll
  • Dynamicweb.Extensibility.dll
  • Dynamicweb.FilePublisher.dll
  • Dynamicweb.Forms.dll
  • Dynamicweb.Forum.dll
  • Dynamicweb.Gallery.dll
  • Dynamicweb.Hosting.dll
  • Dynamicweb.Imaging.dll
  • Dynamicweb.Indexing.dll
  • Dynamicweb.InsightsPublisher.dll
  • Dynamicweb.ItemCreator.dll
  • Dynamicweb.ItemPublisher.dll
  • Dynamicweb.LessCompiler.dll
  • Dynamicweb.LoadBalancing.dll
  • Dynamicweb.Logging.dll
  • Dynamicweb.LoyaltyPoints.dll
  • Dynamicweb.Mailing.dll
  • Dynamicweb.Management.Content.dll
  • Dynamicweb.Management.Dashboards.dll
  • Dynamicweb.Management.Demo.dll
  • Dynamicweb.Management.dll
  • Dynamicweb.Management.Ecommerce.dll
  • Dynamicweb.Management.Files.dll
  • Dynamicweb.Management.Home.dll
  • Dynamicweb.Management.Marketing.dll
  • Dynamicweb.Management.Modules.dll
  • Dynamicweb.Management.Monitoring.dll
  • Dynamicweb.Management.Settings.dll
  • Dynamicweb.Management.Users.dll
  • Dynamicweb.Maps.dll
  • Dynamicweb.News.dll
  • Dynamicweb.QueryPublisher.dll
  • Dynamicweb.Rapido.dll
  • Dynamicweb.RemoteHttp.dll
  • Dynamicweb.Scheduling.dll
  • Dynamicweb.Security.dll
  • Dynamicweb.SmartSearch.dll
  • Dynamicweb.Sms.dll
  • Dynamicweb.Tracking.dll
  • Dynamicweb.Tracking.Web.dll
  • Dynamicweb.UI.Controls.dll
  • Dynamicweb.UI.Elements.dll
  • Dynamicweb.Updates.dll
  • Dynamicweb.UserManagement.dll
  • Dynamicweb.WeightedSearch.dll
  • ICSharpCode.SharpZipLib.dll
  • Microsoft.AspNet.Identity.Core.dll
  • Microsoft.AspNet.Identity.Owin.dll
  • Microsoft.Owin.Security.Facebook.dll
  • Microsoft.Owin.Security.Google.dll
  • Microsoft.Owin.Security.OpenIdConnect.dll
  • Microsoft.Owin.Security.Twitter.dll
  • Newtonsoft.Json.dll
  • StarkbankEcdsa.dll
  • System.Text.Encoding.CodePages.dll
  • System.Text.Encodings.Web.dll

 

You must be logged in to post in the forum