I am developing an application for a mobile device using VB.NET 2005 and The Compact Framework version 2.0

The application reads an xml file into a dataset object.

The problem is I cannot get it to work when debugging with an emulator.

I get a file not found error (e.g. \program files\appname\filename.xml)

It works ok when I deploy and test it on the device but if I have to do this each time I want to test the application I am going to end up doubling the project length.

Is there a way of putting files onto the emulator device.