"There is no disk in the drive" when loading WPRic

  • If I attempt to load a hidden WPRichText using .AsString from data in a database, and an image link is referencing an image on a drive that does not exist, I get a popup...

    "There is no disk in the drive. Please insert a disk into drive \Device\Harddisk2\DR2"

    I didn't used to have this problem as my code would load this into a hidden WPRichText, parse the image objects and correct any bad image paths, and then load it into the visible WPRichText.

    Is there anything I can do to get around the initial attempts to load the image links?