-
Notifications
You must be signed in to change notification settings - Fork 676
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
Opening VS solution leads to error #8075
Comments
It also seems to be related to the pyproj Files themselves. Take the following:
The files are generated like this, because I want to be able to debug the
to
there is a higher chance that I can actually use the debugger. |
The problem is corruption in the .vs folder. Could you please delete the .vs folder in your project folder and see if the problem disappears? When you delete the .vs folder, VS will rebuild it automatically when VS is restarted. Please see #8027 for more details. If this does not work, please reopen the issue. Thanks for raising this issue. |
Describe the bug
I get the below error message when loading a bigger solution file, that contains both C++ and Python projects.
It's a CMake based project and all project files are generated from within CMake.
When I closed the project the other night, everything was working ok
Expected behavior
Opening VS without exception / error, being able to debug the Python project.
Additional context and screenshots
Error on Debug
Configuration information (If you are providing a diagnostics file (see below), skip this section)
VS Version: Version 16.11.41
PTVS version: 16.11.21196.2
Python version: 3.12.0
Debugger Type (if applicable): [New debugger or legacy debugger?]
Diagnostics file
I was not able to locate a diagnostics file in the Temp Directory
One last note:
To me, there is no apparent reason as to when I am able to debug when launching a pyproj. Sometimes it works, sometimes it doesn't. Sometimes I need to restart Visual Studio.
It would be very helpful if the the displayed dialog contained more information on why launching is not possible.
The text was updated successfully, but these errors were encountered: