4

Possible Duplicate:
How to find out which version of the .NET Framework an executable needs to run?

Suppose I'm provided with a Windows .Net binary: Is there a way to know which version of the .Net framework it needs to run?

Community
  • 1
  • 1
Gulbahar
  • 5,343
  • 20
  • 70
  • 93
  • http://stackoverflow.com/questions/325918/how-to-find-out-which-version-of-the-net-framework-an-executable-needs-to-run – Jason Evans Oct 25 '11 at 13:02

1 Answers1

0

You can open it in dotPeek. Look at where it is placed in the tree or look the references required.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
  • this was already posted at the duplicate: http://stackoverflow.com/questions/325918/how-to-find-out-which-version-of-the-net-framework-an-executable-needs-to-run/7889683#7889683 – sehe Oct 25 '11 at 13:22
  • @DanielA.White: I know. And I saw it then too. – sehe Oct 25 '11 at 16:01