TechTricks
Technical answers from the trenches 
 
 
 
 

     
   
Error: "Corrupt Portfolio Stream"
 
   
 Posted: 9 November 2002
 
   
 
 Applies to: Delphi 6.0
 
   
 
Audience: Everyone
 
       
   

Question: When I try to open a form (or project), Delphi reports a "corrupt portfolio stream" error and refuses to open the form. What's causing this and how do I fix it?

Your form's diagram file (*.ddp) is corrupted; either replace it with a backup (e.g. the *.~ddp file) or delete it entirely.

Tip: You can delete the troublesome DDP file from Delphi's File | Open dialog. To do this:

  1. Choose File | Open from the main Delphi menu.

  2. Type *.ddp into the File name edit box and then hit Enter.

  3. Select the DDP file for the form you can't open.

  4. Press Delete and then choose Yes when asked to confirm the deletion.

You should now be able to open the form.

What are DDP files?

Delphi Diagram Portfolio (*.ddp) files contain documentation diagrams created with Diagram tab near the bottom right corner of the Editor window. For more information, please see the "About the Diagram page" Delphi Help topic.

 

       

Top

Feedback About Paradox Delphi Assorted Web Stuff
 
 
Copyright © 2000-2004, techtricks.com; All Rights Reserved.
Acknowledgements, Disclaimers, Terms and Conditions.
Article last updated on 31 May 2003

 

Other Sites: Paradox, Delphi, Perl, Web Stuff, and More


 

[- End -]