-
Notifications
You must be signed in to change notification settings - Fork 22
Visual Studio hangs when opening solution #587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
tested on 17.14.0 Preview 2.0 and it also hangs fwiw if I install |
got a stack trace
|
Could you please share the exact steps to reproduce this issue? If possible, it would be helpful if you could also share the project that was causing the project load to hang.". |
open the example solution is the only step. it's a sqlproj with a project reference to a csproj in the same solution. if you load the projects manually (after using the "Do not load projects" option) then the issue doesn't repro so it's not a specific project that's causing it. be sure to have SSDT installed and not SSDT SDK-Style (Preview) |
I noticed you have two projects — one is a .sqlproj and the other is a .csproj. Your TestClr.csproj uses the SDK-style project format, whereas SSDT projects follow a legacy (non-SDK) format. Unfortunately, SDK-style and non-SDK-style(.sqlproj) projects can't be mixed within the same solution. That's why your solution worked when you used the SSDT SDK-style project — it ensured compatibility across the projects. |
@gauravyug I tried changing the format of the sqlproj to match the sdk-style, but it still hangs. btw the solution works fine after we workaround the hang, there doesn't seem to be any compatibility issues or any problems at all - just VS hangs if we load all projects while opening the solution. |
Steps to Reproduce:
if I check the "Do not load projects" box and open the solution and then load all projects there is no hang.
I captured this log while it hung: vs.log
copy info: about.txt
The text was updated successfully, but these errors were encountered: