In my professional experience with Visual studio sometimes
break point doesn’t hit when we attached to the Worker process. It just tells
that Symbols are not loaded.
The below are the possible workaround to solve this problem
(Try it one by one in this case):
- Clean and Rebuild the Solution/Project.
- Close all the windows using Window -> “Close All Documents” and restart the Visual Studio. Then Build/Rebuild the Solution/Project.
- Go to the Temporary Folder (which is available in the .Net Framework installed Location) and clean the Temporary files of that Solution/Project. Kill the worker process and rebuild the solution.
Hope this helps a bit!