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
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 ,...
-
MVC is awesome. I love the nice and clean HTML output, and the nice separation of concerns!! Not to mention how easy we can test the co...
-
It's easy I thought, just select the Property of the EntityType and set the Default Value in the Properties window to: DateTime.Now ...

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