I have made an application with multiple forms in VS 2008 .NET, with an Access 2003 databse. All that works well when installed on another computer. I also made some Crystal Reports to go with it, the do invoicecing and other functions. The thing is that when it is installed on the target computer and you try to view the reports, they all say that they failed to load. When I debug the app everything is ok. I install it on my computer and all is ok, but if I change my developement folder name, they show the error again. Example: all my forms, database and reports are contained in a folder named MyApp, if I change this name to MyApp2 the reports are no longer available and the error comes up that they failed to load. The end purpose of this app is to be on its own, not to depend on someone elses computer. Can anyone help. Thanks