I have searched through the forums but have not been able to find a solution. It seems whenever I load info from an external file into my project it then becomes impossible to load from another.
eg:
This produces the following error--> TRACE: LastError = 37001 ("Error saving XML file.")Code:XML.Load("MyXML.xml"); Image.Load("Image1",AnImage); XML.InsertXML("node","some info"); --doesn't work with this line removed either XML.Save("MyXML.xml");
I stripped back my code until I got to the equivilant of the above block so I am pretty sure it is the fact that I am loading one object after the other and it is not loving it. I have had the same problem reading INI files as well. In one instance I was able to work around by restarting my program but that isn't applicable for all situations.
I originally ran in to this problem using AMS 6.0 but didn't post about it because I wanted to wait and see if it had been resolved in AMS 7.0. Any help on this one would be really appreciated. Am I just missing something?
note: Not sure if I have this in the right place so if someone could move this if it is in the wrong place that would be awesome.

Reply With Quote
)
