Yes and no.  Take the 2010 source zip file (IronPython-2.6.1-Src-Net40.zip) 
from http://ironpython.codeplex.com/releases/view/36280 and run:
   Msbuild /t:rebuild /p:configuration="V4 Release" IronPython4.sln
from the src directory.  

If you have only .NET 4.0 installed (that is, no VS 2010 installation), it 
should work.  If on the other hand you have VS 2010 installed and try building 
this from an SDK command prompt you'll likely end up with some error messages 
about "The type or namespace name 'Utils' does not exist in the namespace 
'System.Dynamic' (are you missing an assembly reference?)".  If the latter is 
your case, the underlying issue has already been fixed and we should have the 
IronPython_Main branch on CodePlex setup with the VS 2010 solution within the 
next couple of weeks.

Dave

-----Original Message-----
From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Max Yaffe
Sent: Monday, April 26, 2010 1:53 PM
To: users@lists.ironpython.com
Cc: Jimmy Schementi
Subject: [IronPython] IronPython Source & VS2010

Can IronPython 2.6.1 be compiled in VS 2010 - release version?

Thanks,
Max

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to