[IronPython] Missing folders in SVN

Steve Dower s.j.dower at gmail.com
Sun Jun 27 23:49:27 CEST 2010


I noticed this as well when one of the recent commits came through,
figured it was going to be dealt with in good time.

While the plan is to remove support for .NET 2.0 (which required some
extra classes) and make .NET 4.0 will be the official target, the
project files in IronPython_Main still have all the .NET 2.0
references (with conditionals that MSBuild respects and VS seems to
ignore). I assume these will be removed at some point, but until then the
IDE is going to report these as issues.


2010/6/28 Lukas Cenovsky <cenovsky at bakalari.cz>:
> Well, I just opened IronPython_Main\Solutions\IronPython.sln and the
> following errors appear:
>
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj
> : error  : Unable to read the project file
> 'Microsoft.Scripting.Core.csproj'.
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj:
> The project file could not be loaded. Could not find a part of the path
> 'C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj'.
>
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj
> : error  : Unable to read the project file
> 'Microsoft.Scripting.ExtensionAttribute.csproj'.
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj:
> The project file could not be loaded. Could not find a part of the path
> 'C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj'.
>
> But I tried building now and building Release and Silverlight4Release
> succeeded, building Silverlight3Release failed.
>
> Trying Silverlight4Release however shown the following error:
>
> C:\IronPython_Main\bin\Silverlight4Release>Chiron.exe /d:python
> Chiron - Silverlight Dynamic Language Development Utility. Version 1.0.0.0
> Chiron serving 'C:\IronPython_Main\bin\Silverlight4Release\python' as
> http://localhost:2060/
> 21:40:11 200       338 /css/screen.css
> 21:40:11 200     5 146 /index.html
> 21:40:11 200     1 249 /js/error.js
> 21:40:13 500       637 /app.xap [error generating XAP: Could not find
> assembly: System.Numerics.dll]
>
> Sure I know this is not yet even beta - just reporting my attempts.
>
> Btw. is a release date for 2.6.2 known already?
>
> --
> -- Lukáš
>
>
> On 27.6.2010 20:53, Curt Hagenlocher wrote:
>
> Those projects don't exist for .NET 4.0; did you want to build for 2.0 or
> 4.0?
>
> 2010/6/27 Lukas Cenovsky <cenovsky at bakalari.cz>
>>
>>  Hi,
>> I wanted to build IronPython from sources but some files are missing:
>> Microsoft.Scripting.Core.csproj
>> Microsoft.Scripting.ExtensionAttribute.csproj
>>
>> Actually the whole folder IronPython_Main\Runtime\Microsoft.Scripting.Core
>> is missing.
>>
>> --
>> -- Lukáš
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ironpython.com
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



More information about the Ironpython-users mailing list