S
Scott
Does anyone know of a way to get the .NET Framework version that's required
by a specified assembly. I have a program I've written that creates a
Windows Installer setup for any application. However, for many of the
programs I work with there are a lot of files that have come from other
developers, and I'd like to be able to determine programmatically which
version of the Framework is required by each assembly. This way I'll know
which version to distribute with the installation.
I can load an assembly and get all of the referenced assemblies and
properties, but I just can't find a way to get the version of the Framework
it was built with.
Any help would be appreciated....
Scott
by a specified assembly. I have a program I've written that creates a
Windows Installer setup for any application. However, for many of the
programs I work with there are a lot of files that have come from other
developers, and I'd like to be able to determine programmatically which
version of the Framework is required by each assembly. This way I'll know
which version to distribute with the installation.
I can load an assembly and get all of the referenced assemblies and
properties, but I just can't find a way to get the version of the Framework
it was built with.
Any help would be appreciated....
Scott