Comments
3 comments
-
can you ensure that the pdb files are all in the same directory as the main executable?
-
hi Chris.Allen :
Thank you..
In my case is ASP.NET, So what is directory need have dll, pdb and cs files ??
I have try to copy dll,pdb and cs files to Bin folder, but have exception show to me.
Error is tell me same assemble already to load, the problem is come from load dll and pdb on Application_Start event I think.
Please help me.. -
Please read this article as it is the most general solution to this problem:
http://www.red-gate.com/supportcenter/C ... wledgebase\ANTS_Profiler\KB200708000133.htm
Add comment
Please sign in to leave a comment.
But the tool just show me "This method has no associated source code" info to me.
In my project is use "Assembly.Load(dll, pdb);" to load "abc.dll" and "abc.pdb" files.
Please help me, how to do ? I need see the source code in the tool.
Thank you..