Exception EReaderror in module project1.exe at 00017D5B

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

My program written with Delphi 7 compiled just fine, without any error. But when I try to run the program this error message appeared. Also I have installed TMS Component Pack and I think this could cause this. Can anyone help me please to fix this ? Should I uninstall TMS Component Pack ?

Thanks !

Exception EReaderror in module project1.exe at 00017D5B.

Error reading Chart1. DefaultCanvas:Property DefaultCanvas does not exist.

OK

SHARE
Answered By 0 points N/A #182896

Exception EReaderror in module project1.exe at 00017D5B

qa-featured
Hello,
 
To solve the issue try following steps: 
Open the form in Delphi IDE
To edit the .DFM source use Alt+F12
Search ‘Persistence’
Delete the line with ‘Presistence’
 
Example:
SomeComponent1 = TSomeComponent
  OtherProperty = OtherValue
  Persistence = True
  AnotherProperty = AnotherValue
 
You can also use this tool for any other missing property:
andy.jgknet.de/blog/?page%5Fid=177

Related Questions