So about half the time I hit F5 and start to debug my silverlight app in VS2010 the debug symbols don’t get loaded. There doesn’t seem to be any method to this madness…
Has anyone else had similar issues, and if so did you/how where you able to resolve them.
Thanks!
Edit:
I was using chrome, so I switched to IE, however I’m still getting the same issues.
So I found out how to do this, and I never posted it, because I’m a bad community member.
What I ended up doing was attaching the debugger manually to chrome. NOT the chrome instance that has the web page, but the chrome instance that is running Silverlight (which is a separate process)
I haven’t had any problems since.