Copied to clipboard

Flag this post as spam?

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


  • Gavin Leach 3 posts 23 karma points
    Aug 15, 2013 @ 18:10
    Gavin Leach
    0

    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" %>

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Aug 27, 2013 @ 16:43
    Anthony Dang
    0

    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?

     

     

     

     

     

  • Gavin Leach 3 posts 23 karma points
    Aug 28, 2013 @ 17:20
    Gavin Leach
    0

    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?

     

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Aug 29, 2013 @ 17:23
    Anthony Dang
    0

    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? 

Please Sign in or register to post replies

Write your reply to:

Draft