Activity overview
Latest activity by 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.. [image] / comments
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.
Err...
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....