I have written an application using version 10 Ultralite in
NET 2005 cf 2.0. The app uses the ULSyncProgressListen
interface to display status messages during sync. It works
perfectly.
I upgraded to 11 (specifically, 11.0.1.2044) still using
NET 2005/cf 2.0. I modified my code to accommodate the
changes in 11's properties and whatnot but the code will no
longer update my progess label.
What's different and how can I make it work?
Thank you in advance!
Paula
I had the same issue (actually going from 9.0.2 to 11). I ended up
starting over from the new example provided in the sybase install.
Never did figure it out, because they looked like they were identical but...
Regards,
Scott
On 1/28/2010 11:05 AM, Paula wrote:
> Hi,
>
> I have written an application using version 10 Ultralite in
> .NET 2005 cf 2.0. The app uses the ULSyncProgressListen
> interface to display status messages during sync. It works
> perfectly.
>
> I upgraded to 11 (specifically, 11.0.1.2044) still using
> .NET 2005/cf 2.0. I modified my code to accommodate the