Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Role Environment not initialising

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.

like image 416
StevenR Avatar asked Oct 08 '22 00:10

StevenR


1 Answers

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

like image 109
David Makogon Avatar answered Oct 13 '22 11:10

David Makogon