I want to run my solution with out run time erro
Loading
I want to run my solution with out run time erro
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam MaitiPosted Feb 22, 2023, 10:50 AM
Please check below points ,if that helps:
Ensure that the target framework version of your project matches the version of the .NET runtime that is installed on your computer.
Check your project references and ensure that they are all valid and up-to-date.
Enable exception handling and debugging in your project. You can do this by going to Debug > Exceptions in the Visual Studio menu and checking the appropriate exceptions that you want to catch.
Check the output window in Visual Studio for any error messages that occur during runtime.
Use the Visual Studio debugger to step through your code and identify any issues that may be causing runtime errors.
Jignesh KumarPosted Feb 22, 2023, 8:00 AM
Hello Vineesha,
There may be various things that will cause a run-time error; a few of them are listed below.
Naimish MakwanaPosted Feb 22, 2023, 5:44 AM
Hello Vineesha,
What exact run time error you are getting in your solution?
Thanks
Naimish Makwana