I am running unit testing in silverlight. I have the test data and I need to export it to local disk without user interaction.
I have thinked to export a file but it seems that it requires user interaction. I thought I could try a local process that listens for silverlight data on a connection, which saves the data automatically, but didnt find if it is possible and how.
Can anyone help me on how to automatically export data from silverlight to local disk?