While double clicking the pas file to open it in Delphi XE4 IDE, I am getting this error:
XML Parse Error:
Reason: The system cannot locate the object specified
This file uses xmldom, XMLIntf, oxmldom, XMLDoc
units in its uses clause. I have changed nothing in this file and this opens up with no error in Delphi 7, but in Delphi XE4, its throwing above error when I double click .pas
file to open it in IDE. After pressing OK, the .dfm
file opens up.