Integrating Multiple Projects

ritesh21

Member
Joined
Jan 21, 2008
Messages
7
Programming Experience
Beginner
Hi to all,
I've integrated an existing VB.net project in a new VB project, but when am running the program, the following error occurs:

'C:\BioM\bio1\bio1\bin\Debug\resources\facerec.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

The mdb file is for the existing project. I've already created its DSN, and when i run the existing project as standalone there is no error whatsoever with its sql commands to connect to the DB. The above error is only when i've called it in the new project n try to run.

Anyone can plz help??
 
In the integrated project, have you checked the path and verified that 'C:\BioM\bio1\bio1\bin\Debug\resources\' exists?
 
Yes i've checked the path n the DB is there as well, but still its not working. Is there any conflict between the existing project and the new one which may be causing this error?
 
Back
Top