Sharepoint Access Checker Web Part
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Downloads
Discussions
Issue Tracker
Source Code
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Reviews
Source Code
Wiki & Documentation
RSS
Basic View
|
Advanced View
|
Create New Item
Item
3
of
10
Previous
|
Next
4
votes
vote
OnPreRender: Ambiguous match found
Description
MOSS April Update [968850] is causing compatibility issues.
File Attachments
No files are attached
Comments
most recent at top
(
show oldest at top
)
Konami2k
wrote
Sep 17 at 3:51 PM
works for me, thank you
StianKirkeberg
wrote
Sep 15 at 12:54 PM
Try updating the Common.cs file GetUserListPermissions(..) method:
replace line 136 -142:
MethodInfo getPermissions =
typeof(SPUtility).GetMethod("GetPermissions",
BindingFlags.NonPublic |
BindingFlags.Public |
BindingFlags.Instance |
BindingFlags.InvokeMethod |
BindingFlags.Static);
With:
MethodInfo getPermissions =
typeof(SPUtility).GetMethod("GetPermissions",
BindingFlags.NonPublic |
BindingFlags.Public |
BindingFlags.Instance |
BindingFlags.InvokeMethod |
BindingFlags.Static,
null,
new Type[] {typeof(SPUserToken), typeof( ISecurableObject)},
null);
Sign in to add a comment or to set email notifications
Comment:
Work Item Details
Item #
4465
Status
Proposed
Type
Issue
Impact
Low
Release
Unassigned
Assigned To
Unassigned
Component
No Component Selected
Reported On
Jul 4 at 8:15 AM
Reported By
TomShirley
Updated On
Oct 7 at 5:14 PM
Updated By
cookiekhanh
Closed On
n/a
Closed By
n/a
Wiki Link
[workitem:4465]
Updating...
© 2006-2009 Microsoft
|
About CodePlex
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
Advertise With Us
|
Version 2009.10.27.15987