Source cannot be found - step through disassembly
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-05-18T22:59:43Z
Indexed on
2010/05/18
23:10 UTC
Read the original article
Hit count: 233
ASP.NET
Hi,
I have an ASP.NET web app. I reference an external .dll, made by another team member.
When first stepping through my code (which calls this dll's class and method), I get an error (runtime of course) stating that the source cannot be found and if I want to step through disassembly.
What causes this? Also, is it possible to add .pdb files to a project's references?
Thanks
© Stack Overflow or respective owner