Hello, We recently began to get an error when installing modules. the modules being installed are being reinstalled/upgraded.
When i run the install on my local instance it installs fine. When I install on our Dev instance it installs fine. When i push it up to Stage or production using Octopus Deploy the build process fails.
When i run the install url manually (/Install/Install.aspx?mode=InstallResources) i get the following errors
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Sequence contains no matching element
Line 370: foreach (var package in packages)
Line 371: {
Line 372: Upgrade.Upgrade.InstallPackage(package.Key, package.Value.PackageType, true);
Line 373: }
Line 374:
Is there another link i should be using to do the installs that handles Upgrades better?
I have checked file permissions and those are fine. Any help would be appreciated