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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -