I'm posting this here since I didn't get any support from the sitefinity forum.
I created a new SiteFinity 4.0 project and added the Meeting module from the Intranet Starter Kit. Here's what I did:
- Added reference to Telerik.Sitefinity.StarterKit.Intranet.Meetings.dll
- Registered the module (
)
- Registered the widget
The widget appears in the toolbox under the Custom section but I dont see the Meeting link under the Content top menu.
Am I missing something? Any sort of help would be greatly appreciated.
when registering the module, try setting the StartupType to OnApplicationStart. then after adding the module, restart your website by saving the web.config. This restarts the Sitefinity application and causes the module to be installed.
I hope this was helpful!