Scenario:
I want to add an extra UI to Central Administration. I know most of the pages in Central Administration WebApplication inherits GlobalAdminPageBase class.Dont ask me how I know that but I just know it. :-), anyway , so I inherited the GlobalAdminPageBase class for my new ADMIN Page.
But now how to find out where is the binary for the class.
Solution:
[..]\12\CONFIG\ADMINBIN\Microsoft.SharePoint.ApplicationPages.Administration.dll
Tuesday, December 30, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
"I know most of the pages in Central Administration WebApplication inherits GlobalAdminPageBase class.Dont ask me how I know that but I just know it. :-),"
well that's the obvious part.. the reflector can be used, or simply try to copy the http://code.msdn.microsoft.com/SharePointWarmupJob/Release/ProjectReleases.aspx?ReleaseId=1117 project
Thanks about the required dll reference, that's is the "difficult" part ;)
Thank you so much...
Post a Comment