The Breakpoint will not currently be hit: No symbols have been loaded for this document

For me I had to go in the properties of the Web project » Web tab » Check 'Silverlight' in the Debugger section at the bottom. enter image description here


Make sure you are using Internet Explorer to debug your Silverlight app. Make sure you are using Internet Explorer as your default browser. If you are not debuggin in IE, the IDE will not recognise breakpoints.


For Silverlight applications enabling hit of breakpoint:

  1. In the Solution explorer right click on the Web Side of the project and select properties.
  2. Navigate to Web Tab, in the property window that opened.
  3. Scroll down and check the Silverlight option in Debugger section.