November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Svein!
The reason is probably an exception during export. The Export method eats all exceptions and if you have any issues you will se then in Exporter.Log.Errors and Exporter.Log.Warnings.
Regards,
Fredrik Haglund - http://blog.fredrikhaglund.se
Hi!
I guess the SDK example is incorrect. Possible values for FileAccess are Read and ReadWrite and for FileMode CreateNew and Append.
Exporter.Stream = new FileStream(exportFile, FileMode.CreateNew, FileAccess.ReadWrite, FileShare.None);
Regards,
Marthin Freij
Konstruktor Sweden AB
http://www.konstruktor.se/
This example is taken from the SDK. And the only file it make is file containing 0kb. Anyone know why?