When I build my website in VS - I get these errors:
Error 1165 Could not load type 'Umbraco.Forms.UI.Pages.ExportFormEntries'. admin/plugins/umbracoContour/ExportFormEntries.aspx Error 1166 Could not load type 'Umbraco.Forms.UI.Pages.editWorkflow'. admin/plugins/umbracoContour/editWorkflow.aspx Error 1167 Could not load type 'Umbraco.Forms.UI.Dashboard.Licensing'. admin/plugins/umbracoContour/Licensing.ascx
When I open the files - Resharper also hightligt the namespace in red at the top.
Is something missing in the assemblies for Contour?
I would really like to be able to build my site succesfully as before without errors...
Build error in Contour Dll's?
I have just installed Contour on my local site.
When I build my website in VS - I get these errors:
Error 1165 Could not load type 'Umbraco.Forms.UI.Pages.ExportFormEntries'. admin/plugins/umbracoContour/ExportFormEntries.aspx
Error 1166 Could not load type 'Umbraco.Forms.UI.Pages.editWorkflow'. admin/plugins/umbracoContour/editWorkflow.aspx
Error 1167 Could not load type 'Umbraco.Forms.UI.Dashboard.Licensing'. admin/plugins/umbracoContour/Licensing.ascx
When I open the files - Resharper also hightligt the namespace in red at the top.
Is something missing in the assemblies for Contour?
I would really like to be able to build my site succesfully as before without errors...
I'm having the same issues after upgrading Contour to 1.1.5 and XSLTSearch to 3.0 in Umbraco 4.5.2.
Getting compile error missing type 'Umbraco.Forms.UI.Pages.editWorkflow'
Comment author was deleted
Could you see if removing the pages fixes the error
Nope, removed it from VS and the error still exists.
The editWorkflow.aspx page shows CodeBehind="editWorkflow.aspx.cs" Inherits="Umbraco.Forms.UI.Pages.editWorkflow"
But Reflector shows there is no matching class to match
Hi, I have the same error, but no solutions found.
Anyone got it fixed?
Also looking for a solution for this
Comment author was deleted
Just delete those 3 files they aren't used, need to clean up the build server so they don't get added anymore
For anybody interested, this hasn't been fixed yet, but there is an issue for it here: http://issues.umbraco.org/issue/CON-477
is working on a reply...