Usually when I debug code an error occurs, visual studio stops on the line of code that caused the error. But for this project it displays the page error and doesn’t stop on the line of code. I have checked the settings in Exceptions to throw exception.
Any ideas why the exceptions aren’t being shown in visual studio?
Check if the build is in
Debug Modeand notRelease Mode.