开发者

Windows Azure: Start role failed for one or more roles

I have added three Roles in my application contains One web role and two worker roles. I am using Visual Studio 2010 and Window开发者_如何学Cs Azure sDK 1.4.

I start the solution in Administrator mode, but when I try to run the application then it gives me an error. "Start role failed for one or more roles." Can anyone suggest me why this error is occuring and How can resolve this error.

I guess this is something related to configuration error rather than logical error as none of the role started and before starting role it give me error.

Thanks


Make sure that everything that's not in the GAC on a clean Windows box is bin deployed with your application. For example, ASP.NET MVC 3 requires this. This is a common reason for having startup problems in the role instance.

If you have Visual Studio 2010 Ultimate, try deploying with Intellitrace enabled, this will give you more insight on what's going on in the VM.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜