visual studio 2010: The Breakpoint will not currently be hit: No symbols have been loaded for this d
Posted
by Grayson Mitchell
on Stack Overflow
See other posts from Stack Overflow
or by Grayson Mitchell
Published on 2010-04-25T19:14:43Z
Indexed on
2010/04/25
19:23 UTC
Read the original article
Hit count: 922
visual-studio-2010
|silverlight-4.0
I am using VS2010, and Silverlight 4. When I run my code the debugging does not work (I get the above error on my breakpoints.
When I clean my solution a warning comes up saying that the system cannot find the file specified (a project dll). It is looking in the right path (..\debug), but there is no dll present.
I started a new Silverlight 4 project, and get the same error.
Sometime's the debugging does work (I am not sure if/what anything changed, but on one occasion I was surprised that my breakpoints worked. After changing one thing the breakpoints stopped working)
© Stack Overflow or respective owner