<div dir="ltr"><div><div><div><div><div>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 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.<br>
<br>This dll is used in the old dynamic.language-support example-project (which is older now). So when i try to build the project i get an error-message that the type "Microsoft.Web.Scripting.UI.NoCompileCodePageParserFilter" could not be loaded. <br>
</div><br></div>The Microsoft.Web.Scripting.dll is used several times in the web.config that i have taken from the older dynamic-lng-spprt example. Here is a list:<br><br> <pages compilationMode="Auto" pageParserFilterType="Microsoft.Web.Scripting.UI.NoCompileCodePageParserFilter" pageBaseType="Microsoft.Web.Scripting.UI.ScriptPage" userControlBaseType="Microsoft.Web.Scripting.UI.ScriptUserControl"><br>
<controls><br> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><br>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><br> </controls><br>
</pages><br><br> <httpModules><br> <add name="DynamicLanguageHttpModule" type="Microsoft.Web.Scripting.DynamicLanguageHttpModule"/><br> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><br>
</httpModules><br><br><br> <modules><br> <remove name="ScriptModule"/><br> <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/><br>
<add name="DynamicLanguageHttpModule" preCondition="integratedMode" type="Microsoft.Web.Scripting.DynamicLanguageHttpModule"/><br> </modules><br><br><br></div>does somebody fixed that? is the dll not longer used and i have to make some changes in my web.config ? or is there an upgrade for this dll?<br>
<br></div>thanks much for your help and kind regards<br><br></div>Bernd</div>