Skip to content

Commit e5bd950

Browse files
authored
Merge pull request #1447 from MicrosoftDocs/master
merge to live
2 parents 06cdc16 + f761e31 commit e5bd950

10 files changed

+287
-220
lines changed

.openpublishing.redirection.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"source_path": "docs/code-quality/measuring-complexity-and-maintainability-of-managed-code.md",
3535
"redirect_url": "/visualstudio/code-quality/code-metrics-values/",
3636
"redirect_document_id": false
37-
},
37+
},
3838
{
3939
"source_path": "docs/code-quality/suppress-warnings-by-using-the-suppressmessage-attribute.md",
4040
"redirect_url": "/visualstudio/code-quality/in-source-suppression-overview",
@@ -983,7 +983,7 @@
983983
{
984984
"source_path": "docs/ide/using-the-toolbox.md",
985985
"redirect_url": "/visualstudio/ide/reference/toolbox",
986-
"redirect_document_id": false
986+
"redirect_document_id": false
987987
},
988988
{
989989
"source_path": "docs/ide/viewing-types-and-relationships-class-designer.md",
@@ -1995,6 +1995,21 @@
19951995
"source_path": "docs/cross-platform/visual-studio-tools-for-unity-azure-setup.md",
19961996
"redirect_url": "/sandbox/gamedev/unity/samples/azure-mobile-apps-unity-racer",
19971997
"redirect_document_id": false
1998+
},
1999+
{
2000+
"source_path": "docs/ide/reference/proxy-authorization-required.md",
2001+
"redirect_url": "visualstudio/install/troubleshooting-network-related-errors-in-visual-studio",
2002+
"redirect_document_id": false
2003+
},
2004+
{
2005+
"source_path": "docs/ide/whitelisting-urls-in-a-private-network.md",
2006+
"redirect_url": "visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server",
2007+
"redirect_document_id": false
2008+
},
2009+
{
2010+
"source_path": "docs/install/install-visual-studio-behind-a-firewall-or-proxy-server.md",
2011+
"redirect_url": "visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server",
2012+
"redirect_document_id": false
19982013
}
19992014
]
2000-
}
2015+
}

docs/TOC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
### Install on a network
2424
#### [Create a network-based installation of Visual Studio](install/create-a-network-installation-of-visual-studio.md)
2525
#### [Update a network-based installation of Visual Studio](install/update-a-network-installation-of-visual-studio.md)
26-
#### [Installing Visual Studio behind a firewall or proxy server](install/install-visual-studio-behind-a-firewall-or-proxy-server.md)
27-
#### [Correcting proxy authorization errors](ide/reference/proxy-authorization-required.md)
28-
#### [Whitelisting URLs in a private network](ide/whitelisting-urls-in-a-private-network.md)
26+
#### [Install and use Visual Studio behind a firewall or proxy server](install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md)
27+
##### [Troubleshooting network errors when you install or use Visual Studio](install/troubleshooting-network-related-errors-in-visual-studio.md)
2928
### Deploy in an enterprise
3029
#### [Automate Visual Studio installation with a response file](install/automated-installation-with-response-file.md)
3130
#### [Automatically apply product keys when deploying Visual Studio](install/automatically-apply-product-keys-when-deploying-visual-studio.md)
@@ -188,6 +187,7 @@
188187
### [Office and Sharepoint Development](vsto/office-and-sharepoint-development-in-visual-studio.md)
189188
### [Work with XML and XSLT Files](xml-tools/xml-tools-in-visual-studio.md)
190189
### Additional Tutorials
190+
#### [Create a WPF app with C# or Visual Basic](ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md)
191191
#### [Tutorial 1: Create a Picture Viewer (C#)](ide/tutorial-1-create-a-picture-viewer.md)
192192
##### [Step 1: Create a Windows Forms Application Project](ide/step-1-create-a-windows-forms-application-project.md)
193193
##### [Step 2: Run Your Program](ide/step-2-run-your-program.md)

docs/designers/TOC.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
### [Getting Started with WPF](getting-started-with-wpf.md)
2525
#### [Introduction to WPF](introduction-to-wpf.md)
2626
#### [Walkthrough: My First WPF Desktop Application](walkthrough-my-first-wpf-desktop-application2.md)
27-
#### [Create a WPF app with C# or Visual Basic](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md)
2827
#### [WPF Community Resources](wpf-community-resources.md)
2928
#### [WPF Data Binding with LINQ to XML](wpf-data-binding-with-linq-to-xml.md)
3029
##### [WPF Data Binding with LINQ to XML Overview](wpf-data-binding-with-linq-to-xml-overview.md)

docs/ide/reference/proxy-authorization-required.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/ide/reference/resources-for-troubleshooting-integrated-development-environment-errors.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
7+
ms.technology:
88
- "vs-ide-general"
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
f1_keywords:
11+
f1_keywords:
1212
- "VS.Message.0x00005A89"
1313
- "VS.Message.0x00005A8E"
1414
- "VS_E_NAMETOOLONG"
@@ -98,19 +98,22 @@ caps.latest.revision: 13
9898
author: "gewarren"
9999
ms.author: "gewarren"
100100
manager: ghogen
101-
ms.workload:
101+
ms.workload:
102102
- "multiple"
103103
---
104104
# Resources for Troubleshooting Integrated Development Environment Errors
105105
Not all error messages have a specific associated Help topic. If the information in the error message does not help you resolve the problem, you can consult other resources such as Knowledge Base articles, the developer community, or product support.
106-
106+
107107
## Knowledge Base Articles
108108
You can search the Knowledge Base (KB) online for articles about product issues. Not all issues have a corresponding KB article, but errors encountered by a significant number of customers are typically documented. You can access KB articles on the [Microsoft Support](http://go.microsoft.com/fwlink/?linkid=1782) Web site.
109-
109+
110110
## The Developer Community
111111
Forums let you interact with other developers, and also Microsoft employees. If you encounter an error that you cannot find a resolution for, you can post questions about the issue on a forum. You can also search the newsgroups to see whether others have posted about the same issue.
112-
112+
113113
You can access forums, blogs, chats, and other resources on the [Microsoft Technical Communities](http://go.microsoft.com/fwlink/?LinkID=144922) Web site.
114-
114+
115115
## Product Support
116-
If you still have questions after you try the other resources, you can contact Microsoft support services by visiting the [Microsoft Support](http://go.microsoft.com/fwlink/?linkid=1782) Web site. For information about product support available in your area, see [Talk to Us](../../ide/talk-to-us.md).
116+
If you still have questions after you try the other resources, you can contact Microsoft support services by visiting the [Microsoft Support](http://go.microsoft.com/fwlink/?linkid=1782) Web site. For information about product support available in your area, see [Talk to Us](../../ide/talk-to-us.md).
117+
118+
## See also
119+
* [Troubleshooting proxy errors](/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server#troubleshooting-proxy-errors)

docs/ide/whitelisting-urls-in-a-private-network.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)