Hey,
I have a problem when using SQLite, everything works perfectly when running from visual studio, but as soon as I try to run the files on a different computer the program crash at start. I tryed making a really small program with the database and get the same problem, do I need to do something with my project to make it run on an other computer?
/Nick
Is your program needing databases information to run? If so, and you're not able to access the SQL information that you will most likely get some sort of Sql.Exception. Just from your post it sounds like the application is not able to retrieve the SQL data. Where are you publishing to? Is that location able to retrieve the SQL data properly? Is there an authentication error? Please provide more information if the above doesn't help.
-CDG10620
Software Developer
cdg10620: SQLite is a DBMS using a datafile instead of a big server, so there is no authentication and things. just a storage file.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks