Howdy all,
We are faced with the following problem that involves keeping the following in sync:
1 Centralised Server (IIS / MSSQL 2005)
Many Desktop WPF clients distributed by ClickOnce
Many Mobile clients - (Windows CE)
With these thorny constraints:
all sync relationships are bi-directional
the desktop & mobile nodes require o...
I have a .NET 3.5 Compact Framework project that uses RDA for moving data between its mobile device's local SqlCe database and a remote MSSql-2008 server(it uses RDA Push and Pull).
The server machine a virtual directory with sqlcesa35.dll (v3.5.5386.0) setup for RDA.
We usually install these cabs on the mobile devices and the RDA proce...
I have a Delphi 2010 exe that launches a second exe. In the second exe, there is a dialog that calls openDialog.execute. When this runs under Windows 2008 Enterprise R2 under a remote desktop, it runs as expected, but when run as a remote application, as soon as the file dialog pops up, the application hangs, turning all of the applica...