Finding out the .NET Framework version that an assembly uses

There will be cases where you would need to find out the .NET Framework version of an application or assembly running on a machine and you just don’t have the right tools. This is especially true when you need to promote your code from test to production environment. If there is only one version of […]