I built my assembly in debug mode and copied into GAC. But assembly is not showing in Module window.
When put breakpoint it says “The breakpoint will not currently be hit. No symbols have been loaded for this document.”
Anybody have clue
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just something simple to try – you may have tried it already. Right click the Solution in solution explorer, click “clean solution“, this deletes all the compiled and temporary files associated with a solution.
Do a rebuild of the solution and try to debug again.
I’ve also had troubles with breakpoints multiple projects in a solution – some compiled as x86, some as x64. Is this your setup?