uCommentsy
wasn't functioning correctly so I downloaded the sourcecode and added it to my
local website in VS. When trying to build the website this error occurs:
Config\Splashes\noNodes.aspx(1): Build (web): Could not load type
'Umbraco.Web.UI.Config.Splashes.NoNodes'.
With you uCommentsy when clicking the submit button on the comment form nothing was happening. The blog post page would be reloaded with my contents for the comment still within the boxes. The URL of the page would not change to an action/success/failure URL.
I'm using MVC mode.
N.B. When added the sourcecode projects to my solution I get a build error within a customEventHandler in the App_code folder. My customEventHandler uses ApplicationEventHandler (umbraco 6.1+ supported). Before I add the uCommentsy.BusinessLogic projects this would build no problem. After adding the businesslogic project and building I get an error saying ApplicationEventHandler could not be found and asks me if I'm missing a reference.
From this point I tried changing ApplicationEventHandler to IApplicationEventHandler, which went on to cause the NoNodes issue
Do i need to change something in uCommentsy to allow me the use ApplicationEventHandler? am I installing the source projects incorrectly(I'm adding them to the solution in VS2012 then replacing the uCommentsy DLLs with references to the project i've just added. Do I need to install uCommentsy somehow before it will build perhaps?
I think adding the source to your solution is not the best idea.
If you need to make any modifications to uCommentsy, you should do it in the source solution, build, and then copy the dll's over to your project as dependencies.
Not building on umbraco 6.1.2
umbraco: 6.1.2
uBlogsy: 3.0
uCommentsy:1.0.0.2
uCommentsy wasn't functioning correctly so I downloaded the sourcecode and added it to my local website in VS. When trying to build the website this error occurs:
Config\Splashes\noNodes.aspx(1): Build (web): Could not load type 'Umbraco.Web.UI.Config.Splashes.NoNodes'.
at:
<%@ Page Language="C#" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Config.Splashes.NoNodes" CodeBehind="NoNodes.aspx.cs" %>
This page normally appears when umbraco doesnt have any content nodes. You may be missing nonodes.aspx or perhaps an Umbraco dll.
What was not working with ucommentsy?
Were you in MVC mode?
With you uCommentsy when clicking the submit button on the comment form nothing was happening. The blog post page would be reloaded with my contents for the comment still within the boxes. The URL of the page would not change to an action/success/failure URL.
I'm using MVC mode.
N.B. When added the sourcecode projects to my solution I get a build error within a customEventHandler in the App_code folder. My customEventHandler uses ApplicationEventHandler (umbraco 6.1+ supported). Before I add the uCommentsy.BusinessLogic projects this would build no problem. After adding the businesslogic project and building I get an error saying ApplicationEventHandler could not be found and asks me if I'm missing a reference.
From this point I tried changing ApplicationEventHandler to IApplicationEventHandler, which went on to cause the NoNodes issue
Do i need to change something in uCommentsy to allow me the use ApplicationEventHandler? am I installing the source projects incorrectly(I'm adding them to the solution in VS2012 then replacing the uCommentsy DLLs with references to the project i've just added. Do I need to install uCommentsy somehow before it will build perhaps?
I think adding the source to your solution is not the best idea.
If you need to make any modifications to uCommentsy, you should do it in the source solution, build, and then copy the dll's over to your project as dependencies.
Does that answer your question?
is working on a reply...