Attempting to use a modified version of the SharePoint v4.master page is a great way to style our SharePoint site. If you interested in doing this, then the first thing to do is to make sure that you go to the right place:
- Go to Site Settings -> Site Collection Features -> Make sure “SharePoint Server Publishing Infrastructure” is activated.
- Go to Site Settings -> Manage Site Features -> Make sure “SharePoint Server Publishing” is activated.
- Finally then on the Site settings page, you should get an entry for Master Page under the “Look and feel” section.
Modifying the master page works fine for the landing page, document libraries, calendar and other pages—but causes an error with the PowerPivot Gallery. The error is—“The referenced file ‘/_layouts/Gemini/ReportGalleryView.ascx’ is not allowed on this page." The problem is that the page cannot load because the control ReportGalleryView.ascx is not marked as a safe control. To mark report galllery view as a safe control the following like should be added to web.config on "SafeControls" (under C:\inetpub\wwwroot\wss\VirtualDirectories\<web app port#, e.g. 80), in the <SharePoint>/<SafeControls> section
<SafeControl Src="~/_layouts/powerpivot/*" IncludeSubFolders="True" Safe="True" AllowRemoteDesigner="True" SafeAgainstScript="True" />
Enjoy.


thanks a lot for this answer, i have this problem and i had been crazy with that…but you help me much to me
tons of thanks.. quick and easy solution
Thank you so much !!!
Thanks very very much dude. Its helped me at time of Demo.
[...] Click through to continue reading [...]
[...] next version of the .wsp will contain the addition Special thanks to PowerPivotGeek.com for the helpful hint Chris Published Tuesday, August 24, 2010 5:39 PM by cjg Filed under: SharePoint 2010, [...]
[...] en Anglais (qui nous a permis de trouver la solution rapidement) : http://powerpivotgeek.com/2010/06/17/modifying-the-sharepoint-v4-master-page-for-the-powerpivot-gall... Share this:TwitterFacebookLinkedInEmail"Aimer" ceci :"J'aime"Soyez le [...]