I get a red squiggly under "umbraco" in the register assembly bit saying it's ambiguous and under all the umbraco ui controls I have no intellisense.
I am referencing the following dlls
businesslogic
clientDependence.Core
cms
controls
interfaces
umbraco.core
umbraco.datalayer
umbraco
It's not a complete show stopper as everything still compiles and when I put my page into the umbraco site it all works fine but it's getting difficult to develop like this!
Cannot reference umbraco.uicontrols in visual studio
Hi
I am creating a custom backend page and I want to use the umbraco uicontrols like the umbracopanel and propertypanel.
I am using
and inheriting from the
UmbracoEnsuredPage
.but when I try doing something like this:
I get a red squiggly under "umbraco" in the register assembly bit saying it's ambiguous and under all the umbraco ui controls I have no intellisense.
I am referencing the following dlls
It's not a complete show stopper as everything still compiles and when I put my page into the umbraco site it all works fine but it's getting difficult to develop like this!
What am I missing?
Thanks
Bex
is working on a reply...