After deploying a SbQueueRole to Azure staging I get the following Error in the logging:
Service References\ServiceReferenceCrm\Reference.cs (725): The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
When Building in Visual Studio it works fine, but when the app is deployed to Azure RoleService I get this error.
I think the Microsoft.XRM.SDM.dll is not deployed... How can I get this dll on the Azure Server?
Ronald Put