About 51 results
Open links in new tab
  1. Process finished with exit code -1073741571 - Stack Overflow

    Dec 17, 2013 · import sys sys.setrecursionlimit(5000) However, whatever value I use for the depth, I cannot get the result I want. Either I still get the exception, or else the program just halts with no …

  2. vs code not opening up in windows - Stack Overflow

    May 10, 2020 · Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user profile is …

  3. installation - Issues with VScode: Cannot open, code.exe file missing ...

    Nov 22, 2025 · 16 I have been having some issues with my VScode. I am unable to open it and instead, I see a message that the code.exe file has been moved or deleted. I have tried to reinstall VSCode …

  4. The Command...Exited With Code -532462766 - Stack Overflow

    Sep 29, 2015 · The Command...Exited With Code -532462766 Asked 10 years, 3 months ago Modified 8 years, 9 months ago Viewed 44k times

  5. "Csc.exe" exited with code -1073741819 - Stack Overflow

    May 22, 2013 · 4 For the problem csc-exe-exited-with-code-1073741819 I repaired Visual C++ 2015 Redistributable (x86). This worked for me. repair Visual C++ 2015 Redistributable. I found about this …

  6. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some shortcut? If …

  7. Process finished with exit code -1073741515 (0xC0000135)

    Nov 7, 2015 · Process finished with exit code -1073741515 (0xC0000135) I don't get any other results - not even from "print" commands at the beginning of the file. I haven't found anything specific to that. I …

  8. Jupyter Notebook extension Visual Studio Code stuck "connecting to ...

    Oct 18, 2025 · However, after being away for two days, when I opened my project again and tried to run my code starting with importing pandas in the Interactive Window, it kept getting stuck at "Connecting …

  9. How do I install pandas into Visual Studio Code? - Stack Overflow

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.

  10. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · 5 Go to the Visual Studio Code preferences, and under interpreter, you'll find Interpreter Path, so set that to the path of your Python installation, restart Visual Studio Code, and you should …