G
GG
VB.Net 2003 Standard:
I have a solution that contains 2 projects. Proj 'A' & Proj 'B'. Both are
stand alone executables that share a database. In the code of each project
how do should I reference this database? I have tried the
Application.CommonAppDataPath, UserAppDataPath, LocalUserAppDataPath,
ExecutablePath selections but they point to the individual projects. Do I
have to hardcode something?
I am looking for a way to reference the Db no matter where the apps are
installed. The install paths will be c:\Program Files\<solution name>\Proj
"A" and c:\Program Files\<solution name>\Proj "B". Under <solution name>
will be a folder called Data.
Thanks.
I have a solution that contains 2 projects. Proj 'A' & Proj 'B'. Both are
stand alone executables that share a database. In the code of each project
how do should I reference this database? I have tried the
Application.CommonAppDataPath, UserAppDataPath, LocalUserAppDataPath,
ExecutablePath selections but they point to the individual projects. Do I
have to hardcode something?
I am looking for a way to reference the Db no matter where the apps are
installed. The install paths will be c:\Program Files\<solution name>\Proj
"A" and c:\Program Files\<solution name>\Proj "B". Under <solution name>
will be a folder called Data.
Thanks.