Das Problem betrifft zumindest AX 2009 (vielleicht AX 4.0 und AX 3.0 ebenfalls).
Als Workaround kann man folgenden Code verwenden:
fileName = System.IO.Path::GetTempFileName(); // returns a filename in the temporary directory
oder
fileName = CLRInterop::getAnytypeForObject(System.IO.Path::GetTempPath() )+ curuserid() + int642str(CLRInterop::getAnyTypeForObject(netTime.get_Ticks());
Egal wie man es löst, natürlich sollte man eine temporäre Datei nach Verwendung auch immer wieder löschen.
No comments:
Post a Comment