Errors when compiling dependent classes
Hi Guys,
I'm getting
BTW in was a part of conversion where I'm converting our legacy Ensemble 2014 to 2018 and all classes are compiling fine only classes that have those custom components in them
.png)
Thanks
Comments
some thoughts on using custom ZEN Components that I follow that might help.
- In my custom component I have
/// If true, then the include files generated for this component, are placed in the /// common /csp/broker directory and not the local /csp/*namespace* directory.<br/> /// This is intended for use with packages that are mapped so as to be visible to every namespace.<br/> /// All Zen classes within the same package must have the same value for this parameter. /// It is the developer's responsibility to ensure this. Parameter USECOMMONDIRECTORY As BOOLEAN = 1;and
/// XML namespace for component.
Parameter NAMESPACE = "http://www.readycomputing.com/zen";2. In my ZEN page in
if you are using Package Mapping with a common database for your classes I found using USECOMMONDIRECTORY neccessary.
Also note that if you do it this way, your tag for the custom component will be RC:imageclickbutton with the XML namespace and a colon on the front.