Skip to content

Commit 1618357

Browse files
authored
Merge pull request #3058 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents 1e52428 + 72a12a2 commit 1618357

5 files changed

+9
-9
lines changed

docs/cross-platform/system-requirements-for-the-visual-studio-emulator-for-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Visual Studio Emulator for Android runs as a virtual machine on Hyper-V, the vir
121121
When you run the emulator, if you are not already a member of the Hyper-V Administrators group, you are prompted to join the group (the dialog box refers to the Windows Phone emulator). Joining the group requires administrator rights.
122122

123123
> [!IMPORTANT]
124-
> After you join the group, log off or reboot to make the change take effect.
124+
> After you join the group, log off or reboot to make the change take effect.
125125
126126
![Joining the Hyper-V Administrators security group](../cross-platform/media/android_emu_hyperv_admin.png "Android_Emu_HyperV_Admin")
127127

128-
To add yourself to a group manually, open the Local Users and Groups snap-in. For more information, see [Add a user account to a group](http://windows.microsoft.com/en-us/windows/add-user-account-to-group#1TC=windows-7). (This Windows 7 topic is also applicable to Windows 8.)
128+
To add yourself to a group manually, open the Local Users and Groups snap-in.
129129

130130
## <a name="BootableVHD"></a> Running the emulator from a bootable VHD is not supported
131131
If you try to run an app on the Visual Studio Emulator for Android while you are running Windows from a bootable VHD, the emulator typically takes several minutes to start or fails to start. When the emulator fails to start, you see the following message: App deployment failed. Please try again.
@@ -149,4 +149,4 @@ Visual Studio Emulator for Android runs as a virtual machine on Hyper-V, the vir
149149
In order for the emulator to emulate calls to the GPU, such as those used by OpenGL ES, your machine must have a DirectX compatible GPU with appropriate DirectX drivers installed.
150150

151151
## See also
152-
[Troubleshoot the Visual Studio Emulator for Android](../cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md)
152+
[Troubleshoot the Visual Studio Emulator for Android](../cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md)

docs/cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This topic contains information to help you resolve issues that you may experien
128128

129129
![Android&#95;Emu&#95;V&#95;Switch&#95;Man](../cross-platform/media/android_emu_v_switch_man.png "Android_Emu_V_Switch_Man")
130130

131-
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg -d command](http://windows.microsoft.com/en-us/windows-10/fix-network-connection-issues) (section 6).
131+
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg -d command](http://windows.microsoft.com/windows-10/fix-network-connection-issues) (section 6).
132132

133133
- If these steps do not resolve the issue, see [Emulator fails to start (first use)](#NoStart) for information on 3rd party software that may be interfering with the emulator.
134134

docs/vs-2015/cross-platform/system-requirements-for-the-visual-studio-emulator-for-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ Visual Studio Emulator for Android runs as a virtual machine on Hyper-V, the vir
129129
When you run the emulator, if you are not already a member of the Hyper-V Administrators group, you are prompted to join the group (the dialog box refers to the Windows Phone emulator). Joining the group requires administrator rights.
130130

131131
> [!IMPORTANT]
132-
> After you join the group, log off or reboot to make the change take effect.
132+
> After you join the group, log off or reboot to make the change take effect.
133133
134134
![Joining the Hyper&#45;V Administrators security group](../cross-platform/media/android-emu-hyperv-admin.png "Android_Emu_HyperV_Admin")
135135

136-
To add yourself to a group manually, open the Local Users and Groups snap-in. For more information, see [Add a user account to a group](http://windows.microsoft.com/en-us/windows/add-user-account-to-group#1TC=windows-7). (This Windows 7 topic is also applicable to Windows 8.)
137-
136+
To add yourself to a group manually, open the Local Users and Groups snap-in.
137+
138138
## <a name="BootableVHD"></a> Running the emulator from a bootable VHD is not supported
139139
If you try to run an app on the Visual Studio Emulator for Android while you are running Windows from a bootable VHD, the emulator typically takes several minutes to start or fails to start. When the emulator fails to start, you see the following message: App deployment failed. Please try again.
140140

docs/vs-2015/cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This topic contains information to help you resolve issues that you may experien
136136

137137
![Android&#95;Emu&#95;V&#95;Switch&#95;Man](../cross-platform/media/android-emu-v-switch-man.png "Android_Emu_V_Switch_Man")
138138

139-
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg –d command](http://windows.microsoft.com/en-us/windows-10/fix-network-connection-issues) (section 6).
139+
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg –d command](http://windows.microsoft.com/windows-10/fix-network-connection-issues) (section 6).
140140

141141
- If these steps do not resolve the issue, see [Emulator fails to start (first use)](#NoStart) for information on 3rd party software that may be interfering with the emulator.
142142

docs/vs-2015/extensibility/creating-an-options-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This walkthrough creates a simple Tools/Options page that uses a property grid t
110110

111111
2. Add the following using statement.
112112

113-
```vb
113+
```csharp
114114
using System.Windows.Forms;
115115
```
116116

0 commit comments

Comments
 (0)