Go to previous topic
Go to next topic
Last Post 06 Aug 2007 01:51 PM by  red3791@gmail.com
error with running SQL 3.0
 0 Replies
Author Messages
red3791@gmail.com
New Member
New Member
Posts:


--
06 Aug 2007 01:51 PM
    I am currently running into an error when i attempt to deploy this using visual studio 2005. I have the .net Compact Framework 2.0 pre loaded and I manually load this machine upon bootup.


    int returnValue = this.Adapter.Fill(dataTable)

    when I attempt to run it normally I recieve the error stating that the directory is invalid to \\Config.sdf .... what is the root directory for a machine like this ?



    thanks


    ---