Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SharePoint   (RSS)
Sorry, but there are no more tags available to filter with.

Top 3 Reasons for the "The server instance specified was not found. Please specify the server's address and port." Error

The easiest way to install web parts is probably to use this utility from Microsoft called Install Assemblies - very simple and intuitive interface, takes care of creating the Safe Control entries and even creating DWPs for your web part assemblies. Install
Posted by mjeelani | 20 Comments
Filed under:

Using XPath with XML returned by SharePoint Web services

I've seen quite often people writing code that parses thru XML returned by SPS Web services as strings instead of using XPath - cause the XmlDocument throws this error all the time if you dont use an XmlNameSpaceManager "Namespace Manager or XsltContext
Posted by mjeelani | 9 Comments
Filed under:

Impersonation / Authentication issues when using Integrated Windows Authentication and SharePoint

With Integrated Authentication its fairly often that people find themselves in a situation where the currently logged in users credentials are not passed from the client to a SQL server / File share / some other server that they are trying to access from
Posted by mjeelani | 29 Comments
Filed under:

Creating a WebPart that works both as a consumer and a provider

If you ever have to create a web part that needs to act both like a provider and a consumer in which case you'll need to implement more than one Interface, you'll need to create separate classes that implement the separate interfaces... To make a web
Posted by mjeelani | 9 Comments
Filed under:
 
Page view tracker