Re: [Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-17 Thread Bernd Viehmann
Hi, Jeff. I have tried this. I also found an remark on the blog of Jimmy Schementi. He says that you just have to rename Microsoft.Web.Scripting to Microsoft.Scripting.AspNet. But now it throws an exception when initialising the type "Microsoft.Scripting.AspNet.EngineHelper". Jimmy wrote: Backgr

Re: [Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-17 Thread Jeff Hardy
I don't actually know where that DLL comes from. I thought all of the ASP.NET support was in Microsoft.Scripting.AspNet, so you could see of those types are in there. - Jeff On Fri, Jan 17, 2014 at 7:15 AM, Bernd Viehmann wrote: > Hi, > > i am playing and have tried to create an ASP.NET project

[Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-16 Thread Bernd Viehmann
Hi, i am playing and have tried to create an ASP.NET project with IronPython 2.7.4. I have copied the dlls to the bin-folder in my project. But in the platform-folder of the 2.7.4. version there is dll missing: Microsoft.Web.Scripting. This dll is used in the old dynamic.language-support example-