Thanks for the report Richard. I've just pushed an update to the Codeplex source that includes a fix for this. We have a different layout internally than we do on Codeplex and this was an artifact of our scripts to transform the two.
-Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Ertel Sent: Sunday, August 19, 2007 4:34 PM To: [email protected] Subject: [IronPython] Problem loading lastest IronPython Solution (Change Set 25569) 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
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
