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.
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
3 ) Download Dialog source code (zip/git) and open the Dialogue.sln
4 ) Install HtmlAgilityPack v 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?
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.
Got it working had to start with a new project get dialogue working then rebuild my existing website around it.
is working on a reply...