If you look at the documentation that comes with Crystal 9 (I do not use crystal 9), there should be a list of runtime files that are needed. Usually you have to include these into the setup program manually. Also with Crystal and it has always been a problem, If on your Dev machine you were getting the data from a database called say "C:\mytest\mydb.mdb", but on the deployment machine the database is on "D:\topdir\mydb.mdb", Crystal will not automatically point to the correct place. It is best to compile your project with the intended destination, this is also a likely cause for the error 'unable to open file'
|