Search This Blog

Showing posts with label Troubleshooting. Show all posts
Showing posts with label Troubleshooting. Show all posts

Tuesday, October 12, 2010

[Tip] Sometime is hard to say i’m sorry SharePoint 2010

Have you ever face any problem when trying out with no bugs for your SP 2010 master page top navigation? impossible right? The followings are some knowledge sharing from me, hope it helps you…Sp2010 is damn “good”~!

image

It’s auto generated width:3px td in table for each single menu item.

It’s auto generate margin-left: 16px for each single menu item.

Solution :
Look for the AspMenu and add few attributes to the control so that it won’t render the extra pixel on our design…
<SharePoint:AspMenu
                    ID="TopNavigationMenuV4"
                    Runat="server"
                    EnableViewState="false"
                    DataSourceID="topSiteMap"
                    AccessKey="<%$Resources:wss,navigation_accesskey%>"  
                    UseSimpleRendering="false"      …

StaticSelectedStyle-ItemSpacing="0px"
StaticMenuItemStyle-ItemSpacing="0px"
StaticSubMenuIndent = "0px"

After that, you should get something like this screen

image

Wednesday, May 12, 2010

[Tip] SharePoint Unknown Error

i have been told about this on how to work out this error…Here again just a reminder to myself

  1. Locate this file … c:\inetpub\wwwroot\wss\virtualdirectories\<mysitename>\web.config
  2. Search for “CallStack” and toggle that element to “true”. Then, do a search for “customErrors” and toggle that element to “off”.
  3. Save the web.config file.

Tuesday, January 5, 2010

[Troubleshooting] Error : The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)

Error:
While creating a new Web Application you got following error
The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)
or
When you try accessing IIS, it tells me that’s it’s not connected to any computer and prompts me to connect. When you type in the computer name it tells me that “The path specified cannot be used at this time.”

 

Solution:
1. Try IIS Reset.
2. Re-Start Windows SharePoint Services Timer
3. Re-Start Windows SharePoint Services Administration


The error should be solved until Step 3. otherwise do the final step - 4
4. Restart Server