A couple of other bits of advice about getting Sync. Framework applications up onto Azure.
Azure now supports new startup commands. This makes it way easier to install the necessary managed and unmanaged dll’s you need.
Based on yesterdays post, I then followed -
http://social.msdn.microsoft.com/Forums/ar/synclab/thread/c2a9dc29-e1cc-4dc8-a6c9-0f57fab98d58
The other thing I just found out, is that you get GDI+ errors if you try and save a bitmap to a stream as a PNG on Azure. Use JPEG’s instead…