回答済み Deploying the Sync Framework to Azure

  • Monday, June 13, 2011 3:57 PM
     
     
    I am trying to deploy the a service using Sync Framework 4.0 to Azure. My create activation context is running however, I am getting this error "Cannot create process-default win32 sxs context" I have read else where that this is a result of not having webapp.manifest in the right location. However, I have my webapp.manifest in the root folder. Can anybody help me with this issue?

All Replies

  • Monday, June 13, 2011 6:16 PM
     
     Answered

    Hi,

    Following how to article and thread might help you.

    http://msdn.microsoft.com/en-us/library/ff928660(v=sql.110).aspx

    http://social.msdn.microsoft.com/Forums/eu/synclab/thread/6e77976d-e4ff-4478-9182-215edd5ab031

    http://social.msdn.microsoft.com/Forums/en-NZ/synclab/thread/0d5e4a58-795c-4611-9e0f-ee3f2dcd550e

     

    Thanks,
    Ramesh V

  • Thursday, June 23, 2011 9:44 PM
     
     

    Thanks for your response. I have actually tried the solutions they suggest. I am using a startup task in my webrole to register the Synchronization21.dll

        <Startup>

          <Task commandLine="register.cmd" executionContext="elevated" taskType="simple" />

        </Startup>

    register.cmd looks like this...

    %systemroot%\system32\regsvr32.exe  /s "Synchronization21.dll"

     

    However, my project still hangs... Any other suggestions?