[IronPython] Problem loading lastest IronPython Solution (Change Set 25569)
Richard Ertel
richarde at talkingtech.com
Sun Aug 19 16:33:59 PDT 2007
Hi All,
I've tried loading the latest checkin of the Iron Python solution
(Change Set 25569), however Visual Studio complains about some malformed
xml in 2 of the project files.
The first being in IronPython.Modules.csproj. The error is:
The project file could not be loaded. The 'ItemGroup' start tag on line
101 does not match the end tag of 'None'. Line 103, position 7.
The second being in Microsoft.Scripting.csproj. It's the same error
however on a different line, 471.
Both ItemGroups appear to be trying to establish a path to a Strong Name
Key file.
Below is the invalid node content:
<ItemGroup>
<Link>Properties\25StrongName.snk</Link>
</None>
</ItemGroup>
If you remove the offending ItemGroup node from each file the problem is
resolved and the solution & projects will load successfully.
Thanks,
Richard Ertel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20070820/d2f1f587/attachment.htm
More information about the Users
mailing list