【发布时间】:2014-04-23 06:35:41
【问题描述】:
在 Delphi XE4 IDE 中双击 pas 文件以将其打开时,我收到此错误:
XML Parse Error:
Reason: The system cannot locate the object specified
此文件在其uses 子句中使用xmldom, XMLIntf, oxmldom, XMLDoc 单位。我没有更改此文件中的任何内容,并且在 Delphi 7 中打开时没有错误,但在 Delphi XE4 中,当我双击 .pas 文件以在 IDE 中打开它时,它会抛出错误。按 OK 后,.dfm 文件打开。
【问题讨论】:
标签: delphi delphi-7 delphi-xe4