Hallo,
also bei mir kommt auch die
Exception.
Meine Code sieht allerdings etwas anders aus.
Delphi-Quellcode:
uses
ActiveX,
XMLIntf,
XMLDoc;
var
XMLDocument: IXMLDocument;
begin
try
XMLDocument := NewXMLDocument;
XMLDocument.LoadFromFile('
');
except
MessageBox(0, '
Fehler beim Lesen der Datei', '
Fehler', MB_OK);
end;