![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2006
Posts: 9
Rep Power: 0
![]() |
help in setup file
i created a database application ,but have problems with it. I want to create a setup file. so after i finished debugging i created the setup file and included the database file in the application folder. But when i deploy the application using setup application it always search the database file in its host computer and not in its directory,could anybody provide a solution for this.
thx |
|
|
|
|
|
#2 | |
|
Hobbyist Programmer
|
Quote:
:beard: not sure exactly what you mean by that, you'll have to get a little bit more detailed.
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Sep 2004
Posts: 47
Rep Power: 0
![]() |
It's prolly because the application shortcut's "start in" property ain't pointing to anywhere. Therefore, it will look for the database in the desktop and can't find it.
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Check your connection string; if it's specified to your computer only, like "C:\Documents and Settings\...\<yourdatabasehere>, then change it so that it ships with the setup file, like "D:\<yourapplicationnamehere>\...\
Let me know how things turn out ;-)
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| setup file | nascar2000 | Visual Basic .NET | 1 | Dec 5th, 2006 4:28 PM |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 8:55 AM |
| After execution - Error cannot locate /Skin File? | wchar | Visual Basic | 1 | Mar 5th, 2005 9:04 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |
| Structure char field to a disk file | ehab_aziz2001 | C++ | 0 | Feb 10th, 2005 2:42 PM |