Hi,
Are you getting an exception? if so post it here to know where your problem
is, it maybe with the db engine, that the machine has not registered the
needed components, it maybe that the app is being ran with no permission to
write to the directory where the DB is located.
If you are not getting an exception cause you are catching them, just
create a log file.
Hint:
You should send him a debug version along with the pdb file created, this
will greatly improve the useability of the exception info.
Or maybe you can reproduce his escenario, just ask him his platform and what
user he is using.
Cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Luminal" <luminal_NOSPAM@hotpop_NOSPAM.com> wrote in message
news:uc**************@tk2msftngp13.phx.gbl...
Greetings
Recently I've developed a C# application using an Access database. For
this I use the Data.OleDb namespace.
Now I have customer telling me that he can't use the application. The
application does not work because it has no database.
In theory, if the database does not exists, my application tries to
create it, but it seems that the application can not create the
database... and my client does not have MS Access installed on the same
computer the application is installed.
Does the fact the client doesn't have MS Access installed on his
computer have anything to do with the application does not run?
I've the following references to my project (DLL files installed along
with the application)
Interop.ADOX.dll
Interop.Office.dll
Interop.VBIDE.dll
Interop.Word.dll
MSO9.DLL
MSWORD9.OLB
Office.dll
stdole.dll
VBE6EXT.OLB
should't this DLLs be enought for my app to work? What am I missing?
Thanks in advance
Lum