How to fix 'Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0' Error with 2sxc in DNN

后端 未结 1 1202
梦如初夏
梦如初夏 2021-01-25 10:34

I have a local DNN site and I am trying to use the 2sxc module to create content/apps before placing it on the actual production site. I tried to install the Razor Tutorial App

相关标签:
1条回答
  • 2021-01-25 10:51

    Did you check your web.config for something like

      <dependentAssembly>
        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
      </dependentAssembly>
    
    0 讨论(0)
提交回复
热议问题