On Fri, Jan 7, 2011 at 5:26 PM, ben kuin <benk...@gmail.com> wrote:
> As far as I can see Microsoft.CSharp.dll is not part of the mono >=
> 2.8 installation ...

EngineHelper.cs is part of MerlinWeb, which is the ASP.NET support for
IronPython. Try removing it from the solution:

Find the lines

    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") =
"Microsoft.Scripting.AspNet",
"..\Hosts\MerlinWeb\Microsoft.Scripting.AspNet\Microsoft.Scripting.AspNet.csproj",
"{3272E46C-F4D9-418D-9EE9-081A1B658EE4}"
    EndProject

and remove them. xbuild shouldn't try and build
Microsoft.Scripting.AspNet, which should let you get a bit further.

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

Reply via email to