> I've upgraded some time ago to a recent version of Pier. Now I've got a
> problem (see subject) trying to export from the image... Seems like the
> class (PRReportView?) was removed but the reference is still somewhere in
> code and/or data. I don't know how to handle such things in Squeak (Pharo).
> Any help please?

I would create an empty class of that name, import the snapshot and
fix references to this class and its instances manually.

Lukas

I did tried that (created classes named #AnObsoletePRReportView and #PRReportView), but it doesn't help...

I've found the error is generated DiskProxy >> #global:selector:args: if the name of the class begins with "AnAbsolete". Commenting those lines gave me the file... Too late now so will be back tomorrow :)

--
Dennis Schetinin