Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The annoying comilation errors that you see when trying to build OfflineAppDemo projects with beta 1 runtime are now gone. Most of these errors were just cleanup of unused constructs we had in the early CTP release. Here is a quick refresher of the offline app demos:
- Demo I: Offline Application - SyncAdapterBuilder shows you how to use SyncAdapterBuilder to get started quickly
- Demo II: Offline Application - TSQL+SProcs shows you how to author SyncAdapter manually using TSQL statements and stored procedures
- Demo III: Offline Application - WebService shows you how to setup N-Tier using web services
- Demo IV: Offline Application - Conflict Handling shows you how to go about conflict detection and resolution
- Demo V: Offline Application - Oracle Backend shows you how to use sync services against Oracle database
- Demo VI: Offline Application - Decoupled Change Tracking shows you how to track changes without changing the schema of the base table by using a separate tracking table
Enjoy!
Update: Just to let you know, I left Microsoft to start a new company, Raveable Hotel Reviews. See Examples: Romantic Hotels in Myrtle Beach , Top 10 Hotels in Seattle ,Best Hotels in Miami, Best Hotels in San Francisco , Hotels with in-room jacuzzi and 5 Star Hotels in Los Angeles . Your feedback is welcome on twitter.com/raveable, raveable blog.
Comments
- Anonymous
June 17, 2007
Hi, I've been going through the synch services demo's you've been posting on your site and they're great. (I actually found the blog through codeproject which I really appreaciated). Anyway, when I try and run demo III I can run it on my local machine no problem, however if I try and deploy the client to a remote machine to call the server from my current machine, I get the error "Attempted to write protected memory. This is often an indication that other memory is corrupt" I've had a quick scan of the net but haven't been able to come up with any solutions. Have you ever encountered this error before? Regards lomaxx