SSDT In Visual Studio 2022, when I click on sqlproj, the project does not open.

Seweryn Pikulik 1 Reputation point
2022-07-14T08:37:19.037+00:00

In previous versions of Visual Studio, when opening a * .sqlproj project, the environment opened correctly. However, in VS 2022, the IDE opens incorrectly. The project is not loaded. This phenomenon does not occur when I open the project with the * .sln walkthrough file.
Now I have dealt with this problem by adding "%1" to the registry. For example:

[HKEY_CLASSES_ROOT\VisualStudio.sqlproj.6ed7270d\shell\Open\Command]  
@="\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe\" \"%1\" /dde"  

If this is not correct, where should I report this problem?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,631 questions
{count} votes