How to find out which version of .NET Framework executable needs to run?
        Posted  
        
            by Sam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sam
        
        
        
        Published on 2008-11-28T14:42:55Z
        Indexed on 
            2010/06/14
            14:22 UTC
        
        
        Read the original article
        Hit count: 278
        
I've got an executable file, and I would like to know which versions of the .net framework this file needs to be started.
Is there an easy way to find this information somewhere?
(So far I tried ildasm and dumpbin without any luck)
© Stack Overflow or respective owner