Pergunta

I have a Visual Studio 2012 solution with several projects inside. Four projects are Windows azure roles.

ProjectA [WorkerRole]
ProjectB [WorkerRole]
ProjectC [WebRole]
ProjectD [WebRole]

With F5 all four projects will start. In the Emulator I can see the different IP Addresses for ProjectC and ProjectD. In the Console Output I can see that ProjectC is really ProjectC and ProjectD is really ProjectD. But if I call the applications with the browser, I always get ProjectC. With both IP Addresses.

Any succestions?

Foi útil?

Solução

I reinstalled the azure toolkit and the azure emulator. This solved my problem.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top