This question is locked. New answers and comments are not allowed.
Hi!
I'm trying out JustCode and noticed a lot of errors after running Code Analysis. After further investigation it seems that all of these are of type: "C#: Unknown entity: ..." and "C#: There is no applicable variable or member".
In our application we have a UserControl that helps with controlling layout. This is partly done with Templates. The templates are marked with the following attributes:
I'm suspecting that JustCode is having problems finding controls in our templates...
Any thoughts?
I'm trying out JustCode and noticed a lot of errors after running Code Analysis. After further investigation it seems that all of these are of type: "C#: Unknown entity: ..." and "C#: There is no applicable variable or member".
In our application we have a UserControl that helps with controlling layout. This is partly done with Templates. The templates are marked with the following attributes:
[TemplateContainer(typeof(BaseContainer)), TemplateInstance(TemplateInstance.Single),PersistenceMode(PersistenceMode.InnerProperty)]public ITemplate HeaderTemplate{ get { return headerTemplate; } set { headerTemplate = value; }}I'm suspecting that JustCode is having problems finding controls in our templates...
Any thoughts?
