We do still have the v2Debug build configuration available in the csproj files, and IronPython.Mono.sln still allows building it: msbuild Solutions\IronPython.Mono.sln /p:Configuration=v2Debug
However, current sources fail to build in a few places. Looks like you can put #if !CLR2 around those areas and it should still work against CLR2 runtimes. ~Jimmy On Jul 27, 2011, at 2:28 AM, Markus Schaber wrote: > It seems that IronPython 2.7 beta 2 can only be compiled for .NET 3.5, but > will not work any more when the projects are converted to be pure .NET 2.0 > projects (using SharpSVN). > > Is this a known issue? > Or is there an error on my side? > > Thanks, > Markus
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users