Friday 18 November 2016

How To Solve “vhost32.exe has stopped working” Error in .Net


Check the below screenshot. You might have seen error “vhost32.exe has stopped working” with your Visual Studio Desktop Application (C# Or Vb).Because of this your application stops working
in between. That should not happen. In this tutorial, I will provide you few solutions to overcome this problem.

Solution -1

(1) In Visual Studio. Click On Project –> “ProjectName” Properties as shown in screenshot.



(2) Click On debug Tab & unselect Enable Visual Studio Hosting Process.


Solution – 2

There might be some project configuration problem. SO You can recreate the project & copy old source files to new project.

This problem most probably occurs when you try to run your older projects. If 1st solution does not work then, better recreate entire project to solve all configuration issues.

No comments:

Post a Comment