You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/visual-basic/developing-apps/accessing-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,5 @@ Visual Basic includes several new features to assist in developing applications
49
49
[ADO.NET](../../framework/data/adonet/index.md)
50
50
Describes the ADO.NET classes, which expose data-access services to the .NET Framework programmer.
51
51
52
-
[Data in Office Solutions](https://msdn.microsoft.com/library/xx069ybh)
52
+
[Data in Office Solutions](/visualstudio/vsto/data-in-office-solutions)
53
53
Contains links to pages that explain how data works in Office solutions, including information about schema-oriented programming, data caching, and server-side data access.
Copy file name to clipboardExpand all lines: docs/visual-basic/developing-apps/windows-forms/index.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ An important part of Visual Basic is the ability to create Windows Forms applica
61
61
|To|See|
62
62
|--------|---------|
63
63
|Use the <xref:System.Windows.Forms.BindingSource> component|[How to: Bind Windows Forms Controls with the BindingSource Component Using the Designer](../../../framework/winforms/controls/bind-wf-controls-with-the-bindingsource.md)|
64
-
|Work with [!INCLUDE[vstecado](~/includes/vstecado-md.md)] data sources|[How to: Sort and Filter ADO.NET Data with the Windows Forms BindingSource Component](https://msdn.microsoft.com/library/ya3sah92.aspx)|
64
+
|Work with [!INCLUDE[vstecado](~/includes/vstecado-md.md)] data sources|[How to: Sort and Filter ADO.NET Data with the Windows Forms BindingSource Component](../../../framework/winforms/controls/sort-and-filter-ado-net-data-with-wf-bindingsource-component.md)|
65
65
|Use the Data Sources window|[Walkthrough: Displaying Data on a Windows Form](/visualstudio/data-tools/accessing-data-in-visual-studio)|
66
66
67
67
## Deploying Applications to Client Computers
@@ -89,7 +89,8 @@ An important part of Visual Basic is the ability to create Windows Forms applica
89
89
|Print the contents of a form|[How to: Print Graphics in Windows Forms](../../../framework/winforms/advanced/how-to-print-graphics-in-windows-forms.md)<br /><br /> [How to: Print a Multi-Page Text File in Windows Forms](../../../framework/winforms/advanced/how-to-print-a-multi-page-text-file-in-windows-forms.md)|
90
90
|Learn more about Windows Forms security|[Security in Windows Forms Overview](../../../framework/winforms/security-in-windows-forms-overview.md)|
Copy file name to clipboardExpand all lines: docs/visual-basic/language-reference/error-messages/bad-checksum-value-non-hex-digits-or-odd-number-of-hex-digits.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ A checksum value contains invalid hexadecimal digits or has an odd number of dig
25
25
26
26
3. If the warning still persists, or if you are not using ASP.NET, gather information about the circumstances and notify Microsoft Product Support Services.
Copy file name to clipboardExpand all lines: docs/visual-basic/language-reference/error-messages/because-this-call-is-not-awaited-the-current-method-continues-to-run.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Because this call is not awaited, execution of the current method continues befo
Copy file name to clipboardExpand all lines: docs/visual-basic/misc/bc30793.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The [TryCast Operator](../../visual-basic/language-reference/operators/trycast-o
19
19
20
20
- The [New Operator](../../visual-basic/language-reference/operators/new-operator.md) constraint (the type argument must expose a parameterless constructor that the creating code can access, and therefore it must be a class)
21
21
22
-
- The [Class (Visual Basic)](https://msdn.microsoft.com/library/0777c6e6-46bc-451b-ad70-57b49d4ef4f7) constraint (the type argument must be a reference type)
22
+
- The [Class (Visual Basic)](../../visual-basic/language-reference/statements/class-statement.md) constraint (the type argument must be a reference type)
23
23
24
24
**Error ID:** BC30793
25
25
@@ -29,9 +29,10 @@ The [TryCast Operator](../../visual-basic/language-reference/operators/trycast-o
29
29
30
30
- If you cannot require the type parameter to accept only a reference type, you cannot use it with `TryCast`. You might be able to use the [CType Function](../../visual-basic/language-reference/functions/ctype-function.md) instead.
31
31
32
-
## See Also
33
-
[Generic Types in Visual Basic](../../visual-basic/programming-guide/language-features/data-types/generic-types.md)
Copy file name to clipboardExpand all lines: docs/visual-basic/misc/bc31197.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ An XML literal has been defined that includes a full-width character as a delimi
17
17
18
18
- Remove the full-width character from the XML literal definition and replace it with a valid ANSI delimiter character. Valid delimiter characters include the following: `<`, `>`, `=`, `:`, `/`.
0 commit comments