.NET 7 - RemoteDataAdapter with strongly typed datasets

Hello,

We have multiple legacy applications in .NET Framework where we use strongly typed datasets with the RemoteDataAdapter. We are investigating if it’s possible to migrate this applications to .NET 7? Is it for example possible to use the ‘Create strongly typed dataset’ shortcut to create a dataset from a daSchema datatable? I’ve already tried creating a new project in .NET 7 but it seems only the LinqRemoteDataAdapter is an option.

Thank you for the clarification.

Dirk

Hi,

Only .NET Framework supports Create strongly typed dataset option.
.NET Core doesn’t support it.

check c# - NET Core strongly-typed data sources and designer in Visual Studio? - Stack Overflow

1 Like