How to identify if the DLL is Debug or Release build (in .NET) -
Possible duplicates:
I'm sure it's been asked before, but Google and SO search fail me.
How can I identify if there is a DLL release build or debug build?
The best way to do this is to check compiled assemblies manually. By Rotem Bloom '. This is a very useful tool called 'NET assembly information'. After installing it, it adds itself to open itself with .dll files. After installing, you can just double click on the assembly to open and it will give you the assembly details displayed in the screenshot given below.
LinkTaptation:
Hope it helps.
Comments
Post a Comment