Possible Duplicate:
How to tell if .net app was compiled in DEBUG or RELEASE mode?
Hi,
If I have third party pre-compiled code, how can I tell if the .dll's provided are release or debug versions?
If the .pdb files exist alongside the .dll's, does that mean the dll's are debug versions?
Thanks Nic