-1

I am working on edmx diagram interface to connect to SQL Server. When I right-click on the edmx surface and select "Update Model from Database..." option, I am seeing a "Next >" button to proceed to next wizard page. Unfortunately, this Next button click simply closes the wizard and doing nothing. Please help me. I am using VS 2022, MVC and SQL Server Instance.

enter image description here

Please see the Wizard Image.

Thom A
  • 88,727
  • 11
  • 45
  • 75
  • Did you notice that you have both `multiple active result sets` and `MultipleActiveResultSets` connection properties in your connection string? Only `MultipleActiveResultSets` is valid according to [SqlConnection.ConnectionString Property](https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection.connectionstring). – AlwaysLearning Aug 14 '23 at 09:38

0 Answers0