Error when debugging in VS 2022

Jeff Stiegler 466 Reputation points
2023-03-07T16:39:52.84+00:00

After upgrading to VS 2022 v17.5.1 I receive an conversions.vb error while debugging (pressing the F11 key). How do I fix this?

User's image

When I try to browse for Conversions.vb I get this. There is no F: drive on my computer. Strange.

User's image

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Viorel 112.1K Reputation points
    2023-03-08T06:28:08.81+00:00

    Maybe you should use <F10> instead of <F11> if the functions are not made by you.

    1 person found this answer helpful.
    0 comments No comments