<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ME</title><link>http://blogs.msdn.com/photos/pranab/picture3661759.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture5357721.aspx</link><pubDate>Mon, 08 Oct 2007 11:09:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5357721</guid><dc:creator>Vivek Soni</dc:creator><description>&lt;p&gt;Is there a page creation and editing model in SharePoint WebServices that can be used to create and edit the content of a “publishing” page type? &lt;/p&gt;
&lt;p&gt;We can do it from the SharePoint SDK, but How would one go about this using the WebService model? &lt;/p&gt;
</description></item><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture8283081.aspx</link><pubDate>Mon, 17 Mar 2008 10:37:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8283081</guid><dc:creator>neama</dc:creator><description>&lt;p&gt;urgent please &lt;/p&gt;
&lt;p&gt;i need help to use c# with sharepoint &lt;/p&gt;
&lt;p&gt;to view all users in web application &lt;/p&gt;
</description></item><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture8288771.aspx</link><pubDate>Mon, 17 Mar 2008 17:05:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8288771</guid><dc:creator>Sipi</dc:creator><description>&lt;p&gt;neama. here's an example command line func. to write out to console every user in &amp;quot;myweb&amp;quot;.&lt;/p&gt;
&lt;p&gt; void x()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SPSite site = new SPSite(&amp;quot;&lt;a rel="nofollow" target="_new" href="http://myweb&amp;quot;"&gt;http://myweb&amp;quot;&lt;/a&gt;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SPWeb web = site.OpenWeb();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPUserCollection users = web.AllUsers;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (SPUser user in users)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(user.Name);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;greets: Sipi&lt;/p&gt;
</description></item><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture8766608.aspx</link><pubDate>Wed, 23 Jul 2008 13:58:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8766608</guid><dc:creator>Joseph</dc:creator><description>&lt;p&gt;how to user reportserver web reference in wss site&lt;/p&gt;
</description></item><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture9401328.aspx</link><pubDate>Fri, 06 Feb 2009 10:35:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9401328</guid><dc:creator>Richa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking for best method deployment, can you help me.&lt;/p&gt;
&lt;p&gt;if i am using Sharepoint central administration, i am coming up with the error.&lt;/p&gt;
&lt;p&gt;Error:- SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action&lt;/p&gt;
&lt;p&gt;RESOLUTION/WORKAROUND:&lt;/p&gt;
&lt;p&gt;==================== &lt;/p&gt;
&lt;p&gt;Force SharePoint to refresh its local config cache, and re-run the SharePoint &lt;/p&gt;
&lt;p&gt;Products and Technologies Configuration wizard. It then completes without error. &lt;/p&gt;
&lt;p&gt;To reset the config cache:&lt;/p&gt;
&lt;p&gt;1. On the SharePoint Server where Central Administration Site is hosted browse to &lt;/p&gt;
&lt;p&gt;C:\Documents and Settings\All Users\Application &lt;/p&gt;
&lt;p&gt;Data\Microsoft\SharePoint\Config\&amp;lt;guid&amp;gt; &lt;/p&gt;
&lt;p&gt;2. Take a backup of cache.ini file. Then Edit the cache.ini and replace the current &lt;/p&gt;
&lt;p&gt;value with &amp;quot;1&amp;quot;. &lt;/p&gt;
&lt;p&gt;3. Restart the Windows SharePoint Services Timer service. &lt;/p&gt;
&lt;p&gt;4. Verify the cache.ini now contains its previous value. &lt;/p&gt;
&lt;p&gt;5. Run the SharePoint Products and Technologies Configuration wizard again&lt;/p&gt;
&lt;p&gt;but still error is not resolved. Do you have any solution?&lt;/p&gt;
</description></item><item><title>re: ME</title><link>http://blogs.msdn.com/photos/pranab/picture9898557.aspx</link><pubDate>Wed, 23 Sep 2009 20:40:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9898557</guid><dc:creator>Pratik Vyas</dc:creator><description>&lt;p&gt;Hey Pranab,&lt;/p&gt;
&lt;p&gt;can you help me out with Silverlight web part deployment option in SharePoint site?&lt;/p&gt;
&lt;p&gt;I have already deployes Silverlight slideshow on SharePoint ste but want to devlop the web part by myself and then to deploy it.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Pratik&lt;/p&gt;
</description></item></channel></rss>