Wednesday, December 14, 2011

Document upload in Document library

http://www.codeproject.com/KB/sharepoint/SPWebPartFileUpload.aspx

Sharepoint dll missing location

Microsoft.SharePoint.dll won't be there in your local machine (Wind Xp Machine). Go the the server where sharepoint is installed and copy Microsoft.SharePoint.dll from the following location of the server to your local machine

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI

Sharepoint blogs any issues

http://www.sharepoint-insight.com/2009/01/10/programmatically-upload-a-file-to-document-library/

Tuesday, December 13, 2011

Sharepoint 2010 issues

http://dhondiyals.wordpress.com/tag/sharepoint-2010/

Sharepoint 2010 View All site content ,Quick launch issues

http://dhondiyals.wordpress.com/2011/10/19/hide-view-all-site-content-and-recycle-bin-in-quick-launch-sharepoint-2010-resolved/

Code Access Security issues Sharepoint 2010

http://blog.mastykarz.nl/code-access-security-policy-template-visual-studio-2010-sharepoint-developer-tools/

Sharepoint 2010 Webapplication issues


Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Sharepoint 2010

Advance issues in Infopath forms