I have solution with 3 projects. Project one - Library. Project two - Service (asmx). Project three - Test. In my service I have two config transform: PRODUCTION and TEST. They are equals, but name of databases is different. My solution:
If I Debug Test with PRODUCTION.config then all right - my breakpoints is active. If I Debug Test with TEST.config then bad. I get this:
What could be the problem? Sorry for my English.
VS2015 The breakpoint will not currently be hit. No symbols have been loaded for this document Bookmark this question. Show activity on this post. I have solution with 3 projects. Project one - Library.
If the breakpoint is in a library that is only used in one function in your main assembly, the symbols will not be loaded (and it will show the breakpoint as not being hit) until that function is called. c#.net visual-studio debugging breakpoints
The breakpoint will not currently be hit. No symbols have been loaded for this document in a Silverlight application Visual Studio 2010 RC, W7 x64, started a new project type of Silverlight application. Hosting the Silverlight application in a ASP.NET Web Application Project. Silverlight Version 3.0.
If the breakpoint is in a library that is only used in one function in your main assembly, the symbols will not be loaded (and it will show the breakpoint as not being hit) until that function is called. Show activity on this post. Start debugging, as soon as you've arrived at a breakpoint or used Debug > Break All, use Debug > Windows > Modules.
I had similar issue and I did the following simply:
Go to Debug
=> Options
=> General
=> Remove the check mark for "Enable Just My Code
"
This worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With