If you click on About Module and the portal throws an Object Reference error, the culprit is a trailing space in the ID. Removing the space will fix the issue.
For example, if your module ID says:
<ID>Passageways.Consulting.Modules.WAPReport </ID>
you will get the Object Reference Error when you click on the module's About Module module tool.
Removing the space after WAPReport will fix the issue.
<ID>Passageways.Consulting.Modules.WAPReport</ID>
Comments
0 comments
Please sign in to leave a comment.