Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ole Andreas M. Olsen 23 posts 119 karma points
    Aug 30, 2016 @ 21:13
    Ole Andreas M. Olsen
    2

    How I got it working with 7.5.2

    Thanks to the helpful people on this community I didn't have to stretch my brain powers too much to get Dialogue working under Umbraco 7.5.2.

    Here's a short how-to:

    1 ) Install Dialogue from Developer > Packages

    2 ) 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 
    

    Tips from here: http://www.codeshare.co.uk/blog/getting-dialogue-forum-package-to-work-with-umbraco-743/ (via https://our.umbraco.org/projects/collaboration/dialogue/general/75991-741-issues-microsoftwebhelpers-missing#comment-250975)

    3 ) Download Dialog source code (zip/git) and open the Dialogue.sln

    4 ) Install HtmlAgilityPack v 1.4.9

    Install-Package HtmlAgilityPack -Version 1.4.9
    

    5 ) Rebuild Dialog

    6 ) Copy Dialogue.Logic.dll to your Umbraco/bin folder.

    This made it work for me! Hope it helps someone?

  • Daniel Rogers 134 posts 712 karma points
    Oct 26, 2016 @ 07:07
    Daniel Rogers
    0

    I cant install Dialogue.

    The installation times out. and I get a this when I refresh the screen

    "No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the provider is registered in the 'entityFramework' section of the application config file"

    When I try to install web helpers I get this error

    Install failed. Rolling back... install-package : Could not install package 'Microsoft.AspNet.Razor 3.2.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. At line:1 char:1 + install-package Microsoft.aspnet.webhelpers + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCom mand

    I are using a fresh blank version of 7.5.3 with no starter kits. And converted the database to SqlExpress.

    There has to be an easier way to make this work.

  • Daniel Rogers 134 posts 712 karma points
    Nov 09, 2016 @ 00:24
    Daniel Rogers
    0

    Got it working had to start with a new project get dialogue working then rebuild my existing website around it.

Please Sign in or register to post replies

Write your reply to:

Draft