Synchronization failed: access denied to azure compute emulator
It seems like the Azure Co开发者_开发知识库mpute Emulator does not inherit the permissions from the Visual Studio process. How can i correct this ?
Are you running Visual Studio as Administrator? If not ,you won't be able to connect to the emulator.
I find solution: I force the shutdown of fabric by connecting the Windows Azure SDK Command prompt as Administrator:
csrun /devfabric:shutdown
and do a clean
csrun /devfabric:clean
and after deploy the solution again and restart the devfabric that solve the problem but i don't really know what happened because i was using Visual Studio as administrator.
精彩评论