Deploying the Sync Framework to Azure
-
11/رجب/1432 03:57 م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?
الإجابات
-
11/رجب/1432 06:16 م
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- تم وضع علامة كإجابة بواسطة Sid Singh [MSFT]Microsoft Employee, Owner 14/رجب/1432 07:50 م
جميع الردود
-
11/رجب/1432 06:16 م
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- تم وضع علامة كإجابة بواسطة Sid Singh [MSFT]Microsoft Employee, Owner 14/رجب/1432 07:50 م
-
21/رجب/1432 09:44 م
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?