Saturday 23 March 2013

Error when populating sharePoint 2010 Web Part Gallery

when you try to populate share point 2010 web Part Gallery an error page ( yellow page) shown

Going to Event Log show this info:


Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/23/2013 8:25:30 AM
Event time (UTC): 3/23/2013 5:25:30 AM
Event ID: 61c57a10998343b6ba69332e97299559
Event sequence: 9779
Event occurrence: 24
Event detail code: 0

Application information:
    Application domain: /LM/W3SVC/828672489/ROOT-1-130084692648142416
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\80\
    Machine name: .........

Process information:
    Process ID: 12572
    Process name: w3wp.exe
    Account name: .....

Exception information:
    Exception type: InvalidOperationException
    Exception message: Operation is not valid due to the current state of the object.

Request information:
    Request URL: http://xxx/_layouts/newdwp.aspx
    Request path: /_layouts/newdwp.aspx
    User host address: 87.101.230.49
    User: .....
    Is authenticated: True
    Authentication Type: Federation
    Thread account name: ......

Thread information:
    Thread ID: 21
    Thread account name: ......
    Is impersonating: False
    Stack trace:    at System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded()
   at System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding)
   at System.Web.HttpRequest.FillInFormCollection()




To solve this problem  add the following to your web.config for your IIS web application:


<appSettings><add key=”aspnet:MaxHttpCollectionKeys” value=”2000″ /></appSettings>


where 2000 is any value the meet your need.






Sunday 17 March 2013

Branding Shared Document Library using XSLT in SharePoint 2010 step by step


Branding Shared Document Library using XSLT in SharePoint 2010 step by step 

While working on SharePoint Portal I faced urgent need for document library
Very much like out of the box SharePoint document library and same functionality
But the problem how I can style it and gain benefits from all great functionality it has.
I know there is different ways by styling the XSLT from SharePoint Designer and apply inline style for items but unfortunately some time SharePoint designer doesn't persist changes and sometimes it’s show you unclear error messages.
To solve the problem and make my changes persist I used Visual studio 2010 and SharePoint Designer 2010 and follow the pattern of trial and error till I get the solution I am looking for.
I used IE developer tool to see the CSS class name that XSLT control render then going back to XSLT and try to find the same class name.



The solution file (click here to download) contain
  1.      XSLT file (customDocLibaray.xslt)
  2.     CSS file  (CustomDocumentLibrary.css)

 I will use Visual studio 2010 and SharePoint 2010

 Visual Studio 2010

  1. Create Empty SharePoint 2010 Project (XSLT-SharedDocument) or download.
  2. Adding Mapped Folder to XSL (Template / Layouts/XSL)
  3. Add XSLT file customDocLibaray.xslt
  4. Delete everything from the file (customDocLibaray.xslt)















SharePoint 2010

  1. Go the Web site (http://xxx/)
  2. Open the Shared Document Library in Web Browser
  3. Using Library settings create  slandered view :
    1.  View Name : CustomLibaray
    2. Select the following Column:
      1. Type (icon linked to document)
      2. File Size
      3. Name (linked to document)
  4. From Tabular view section uncheck (Allow individual item checkboxes)
  5. From section item limit   enter 5 for the number of items … this for my case , you can enter any number as you wish
  6. After creating the view you get custom view for shared document library as below image:













Go to any page and add web part from (categories >> List And Libraries >> Shared Documents)






















From the menu select  Edit Web Part , a new window appear select the view we already create (CustomLibaray) after selecting the view your web Part page will  look like the below image



























No we want start branding the Shared Document Library using SharePoint Designer 2010




  1. Open  you site (http://xxx) using SharePoint Designer 2010
  2. From Lists and Libraries select  Shared Document Library then from views select CustomLibaray
  3. Right click Edit File in Advanced mode
  4. Designer will open the view
  5. From designer select the tag WebPartPages:XsltListViewWebPart as shown in image below
  6. Then from Design Tap in top Menu in SharePoint  Designer  2010 select the menu Customize XSLT then Select Customize the Entire View as shown in image  bellow
  7. From code behind remove all ddwrt:ghost="hide"  since it’s prevent persistence changes on XSLT.
  8. On Designer select file size tag then  click edit tag as shown in image bellow ,change the class          ms-vh-div to class header-div
  9. And do the same for other headers (Name and Type).
  10. click on edit tag for header TD as bellow image:
  11. And do the same for other header cell.
Note:
Sometimes Changing the TD class on designer will not persist the changes for that you have to change it from code file XSLT.


to avoid the persistence problem open the Code File XSLT and follow below instructions: 

  1. Replace all vh-ms and vh-ms2 with value header-td
  2. In header row using designer change the class for header row by                    replacing class="{concat('ms-viewheadertr',$dirClass)}" with  value class="header-row"
  3. Replace ms-itmhover with rowhover
  4. Finally Find the following section<xsl:when test="$Position mod 2 = 0">ms-alternating</xsl:when><xsl:otherwise></xsl:otherwise> And replace it with <xsl:when test="$Position mod 2 = 0">alternaterow</xsl:when><xsl:otherwise>row</xsl:otherwise>Here we add css class for row and for alternate row.


 Summary:

You have to replace the following classes in XSLT file:

  1. header-div  replacement for  ms-vh-div 
  2. header-td  replacement  for  ms-vh2 and ms-vh
  3. row-hover replacement for rowhover
  4. alternaterow replacement for ms-alternating
  5. row is new class I add it to the gain more control on CSS
  6. if you want change (here I  did not change anything) the Pager Style you can replace the following CSS classes:
    1. ms-bottompaging
    2. ms-bottompagingline1
    3. ms-bottompagingline2




Final Steps:


  1. Copy and Paste the <xsl:stylesheet tag from SharePoint Designer to the file customDocLibaray.xslt in visual  studio
  2. Deploy solution
  3. Go back to your site (http://xxx)
  4. Edit the web Part Shared Documents
  5. From Selected view select : CustomLibary
  6. From Miscellaneous category add the link for your XSLT file (http://xxx/_LAYOUTS/XSL/customDocLibaray.xslt)
  7.  Add the css file (CustomberDocumentLibaray.css) to style library of your application then from site settings apply it as below image




You will get this fully function Document Library:






I hope that you find it useful. 
Any comment or question is more than welcomed.






















Sunday 10 March 2013

موقع عشائر بني حميدة

موقع عشائر بني حميدة يحتوي على جميع تقسيمات عشائر بني حميدة ويمكنك الاطلاع على شخصيات بني حميدة وتقسيم العائلات بالاضافة الى مضارب بني حميدة hamayda.com