Was able to narrow this down to a small block of code:
Using oFS As New IO.FileStream(path:=sPageImage, mode:=IO.FileMode.Create)
oPage.Resources.Images.Item(1).Save(stream:=oFS,
…...stepping through the code in Visual Studio, the error is raised as...opened the application in Visual Studio but it is not even loading...