It seems like the Azure Compute Emulator does not inherit the permissions from the Visual Studio process. How can i correct this ?
It seems like the Azure Compute Emulator does not inherit the permissions from the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I find solution: I force the shutdown of fabric by connecting the Windows Azure SDK Command prompt as Administrator:
and do a 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.