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>
The texts are very small and / or I don't see any Icons when I edit
You are most likely using Open Content in Combination with a Bootstrap 4 Theme.
If that's the case:
- Go to Edit Global Settings
- Uncheck the "Load Bootstrap on Edit Form" setting
- Check the "Load Glyphicons on Edit Form" setting
Updated almost 6 years ago