F.A.Q.
Open Content Frequently Asked Questions
Errors after upgrade to DNN 8?
Make sure the following is available in the web.config
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
Updated less than a minute ago