Got "This method has no associated source code" info.
yutien
Posts: 3
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..
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..
Comments
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..
http://www.red-gate.com/supportcenter/C ... wledgebase\ANTS_Profiler\KB200708000133.htm