Skip to content

Commit 95b2d9b

Browse files
Merge pull request #13183 from MicrosoftDocs/ghogen-patch-75
Add Prerequisites
2 parents 9fdb348 + 7115cbb commit 95b2d9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/data-tools/create-and-configure-datasets-in-visual-studio.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ A dataset is a set of objects that store data from a database in memory and supp
2121

2222
You can create a typed <xref:System.Data.DataSet> class in Visual Studio at design time by using the **Data Source Configuration Wizard**. For information on creating datasets programmatically, see [Creating a dataset (ADO.NET)](/dotnet/framework/data/adonet/dataset-datatable-dataview/creating-a-dataset).
2323

24+
## Prerequisites
25+
26+
- a .NET Framework project (not .NET Core or .NET 5 or later)
27+
- [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **.NET desktop development** and **Data storage and processing** workloads installed. To install them, open **Visual Studio Installer** and choose **Modify** (or **More** > **Modify**) next to the version of Visual Studio you want to modify.
28+
29+
- SQL Server Express LocalDB. If you don't have SQL Server Express LocalDB, you can install it from the [SQL Server download page](https://www.microsoft.com/sql-server/sql-server-downloads).
30+
31+
2432
## Create a new dataset by using the Data Source Configuration Wizard
2533

2634
1. Open your project in Visual Studio, and then choose **Project** > **Add New Data Source** to start the **Data Source Configuration Wizard**.

0 commit comments

Comments
 (0)