VS 2010 ,c# silverlight 4, RIA, MVVM light
i moved my SL4 app to another folder, now I cannot debug it. (use to debug fine)
the break point is dimmed with a yellow “warning” icon
“No symbols have been loaded for this document”.
where shall I look in order to fix it ?
the web project is my start up prj, and the testPage.aspx is set as start page.
thanks
TIA
You need to enable ‘Silverlight’ debugging in the properties for your main web project. It’s a checkbox that everyone misses. Right-click the project in the explorer and it should be at the bottom of the second or third tab.
Specifically:
If that still isn’t working, make sure you’re running with debugging (F5, not Ctrl+F5).