You need to look at the minor version as well. You need to have atleast the SP1 version of .NET 2.0 which means that the version should be greater than v2.0.50727.1433.
One way to find out is look at the file properties of <WindowsDir>\Microsoft.NET\Framework\v2.0.50727\fusion.dll. That's what MSIs use to figure out the .net version. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seshadri Pillailokam Vijayaraghavan Sent: Wednesday, September 03, 2008 3:18 PM To: Discussion of IronPython Subject: Re: [IronPython] What version of CLR is required to build latest IronPython sources? This should be good enough. This is the version that's installed by VS 9.0 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Eloff Sent: Wednesday, September 03, 2008 3:01 PM To: Discussion of IronPython Subject: [IronPython] What version of CLR is required to build latest IronPython sources? I opened the Visual Studio 2008 Command Prompt and typed clrver: c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC>clrver Versions installed on the machine: v2.0.50727 Is this good enough, or do I need to install a different CLR version to build IronPython? (I'm getting build errors, so perhaps this is the reason) -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
