views:

11

answers:

1

I have an application using a dll from the 'Microsoft Enterprise Library'. How do I find out which version of the 'Enterprise library' the dll came from? The dll is 'Microsoft.ApplicationBlocks.ExceptionManagement.dll' and it's 'Product' and 'File' version is 1.0.3055.29252.

A: 

Your assembly is part of Exception Management Application Block. This was the first release from 4/23/2002 and actually predates the name Enterprise Library.

I think this was released only as source code so your build version doesn't help much.

Tuzo