Umbraco default install does not build without errors in VS, why is that?
I am evaluating Umbraco, I downloaded the latest stable release (4.5.2) extracted it to a folder, added the folder as a website project to my solution and tried to build and run the website (F5). Here's the result:
Error1Could not create type 'umbraco.webservices.documents.documentService'.C:\Users\Michiel\Projecten\Umbraco\Website\umbraco\webservices\api\DocumentService.asmx1
Quite disappointing but I'm guessing I'm mistaking the distributed files for a working website project, because it seems it's not. For one thing, based on the error above, I have to conclude that it's missing all codebehind files for the complete webservices API.
Umbraco default install does not build without errors in VS, why is that?
I am evaluating Umbraco, I downloaded the latest stable release (4.5.2) extracted it to a folder, added the folder as a website project to my solution and tried to build and run the website (F5). Here's the result:
Error 1 Could not create type 'umbraco.webservices.documents.documentService'. C:\Users\Michiel\Projecten\Umbraco\Website\umbraco\webservices\api\DocumentService.asmx 1
Hi,
This is discussed in detail on this thread http://our.umbraco.org/forum/getting-started/installing-umbraco/11675-umbracowebservicesdocumentsdocumentService-error
Rich
Thanks for the link, hopefully they will add the missing file to the distribution then.
is working on a reply...