Windows Azure emulator without admin privileges

后端 未结 3 1705
你的背包
你的背包 2021-01-17 16:01

How can you avoid future for allowing the Windows Azure emulator in Visual Studio to be able to run without needing admin privileges?

3条回答
  •  庸人自扰
    2021-01-17 16:41

    If your error is this (or vice versa) :

    Compute Emulator and the current Emulator client process are running with different privileges. Please restart the emulator and current process with same privileges

    One very simple solution is:

    1. Close visual studio.
    2. Shut down Azure emulator as shown in this picture (click on ^ at the bottom right of windows screen, right click on Azure emulator symbol and select shut down for the required emulator) :
    3. Restart visual studio in administrator mode, by searching visual studio in the windows search, right click on it and select run as administrator.

    Voila! This will automatically restart Azure emulators with the required permissions.

提交回复
热议问题