安装 Sitefinity 4 自定义模块时出现问题
我在这里发布此内容是因为我没有从 sitefinity 论坛获得任何支持。
我创建了一个新的 SiteFinity 4.0 项目,并从 Intranet Starter Kit。这就是我所做的:
- 添加对 Telerik.Sitefinity.StarterKit.Intranet.Meetings.dll 的引用
- 注册模块 ()
- 注册了小部件
该小部件显示在“自定义”部分下的工具箱中,但我在“内容”顶部菜单下没有看到“会议”链接。
我错过了什么吗?任何形式的帮助将不胜感激。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注册模块时,尝试将 StartupType 设置为 OnApplicationStart。添加模块后,通过保存 web.config 重新启动您的网站。这将重新启动 Sitefinity 应用程序并导致安装模块。
我希望这有帮助!
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!