I am having a app that runs on c: but needs a mapped network to run. Basically its oracle based app which requires a database to draw data from, when I publish this app as a application it doesnt work on the cilent Any help in this issue will be really appreciated
Hi there, It seams that the application is trying to open the mapped network drive before it is being mapped. I sugguest you use the unc path, eg. \\myserver\user1\appl.exe Nixu