Debugger Cannot Find AnyAll.cs
Nathan Sokalski
4,111
Reputation points
While debugging my app, I receive the following message when I reach the .Any(...) Linq method:
AnyAll.cs not found: Source Link authentication failed
First of all, I have no need to view the internal codebehind for the Any method (or other internal methods of the Linq namespace). Second, I never used to receive this message. This message is preventing me from stepping through my code. What can I do? Thanks.
Sign in to answer