If you encounter
"The symbol file pdb does not match the module"
Try to look in
Debug -> Windows -> Modules
Ctrl-D, M
there you can see where vs2008 tries to load the .pdb file.
SOLUTION
Rebuild your dll in DebugMode and deploy it there!
The symbol file im.pdb does not match the module - MSDN Forums
TIP: The symbol file im.pdb does not match the module
Latest Posts
Popular Posts
-
I am *very* keen on automating tests, so I was looking into unit testing a WCF service. If I say "unit test", I mean a fast ,...
-
It's easy I thought, just select the Property of the EntityType and set the Default Value in the Properties window to: DateTime.Now ...
-
*Updated* 26. September 2010: Updated with comments from Adam Cogan *Updated* 27. September 2010: Updated the comparison between anonymo...
2 comments:
very nice. thanks
After searching the web for the solution of this problem the whole afternoon, and trying all sorts of combinations this finally worked. Thank you very much.
Post a Comment