Hi all,
I'm using IPortable and ISearchable in my custom module.
My DNN-File in the PA contains the line
<businesscontrollerclass>classname, assembly</businesscontrollerclass>
When I install the PA, DNN recognizes correctly, that IPortable and ISearchable are implemented (as shown in the module definition in host menu), therefore I assume that it must have instanciated the business controller class to get this information (or does it keep this information from former installations?). The install log shows no error.
But in the host's module definition the module's business controller class is empty.
Testing a module's instance i can't see the action menu entries supported by IPortable.
Why is the businesscontrollerclass first recognized and then revoked?