Team,
I am a beginner in Azure stuff and need your advice. I have recently updated my Azure cloud service application from SDK 2.1 to SDK 2.9. But now the Azure cloud service role errors saying that "Invalid service definition or service configuration".
The XML specification is not valid: The 'schemaVersion' attribute is invalid - The value '2013-03.2.0' is invalid according to its datatype 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition:SchemaVersion' - The Enumeration constraint failed.
and many such errors like
Error Role: 'ABCApplication', setting 'Microsoft.WindowsAzure.Plugins.Caching.NamedCaches' in all service configurations could not be found in the service definition.
How should I fix the above?
My question is Do i have to publish to the azure portal to get a new service definition or service config. Did the azure SDK update affect anything here?
Or do i have to make changes in the service definition or config according to the new SDK?
Please help.