Could not create type 'umbraco.webservices.documents.documentService'

Posted by Cipher on Stack Overflow See other posts from Stack Overflow or by Cipher
Published on 2011-01-11T17:42:23Z Indexed on 2011/01/13 15:53 UTC
Read the original article Hit count: 303

Filed under:
|

Hi,

I was trying to install CMS for my ASP.NET (Open source Umbraco). After the installation process, when I try to run the website, I get this error: Could not create type 'umbraco.webservices.documents.documentService'. E:\Users\Sarin\Documents\Visual Studio 2010\WebSites\WebSite20\umbraco\webservices\api\DocumentService.asmx

Here's the line from default.aspx which is showing this error.

<%@ WebService Language="C#" CodeBehind="DocumentService.asmx.cs" Class=umbraco.webservices.documents.documentService %>

Any suggestions?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about umbraco