7

My project has suddenly stopped working. I am using local storage and when I try to initialise the role environment, it says:

"Microsoft.WindowsAzure.ServiceRuntime Error: 102 : Role environment . FAILED TO INITIALIZE"

and an SEH exception occurs with error code "-2147467259". I start a new instance of the cloud part of my project and then attempt to start a new instance of my WPF application in the same solution. I think when the WPF application is run, it stops the cloud instance deployment. But I am not sure.

Cœur
  • 37,241
  • 25
  • 195
  • 267
StevenR
  • 435
  • 1
  • 6
  • 16

1 Answers1

4

If it's an SEHException, this could be related to another answer I gave, here.

Community
  • 1
  • 1
David Makogon
  • 69,407
  • 21
  • 141
  • 189
  • Hi, thanks for the reply. When i check if the role enviroment is availale, it says false. Any idea why this is happening? I ran another azure project of mine and the role enviroment is available for that one – StevenR Apr 24 '12 at 16:59
  • Make sure your Azure project is the startup project. – David Makogon Apr 24 '12 at 17:00