How can we help you today? How can we help you today?

Got "This method has no associated source code" info.

I have all files ("abc.dll", "abc.pdb" and "abc.cs").
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.. :)
yutien
0

Comments

3 comments

  • Chris.Allen
    can you ensure that the pdb files are all in the same directory as the main executable?
    Chris.Allen
    0
  • yutien
    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.. :)
    yutien
    0
  • Chris.Allen
    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
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.