.NET compact framework - where to put files so that they are accessible to emulator

Posted by dominolog on Stack Overflow See other posts from Stack Overflow or by dominolog
Published on 2010-06-07T12:42:24Z Indexed on 2010/06/07 13:42 UTC
Read the original article Hit count: 200

Hello

I have a .NET CF project. In the project directory I put a simple xml file (users.xml) which has to be read by the device. When I debug the application on device emulator and try to load the file from code, the Exception is thrown (FileNotFoundException "Could not find file '\users.xml'."). Is there a mechanism to automatically deploy also configuration files to a device emulator?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET