<div dir="ltr"><div><div>Hi, Jeff. <br><br></div>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".<br>
<br></div>Jimmy wrote:<br><br><h4>Background</h4> <p>This download enables <a href="http://www.asp.net/dynamiclanguages" target="_blank">IronPython as an ASP.NET programming language</a>. To create a new IronPython <a href="http://ASP.NET" target="_blank">ASP.NET</a> WebForms project, simply copy <code>examples\web.config</code> and <code>examples\bin</code>, and use <code>examples\hello-webforms.aspx</code> as a reference. A redistributed copy of the IronPython 2.7 Alpha 1 binaries can be found in the <code>examples\bin</code> directory; all files except <code>Microsoft.Scripting.AspNet.dll</code>, the IronPython <a href="http://ASP.NET" target="_blank">ASP.NET</a> integration, are from the IronPython 2.7 Alpha 1 release.</p>
<p>For more detail on getting started, <a href="http://blog.jimmy.schementi.com/2008/09/aspnet-dynamic-language-support.html" target="_blank">here’s a simple walk-through of making the “hello-webforms” app</a>.</p><p><br>
</p><p>I will try it with a question in the <a href="http://ASP.NET" target="_blank">ASP.NET</a> Forum. Thanxx much, Jeff :-)</p></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/17 Jeff Hardy <span dir="ltr"><<a href="mailto:jdhardy@gmail.com" target="_blank">jdhardy@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't actually know where that DLL comes from. I thought all of the<br>
<a href="http://ASP.NET" target="_blank">ASP.NET</a> support was in Microsoft.Scripting.AspNet, so you could see of<br>
those types are in there.<br>
<br>
- Jeff<br>
<div><div class="h5"><br>
On Fri, Jan 17, 2014 at 7:15 AM, Bernd Viehmann<br>
<<a href="mailto:bernd.viehmann@googlemail.com">bernd.viehmann@googlemail.com</a>> wrote:<br>
> Hi,<br>
><br>
> i am playing and have tried to create an <a href="http://ASP.NET" target="_blank">ASP.NET</a> project with IronPython<br>
> 2.7.4. I have copied the dlls to the bin-folder in my project. But in the<br>
> platform-folder of the 2.7.4. version there is dll missing:<br>
> Microsoft.Web.Scripting.<br>
><br>
> This dll is used in the old dynamic.language-support example-project (which<br>
> is older now). So when i try to build the project i get an error-message<br>
> that the type "Microsoft.Web.Scripting.UI.NoCompileCodePageParserFilter"<br>
> could not be loaded.<br>
><br>
> The Microsoft.Web.Scripting.dll is used several times in the web.config that<br>
> i have taken from the older dynamic-lng-spprt example. Here is a list:<br>
><br>
> <pages compilationMode="Auto"<br>
> pageParserFilterType="Microsoft.Web.Scripting.UI.NoCompileCodePageParserFilter"<br>
> pageBaseType="Microsoft.Web.Scripting.UI.ScriptPage"<br>
> userControlBaseType="Microsoft.Web.Scripting.UI.ScriptUserControl"><br>
> <controls><br>
> <add tagPrefix="asp" namespace="System.Web.UI"<br>
> assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,<br>
> PublicKeyToken=31BF3856AD364E35"/><br>
> <add tagPrefix="asp" namespace="System.Web.UI.WebControls"<br>
> assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,<br>
> PublicKeyToken=31BF3856AD364E35"/><br>
> </controls><br>
> </pages><br>
><br>
> <httpModules><br>
> <add name="DynamicLanguageHttpModule"<br>
> type="Microsoft.Web.Scripting.DynamicLanguageHttpModule"/><br>
> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule,<br>
> System.Web.Extensions, Version=3.5.0.0, Culture=neutral,<br>
> PublicKeyToken=31BF3856AD364E35"/><br>
> </httpModules><br>
><br>
><br>
> <modules><br>
> <remove name="ScriptModule"/><br>
> <add name="ScriptModule" preCondition="managedHandler"<br>
> type="System.Web.Handlers.ScriptModule, System.Web.Extensions,<br>
> Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><br>
> <add name="DynamicLanguageHttpModule" preCondition="integratedMode"<br>
> type="Microsoft.Web.Scripting.DynamicLanguageHttpModule"/><br>
> </modules><br>
><br>
><br>
> does somebody fixed that? is the dll not longer used and i have to make some<br>
> changes in my web.config ? or is there an upgrade for this dll?<br>
><br>
> thanks much for your help and kind regards<br>
><br>
> Bernd<br>
><br>
</div></div>> _______________________________________________<br>
> Ironpython-users mailing list<br>
> <a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
><br>
</blockquote></div><br><br clear="all"><br>-- <br><br>
Mit freundlichen Grüßen<br>
<br>
Bernd Viehmann<br>
Mahrweg 46 <br>
41836 Hückelhoven<br>
<br>
Tel.: 02433 9640 100<br>
Fax: 02433 9640 109<br>
</div>