eenceo 0 Newbie Poster

I created a program that uses an XML file to store information.
Everything works fine on the computer I created it on. When I transferred it to another computer it gave a windows error reporting box and did nothing else.

I modified the program so it showed message boxes while loading the program, but it didn't show any of them before the error. Therefore I think has to do with loading the form.

I used a TClientDataSet and a TDataSource to access the xml file.

Thank you to anyone that can help.