I dynamically load Silverlight class library projects on demand. (DLLs in a zip).
This is not the problem...the problem seems to be that I have to manually copy开发者_如何学运维 the pdb file(s) of those loaded assemblies (the assemblies belong all to the same VS solution) into the debug(output) folder of the main Silverlight application for debugging. If I don't do this, Visual Studio does not hold on breakpoints of those dynamically loaded assemblies.
I really hope I make something wrong here and not that I have to create a post-build script, which does that 'copy pdb job'.
Thanks for feedback.
精彩评论