uCommentsy wasn't functioning 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'.
uCommentsy on umbraco 6.1+ build error
umbraco: 6.1.2 (MVC)
uBlogsy: 3.0
uCommentsy:1.0.0.2
uCommentsy wasn't functioning 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" %>
is working on a reply...