Hi,

I have a windows application that has to be run in Online Only mode from a network share. This application fetches data from Sybase and Times Ten databases. I have deployed it using ClickOnce Deployment.

When I run the application from my local machine, it runs properly. My local machine has Sybase and Times Ten clients and data sources defined for them.

When I run the application from another machine from the network share, I dont get data and the application errors out. This machine doesn't have Sybase and Times Ten clients on them and hence no data sources.

Following are my questions:

1. If the application runs from the network share, shouldn't it use the Sybase and Times Ten clients and their data sources from the same machine where it is shared?

2. If some machine on the network needs to have Sybase and Times Ten clients and the data sources, can this be configured in ClickOnce Deployment so that when the application is started, it pops up a message saying that the necessary things are missing?

Regards,

Asim.