I keep receiving the following error when attempting to step through the C# silverlight code in Visual Studio 2015- “The breakpoint will not currently be hit. No symbols have been loaded for this document.”.
I have tried the following to no effect:
- set the Silverlight Debugging checkbox on the project properties Web tab
- checked the debug constant and trace constant
- ensure debug configuration, debug flag, and full debug info are set
- delete bin and obj folders
- disabled "just my code" in options > debugging
- set IE as my default browser
- checked to see if silverlight is attached in Attach to process
Any solutions, or possible ideas for why the debugger is not functioning? Any help would be appreciated.