This post shows you how to overcome the problems with installing the Dialogue forum package in your Umbraco site.

  • Download the package from our.umbraco.org the version I have is dialogue v1.1
  • Install it as a local package in the developer tab > Packages
  • Click button to finish installation.
  • Publish the forum and all of it's children.

Build the project

If you get this error:

Cannot find reference for Microsoft.Web.Helpers

Then install the following NuGet Packages using the NuGet Package Manager Console

PM> Install-Package Microsoft.AspNet.WebHelpers
PM> Install-Package WebMatrix.Data
PM> Install-Package WebMatrix.WebData

When you have done this, do another build and try to go to the forum.

You may then get another error about WebMatrix.Data

You need to edit the web.config file at the root of the site to redirect version 3.0.0.0 to version 2.0.0.0

<dependentAssembly>
<assemblyIdentity name="WebMatrix.Data" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>

Do another build, you should now be able to go to the forum page.

 

 

Paul Seal

Umbraco MVP and .NET Web Developer from Derby (UK) who specialises in building Content Management System (CMS) websites using MVC with Umbraco as a framework. Paul is passionate about web development and programming as a whole. Apart from when he's with his wife and son, if he's not writing code, he's thinking about it or listening to a podcast about it.

Proudly sponsored by

Moriyama

  • Moriyama build, support and deploy Umbraco, Azure and ASP.NET websites and applications.
AppVeyor

  • CI/CD service for Windows, Linux and macOS
  • Build, test, deploy your apps faster, on any platform.
elmah.io

  • elmah.io is the easy error logging and uptime monitoring service for .NET.
  • Take back control of your errors with support for all .NET web and logging frameworks.
uSync Complete

  • uSync.Complete gives you all the uSync packages, allowing you to completely control how your Umbraco settings, content and media is stored, transferred and managed across all your Umbraco Installations.
uSkinned

  • More than a theme for Umbraco CMS, take full control of your content and design with a feature-rich, award-nominated & content editor focused website platform.
UmbHost

  • Affordable, Geo-Redundant, Umbraco hosting which gives back to the community by sponsoring an Umbraco Open Source Developer with each hosting package sold.