Since the graphics and the database are in the same directory as the .exe I don't specify a directory. I'm wondering for TS if you have to give it a full path? Jeff
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wieder Sent: Tuesday, February 21, 2006 8:03 PM To: How to use Revolution Subject: Re: Compiled App on 2003 Server TS Jeff- Tuesday, February 21, 2006, 2:09:37 PM, you wrote: > I've sent your response over to our networking people to look at the > paths for TS. I didn't think that I would have needed to worry about > the paths since everything is in the same directory but it seems to > point to a path problem. The application runs it's just missing the > graphic files and the SQLite database that's in the same directory. Jeff It's not a network thing per se - when you log on to a server via terminal services you get a virtual C: drive. You have to, since you don't have your computer available. When you specify a SQLite database connection you have to tell it where the database lives. I'd check and see what you set the path to your database to - if you hardcoded it to a specific location then check that exact location when you log on via terminal services and see if the database is really there. Same thing for the graphic files. -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
