Hi,
on some of my views I get a similar error message to that one.
IPrivateSecurityProfileListView cannot be resolved (or is
not a valid type) for the field SecurityProfileListView.wdThis
Obviously the IPrivate* classes are not generated. Deleting gen_* subfolders and files and restart doesn't help.
Do you have a clue why?
thanks
Mathias
Hi Mathias,
this usually happens after renaming a view- or some other type of controller. The crucial import statement "yourpackagepath.IPrivateControllerName" is not automatically adjusted after renaming. Open the Implementation tab of the errorneous controller and add/adjust the import statement inside the @@begin/@@end import section.
Hope that helps.
Regards
Stefan
Add a comment