21.07.2013, 21:11 | #1 |
Участник
|
bojensen: Stack trace: Invalid attempt to call WinAPI::findFirstFile running in CIL on the client.
Источник: http://blogs.bojensen.eu/?p=4731
============== This error you will normally encounter when running a batch job. The issue is that batch processing doesn’t suppport WINAPI::findFirstFile method. Actually I was trying to find a file in the folder and moving to some other folder, you can use this alternative: public void run(){ System.IO.DirectoryInfo di; System.Type arrayType; System.Array array; System.IO.FileInfo fi; FilePath [...] Источник: http://blogs.bojensen.eu/?p=4731
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|