Hi All,
my team and i have built an application in c# .net and have now
deployed on client machines. Our application is launched from another
application on the clients machines (called TAM) all we had to do to
make this link was put the exe file of the application (and everything
else inside the debug folder) on the client machine and tell the
parent app where this exe file resides.
The problem is this:
We use databindings to bind data from and to an xml document and most
of these bindings don't seem to be working on the client machines.
Does anyone know what we might be missing or what is happening?
|