I had this same problem when I created a new document type, and it was solved when I created a controller for the document type..
Since this problem was fixed by creating a new controller, I didn't quite dig deeper to find the root of the problem because I just had to make some minor edits to an existing project, but i'm thinking it has something to do with misconfigured routes or something. (When I checked there was no RouteConfig.cs in App_Start)
Maybe someone who knows a bit more about Umbraco's internal routing and route hijacking can provide some more insight, but adding a controller will get you going again for now.
Getting 'no code for the document type found' error ?
Just added a contentpage of the type 'ContentBlokSub' but when I try to view it, I get this strange error.
Any ideas what this problem might be?
I also randomly have it and for different pages. Can it be connected with umbraco cache when i change web.config or binaries?
I had this same problem when I created a new document type, and it was solved when I created a controller for the document type..
Since this problem was fixed by creating a new controller, I didn't quite dig deeper to find the root of the problem because I just had to make some minor edits to an existing project, but i'm thinking it has something to do with misconfigured routes or something. (When I checked there was no RouteConfig.cs in App_Start)
Maybe someone who knows a bit more about Umbraco's internal routing and route hijacking can provide some more insight, but adding a controller will get you going again for now.
is working on a reply...