-
Notifications
You must be signed in to change notification settings - Fork 357
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
Solution loading is stuck #620
Comments
Interesting... we don't actually do anything with the .suo in NTVS... Mind grabbing a dump of the process next time you run into it? |
I am running into the same issue. Deleting .suo fixes it every time. Microsoft Visual Studio Professional 2013 This project uses aws and azure npm packages. Attached is the procmon capture of the devenv.exe process when opening the project. Thanks for all the help. |
I want able to 'solve' it by moving it to another folder. Specificaly vs2013 default project folder. The dump is 600 mb, how should I deliver it to you? |
I started out using the vs2013 default folder however I had to move it after installing some npm packages with deep folders. |
This sounds like another manifestation of the MAX_PATH problems (see issue #69). Some work arounds in that case is to move the folder to a shorter path and to run If you are still running into this problem, please let me know and we can continue the investigation. Thanks. |
Ok. It's hard to know where to start looking on this since I cannot repo the problem. Can you try a few additional things:
Thanks. |
Microsoft Visual Studio Professional 2013 LightSwitch for Visual Studio 2013 06177-004-0446016-02989 |
Thank you for supplying all the requesting info. Unfortunately, without a way to reproduce this issue on our machines and without any obvious errors, there's just not enough information here to for us to investigate further. I recommend that you download and build the NTVS. Make sure to checkout the |
I have the same behavior with
An older copy of my project directory works fine. I also have an error in ActivityLog.XML which makes no sense to me:
This error does not appear on startup when the .suo-file is deleted. When I delete the .suo-file, Visual Studio does not respond on startup with newly created .suo-file. |
guys, seriously I cannot do anything, visual studio 2013 with nodejs tool 1.1 hangs forever at starting Can anyone fix it ? Thanks, |
@nquoctuan Even with all the information provided by the other commenters, we've been unable to reproduce this problem locally and find the root cause of the hang. The best way to get this resolved is to debug NTVS on a machine that has this problem. Try downloading and building NTVS on the Otherwise, please try upgrading to VS2015 and NTVS 1.2. The new release contains many fixes and we have not see this issue reported for it yet. Thanks. |
Same issue for long, and just now it hangs every time at startup even it is not loading any solution. I've no other way but to uninstall NTVS, and VS gets back. Same VS 2013 + update 5, NTVS 1.1. |
Just a shot in the dark: One of the significant changes from VS2013 to VS2015 is github-integration. |
This issue still exists in VS2013 Update 5 with Node.js Tools version 1.1.x. I am a fan of VS as a former MS person, but I am going to have to leverage another tool. The project hangs and does not come back. Uninstalling and reinstalling VS2013 Update 5 and/or Node.js Tools does not fix the issue. Not being able to repo, is not a solution or an answer. I am the 3 person to note this issue in the past 30 days. Please review this issue with more detail and urgency. The only solution so far has been to delete the .suo file and allow the solution to rebuild. |
Downloaded, tried to follow build instructions, but does not work with VS2012 @mjbvz |
Another observation: Activating interactive Window in VS will also cause a freeze (Tools > Node.js Tools > Interactive Window), even with no project loaded |
I narrowed it: |
+1 |
+1 for VS2015 |
Haven't seen this in v1.3 for either Visual Studio 2015 or 2017 |
vs 2013 + update 5
Nodejs Tools 1.1
This project is working on my teamates computers, by on my pc it gets stuck 80% of the time.
I'v disabled intelisense, that doesn't seem to help.
Deleting the v12.suo seems to solve it temporarily, but it gets stuck again when I reopen it.
The text was updated successfully, but these errors were encountered: