配置 alternet访问映射后,自定义Web部件未显示在站点中,同时单击webpart的链接 抛出异常:
The "webpart5" Webpart appears to be causing a problem. Exception has been thrown by the target of an invocation.
Web Parts Maintenance Page: If you have permission, you can use this page temprarily close Web parts or remove
personal settings. For more information, contact your site administrator.
请帮助有人如何解决这个问题。
答案 0 :(得分:0)
这显然是AAM设置的问题。检查您如何在Web部件中访问该站点。它是否使用SPContext?或者您正在实例化新的SPWeb对象。如果要实例化新对象,请检查您所指的区域。
如果可能,发布网络部件代码。