|
| 1 | + |
| 2 | +items: |
1 | 3 | - name: Welcome |
2 | 4 | href: welcome-dotnet-landing.yml |
3 | 5 | - name: General Troubleshooting |
|
6 | 8 | href: ./framework/general/Printing-process-fails-using-WPF-application-Win10.md |
7 | 9 | - name: 501 syntax error when you use FtpWebRequest |
8 | 10 | href: ./framework/general/ftpwebrequest-behavior.md |
9 | | - - name: A ClickOnce application fails to run |
10 | | - href: ./framework/general/manifest-definitions-do-not-match-reference.md |
11 | | - - name: Applications crash at startup |
12 | | - href: ./framework/general/applications-crash-at-startup.md |
13 | | - - name: Patching fails |
14 | | - href: ./framework/general/patching-framework-fails.md |
15 | 11 | - name: Developer Pack and language packs |
16 | 12 | href: ./framework/general/developer-language-pack.md |
17 | 13 | - name: Event ID 1101 after Domain Controller promotion |
|
36 | 32 | href: ./framework/general/fatalexecutionengineerror-call-com-multilpe-appdomains.md |
37 | 33 | - name: Can't get security descriptor of a class |
38 | 34 | href: ./framework/general/error-security-descriptor-native-image-module.md |
39 | | - - name: Can't install PFX files by using X509Certificate |
40 | | - href: ./framework/general/install-pfx-file-using-x509certificate.md |
41 | 35 | - name: Can't parse XML that contains special characters |
42 | 36 | href: ./framework/general/xml-parser-invalid-character.md |
43 | | - - name: Can't run programs after an upgrade |
44 | | - href: ./framework/general/cannot-run-programs-after-upgrade.md |
45 | 37 | - name: Changes in the TSAware behavior |
46 | 38 | href: ./framework/general/change-tsaware.md |
47 | 39 | - name: COMException in WPF applications |
|
54 | 46 | href: ./framework/general/computer-stops-responding-mscorsvw.md |
55 | 47 | - name: Create a summary row for DataGrid |
56 | 48 | href: ./framework/general/create-summary-row-datagrid.md |
57 | | - - name: Concurrent operations are forced to run sequentially |
58 | | - href: ./framework/general/wcf-extensions-concurrent-request-run-sequentially.md |
59 | 49 | - name: Data on the clipboard is unavailable |
60 | 50 | href: ./framework/general/data-clipboard-from-winform-app-unavailable.md |
61 | | - - name: Determine versions and service pack levels |
62 | | - href: ./framework/general/determine-dotnet-versions-service-pack-levels.md |
63 | 51 | - name: Different WebExceptionStatus are thrown |
64 | 52 | href: ./framework/general/httpwebrequest-different-webexceptionstatus.md |
65 | 53 | - name: Endpoints of an arc aren't drawn correctly |
|
76 | 64 | href: ./framework/general/executionengine-exception-wpf-window.md |
77 | 65 | - name: Exception when you applications with UI automation |
78 | 66 | href: ./framework/general/exception-run-app-with-ui-automation.md |
79 | | - - name: Fail to publish ClickOnce applications |
80 | | - href: ./framework/general/publishing-clickonce-fails.md |
81 | 67 | - name: Form height and width changes |
82 | 68 | href: ./framework/general/wrong-winform-height-width.md |
83 | 69 | - name: Full-screen applications don't receive touch input events |
|
104 | 90 | href: ./framework/general/memory-optimization-large-httpwebrequest.md |
105 | 91 | - name: MSDTC transaction requires Full Trust |
106 | 92 | href: ./framework/general/msdtc-transaction-requires-full-trust.md |
107 | | - - name: New Japanese era updates |
108 | | - href: ./framework/general/new-japanese-era-updates.md |
109 | 93 | - name: No events are received from COM |
110 | 94 | href: ./framework/general/no-events-from-com-object.md |
111 | 95 | - name: Open databases by using Visual Basic .NET |
|
124 | 108 | href: ./framework/general/query-xpathdocument-xpath-csharp.md |
125 | 109 | - name: RemotingException when you use binary format |
126 | 110 | href: ./framework/general/remotingexception-binary-format-message.md |
127 | | - - name: Repair an installation |
128 | | - href: ./framework/general/repair-installation.md |
129 | 111 | - name: RSS20FeedFormatter throws an exception |
130 | 112 | href: ./framework/general/rss20feedformatter-throw-exception.md |
131 | 113 | - name: Secure applications |
|
150 | 132 | href: ./framework/general/assembly-version-assembly-file-version.md |
151 | 133 | - name: Windows Forms applications don't release memory |
152 | 134 | href: ./framework/general/winform-app-use-settooltip-not-release-memory.md |
153 | | - - name: WCF net.tcp services stop responding |
154 | | - href: ./framework/general/wcf-net-tcp-service-stop-response.md |
155 | 135 | - name: Windows Forms applications throw SecurityException |
156 | 136 | href: ./framework/general/winform-app-securityexception.md |
157 | 137 | - name: WPF application hangs when you use fonts over 100 pts in size |
|
162 | 142 | href: ./framework/general/wpf-browser-hosted-applications-xbaps-crash.md |
163 | 143 | - name: Build fails when you deploy a component |
164 | 144 | href: ./framework/general/build-fails-deploy-component-system-text-encoding.md |
165 | | - |
166 | 145 | - name: Installation and Deployment |
167 | 146 | items: |
| 147 | + - name: A ClickOnce application fails to run |
| 148 | + href: ./framework/installation/manifest-definitions-do-not-match-reference.md |
| 149 | + - name: Applications crash at startup |
| 150 | + href: ./framework/installation/applications-crash-at-startup.md |
168 | 151 | - name: Can't deploy applications in Terminal Server |
169 | 152 | href: ./framework/installation/clickonce-cannot-deploy-app-terminal-server.md |
| 153 | + - name: Can't install PFX files by using X509Certificate |
| 154 | + href: ./framework/installation/install-pfx-file-using-x509certificate.md |
170 | 155 | - name: Can't run .NET Framework based applications |
171 | 156 | href: ./framework/installation/cannot-run-dotnet-framework-based-applications.md |
| 157 | + - name: Can't run programs after an upgrade |
| 158 | + href: ./framework/installation/cannot-run-programs-after-upgrade.md |
172 | 159 | - name: ClickOnce applications fail to update |
173 | 160 | href: ./framework/installation/clickonce-application-fails-update.md |
174 | 161 | - name: ClickOnce deployment isn't supported with Roaming Profiles |
175 | 162 | href: ./framework/installation/clickonce-not-support-roaming-profiles.md |
176 | | - - name: Deploy applications |
177 | | - href: ./framework/installation/deploy-applications.md |
178 | 163 | - name: ClickOnce Manifest signing is required |
179 | 164 | href: ./framework/installation/require-clickonce-manifest-signing.md |
| 165 | + - name: Deploy applications |
| 166 | + href: ./framework/installation/deploy-applications.md |
| 167 | + - name: Determine versions and service pack levels |
| 168 | + href: ./framework/installation/determine-dotnet-versions-service-pack-levels.md |
| 169 | + - name: Fail to publish ClickOnce applications |
| 170 | + href: ./framework/installation/publishing-clickonce-fails.md |
| 171 | + - name: New Japanese era updates |
| 172 | + href: ./framework/installation/new-japanese-era-updates.md |
| 173 | + - name: Patching fails |
| 174 | + href: ./framework/installation/patching-framework-fails.md |
180 | 175 | - name: Published ClickOnce applications fail to install |
181 | 176 | href: ./framework/installation/clickonce-app-install-launch-fail.md |
| 177 | + - name: Repair an installation |
| 178 | + href: ./framework/installation/repair-installation.md |
182 | 179 | - name: Setup diagnostics |
183 | 180 | href: ./framework/installation/setup-diagnostics.md |
184 | | - |
185 | 181 | - name: WCF |
186 | 182 | items: |
| 183 | + - name: .NET 4.5 service throws exception |
| 184 | + href: ./wcf/service-throws-exception.md |
187 | 185 | - name: Async services use wrong impersonation |
188 | 186 | href: ./wcf/asynchronous-service-use-wrong-impersonation.md |
189 | 187 | - name: Calls timed out in ASP.NET MVC controller |
190 | 188 | href: ./wcf/call-timed-out-aspnet-mvc-controller.md |
191 | 189 | - name: Can't validate or run a workflow |
192 | 190 | href: ./wcf/cannot-validate-run-workflow.md |
| 191 | + - name: Concurrent operations are forced to run sequentially |
| 192 | + href: ./wcf/wcf-extensions-concurrent-request-run-sequentially.md |
193 | 193 | - name: Disconnects HTTP bindings for services |
194 | 194 | href: ./wcf/disconnects-http-bindings.md |
195 | 195 | - name: Endpoint.Address value problem when you use the channel |
|
210 | 210 | href: ./wcf/kerberos-not-used-call-service.md |
211 | 211 | - name: Pre-compiled workflow service activation fails |
212 | 212 | href: ./wcf/precompiled-workflow-activation-fails.md |
213 | | - - name: Use X509CertificateValidator with services |
214 | | - href: ./wcf/x509certificatevalidator-service-certificate.md |
215 | 213 | - name: REST services generate metadata in WSDL |
216 | 214 | href: ./wcf/rest-generate-metadata-wsdl.md |
217 | 215 | - name: Service does not start automatically |
218 | 216 | href: ./wcf/service-does-not-start-automatically.md |
219 | | - - name: Service using a non-default ETW provider ID |
220 | | - href: ./wcf/service-use-a-non-default-etw-provider-id.md |
| 217 | + - name: Service may scale up slowly under load |
| 218 | + href: ./wcf/service-scale-up-slowly.md |
221 | 219 | - name: Service uses wrong impersonation context |
222 | 220 | href: ./wcf/service-operations-use-wrong-impersonation-context.md |
| 221 | + - name: Service using a non-default ETW provider ID |
| 222 | + href: ./wcf/service-use-a-non-default-etw-provider-id.md |
223 | 223 | - name: SocketException when use connection pooling |
224 | 224 | href: ./wcf/socketexception-connection-pooling.md |
225 | | - - name: Service may scale up slowly under load |
226 | | - href: ./wcf/service-scale-up-slowly.md |
| 225 | + - name: Use X509CertificateValidator with services |
| 226 | + href: ./wcf/x509certificatevalidator-service-certificate.md |
| 227 | + - name: WCF net.tcp services stop responding |
| 228 | + href: ./wcf/wcf-net-tcp-service-stop-response.md |
227 | 229 | - name: Workflow service may not receive messages in order |
228 | 230 | href: ./wcf/workflow-service-cannot-receive-messages-in-order.md |
229 | | - - name: .NET 4.5 service throws exception |
230 | | - href: ./wcf/service-throws-exception.md |
0 commit comments