jumpinjackie / mapguide-maestro

MapGuide Maestro
https://jumpinjackie.github.io/mapguide-maestro/
29 stars 20 forks source link

Loading resource packages transactionally via drag-and-drop no longer works #122

Closed jumpinjackie closed 1 year ago

jumpinjackie commented 2 years ago

I suspect something in the UploadPackage method (that wraps the APPLYRESOURCEPACKAGE mapagent API) broke during the upgrade to .net 6.0.

It isn't a deal-breaker from an end user's perspective as there are adequate workarounds:

  1. Load the package non-transactionally
  2. Use the MG Site Administrator to load the package
jumpinjackie commented 1 year ago

More data points:

So there must be something wrong in the setup code and we should change the APPLYRESOURCEPACKAGE setup code to more align with how SETRESOURCE and SETRESOURCEDATA do it