Serenity: After 3.8.1->3.8.2

Created on 5 Dec 2018  路  4Comments  路  Source: serenity-is/Serenity

Hello dears! After upgrading to 3.8.2, the application stops working.

image
image

If you roll back to 3.8.1, everything works

notice

Most helpful comment

I have also noticed that.

    <handlers>
      <add name="SkipStaticFileForUploadFolder" verb="GET" path="upload/*" type="System.Web.Handlers.TransferRequestHandler" />
      <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />

      <add name="DynamicScriptHandler" verb="POST,GET,HEAD" path="DynJS.axd" type="Serenity.Web.HttpHandlers.DynamicScriptHandler, Serenity.Web" />
    </handlers>

after update to 3.8.2, the following line is deleted somehow

<add name="DynamicScriptHandler" verb="POST,GET,HEAD" path="DynJS.axd" type="Serenity.Web.HttpHandlers.DynamicScriptHandler, Serenity.Web" />

bringing back this line have fixed my issue.
you might try that.

All 4 comments

I have also noticed that.

    <handlers>
      <add name="SkipStaticFileForUploadFolder" verb="GET" path="upload/*" type="System.Web.Handlers.TransferRequestHandler" />
      <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />

      <add name="DynamicScriptHandler" verb="POST,GET,HEAD" path="DynJS.axd" type="Serenity.Web.HttpHandlers.DynamicScriptHandler, Serenity.Web" />
    </handlers>

after update to 3.8.2, the following line is deleted somehow

<add name="DynamicScriptHandler" verb="POST,GET,HEAD" path="DynJS.axd" type="Serenity.Web.HttpHandlers.DynamicScriptHandler, Serenity.Web" />

bringing back this line have fixed my issue.
you might try that.

I also confirmed that.

@dfaruque You're right, it helped me!

After I upgrade packages from 3.8.1 to 3.9.0 same error happens.
Has had fixed by adding DynamicScriptHandler row to web.config.

thanks @dfaruque .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AmuthaKondusamy picture AmuthaKondusamy  路  3Comments

JohnRanger picture JohnRanger  路  3Comments

Akarsh03 picture Akarsh03  路  3Comments

kilroyFR picture kilroyFR  路  3Comments

moostafaa picture moostafaa  路  3Comments