Ticket #774 (closed assessed: fixed)

Opened 14 years ago

Last modified 14 years ago

Plug-in updater aborts on unknown .NET dlls

Reported by: joeb Owned by: jeroens
Priority: normal Milestone: Ecopath 6: release 6.1.1
Component: Installation Version:
Severity: minor Keywords: update
Cc:

Description

The Auto update is failing to check all the DLL’s in the directory. cPluginManager.UpdatePlugins?() is looping over all the DLL’s in the directory and checking their status. The loop is bumping out if Error_Connection is set but this is happening when there is still DLL’s to check.

Change History

comment:1 Changed 14 years ago by jeroens

Either updater.CheckForUpdate?() is setting the status wrong or the implementation of the Select case is wrong.

I didn’t want to figure out what all the status flags are supposed to mean so I’ll just leave this up to you guys.

It’s the “Microsoft.Office.Interop.Excel.dll” that is causing the problem…

comment:2 Changed 14 years ago by jeroens

  • Status changed from new to closed
  • Resolution set to fixed

The wrong flags were returned in HasUpdate? and HasMigration?. Fixed.

Note: See TracTickets for help on using tickets.