<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PANVEGA's Blog</title>
	<atom:link href="http://panvega.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://panvega.wordpress.com</link>
	<description>DotNet Development, SharePoint Customizing, Silverlight, MS Infrastructure and other tips and tricks</description>
	<lastBuildDate>Fri, 22 Jul 2011 18:50:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='panvega.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PANVEGA's Blog</title>
		<link>http://panvega.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://panvega.wordpress.com/osd.xml" title="PANVEGA&#039;s Blog" />
	<atom:link rel='hub' href='http://panvega.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Asccess Denied when accessing Webpart</title>
		<link>http://panvega.wordpress.com/2009/09/08/asccess-denied-when-accessing-webpart/</link>
		<comments>http://panvega.wordpress.com/2009/09/08/asccess-denied-when-accessing-webpart/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:37:33 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Object Model]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1285</guid>
		<description><![CDATA[In various cases while developing custom web parts or controls for SharePoint we have to use the SPSecurity.RunWithElevatedPrivileges construct to execute some part of the code which needs elevated permissions or which cannot be run with the current user permissions. For example, updating a SPWeb object or SPList object needs elevated permissions. If you are getting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1285&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/08/asccess-denied-when-accessing-webpart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing webparts in a page using the SP Object Model</title>
		<link>http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/</link>
		<comments>http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:23:33 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Object Model]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1278</guid>
		<description><![CDATA[The SPLimitedWebPartManager provides a limited set of Web Part operations that can be performed in the SP object model. It can be accessed by adding the microsoft.sharepoint.dll rference to your class. In a recent project I had to can the view of some ListViewWebparts in a normal SP Page. The best thing therefore is using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1278&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom SharePoint Page Counter</title>
		<link>http://panvega.wordpress.com/2009/09/07/custom-sharepoint-page-counter/</link>
		<comments>http://panvega.wordpress.com/2009/09/07/custom-sharepoint-page-counter/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:15:05 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebParts]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1223</guid>
		<description><![CDATA[In this post I show you how easy it is to develope a custom Page Counter Webpart in Visual Studio. In one of my older post I explaid how to add Counter Web Component to your page by using the SP Designer. However this approach has some disadvantages. http://panvega.wordpress.com/2009/06/22/how-to-add-a-hit-counter-to-a-page Steps to do: Create a new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1223&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/07/custom-sharepoint-page-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Feature Activation Dependences</title>
		<link>http://panvega.wordpress.com/2009/09/07/sharepoint-feature-activation-dependences/</link>
		<comments>http://panvega.wordpress.com/2009/09/07/sharepoint-feature-activation-dependences/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:43:05 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Solution Deployment]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1241</guid>
		<description><![CDATA[A XML element that you can add to our FEATURE.XML is called, “ActivationDependencies”. When WSS activates a feature that defines activation dependencies, it automatically activates any dependent feature that has already been activated. Here is an example of an activationdependence for the publishing feature. &#60;ActivationDependencies&#62; &#60;ActivationDependency FeatureId=”F6924D36-2FA8-4f0b-B16D-06B7250180FA”/&#62; &#60;/ActivationDependencies&#62; How do we know that this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1241&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/07/sharepoint-feature-activation-dependences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Add a Custom Application.master by using the HttpHandler</title>
		<link>http://panvega.wordpress.com/2009/09/03/add-a-custom-applicationmaster-by-using-the-httphandler/</link>
		<comments>http://panvega.wordpress.com/2009/09/03/add-a-custom-applicationmaster-by-using-the-httphandler/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:20:17 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Object Model]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1245</guid>
		<description><![CDATA[In this post I am going to show you how to apply a custom Application.master to your ShareP0int application by using the IHttpModule. My approach was to create an “HttpHandler” that simply would override the “Page_PreInit” method and change the master page. Of course you have to create a solution in order to deploy your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1245&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/03/add-a-custom-applicationmaster-by-using-the-httphandler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Using SPWebConfigModification within a Feature Receiver</title>
		<link>http://panvega.wordpress.com/2009/09/02/using-spwebconfigmodification-within-a-feature-receiver/</link>
		<comments>http://panvega.wordpress.com/2009/09/02/using-spwebconfigmodification-within-a-feature-receiver/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 18:50:40 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Object Model]]></category>
		<category><![CDATA[Solution Deployment]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1244</guid>
		<description><![CDATA[Sometimes when developing moduls for SharePoint you have to register these modules in your application web.config. You can easily do this by using the SPWebConfigModification class in combination with a feature receiver. This class holds modifications that are made to the web.config. Quite often I have to make some changes in the web.config files of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1244&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/09/02/using-spwebconfigmodification-within-a-feature-receiver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Failed to load viewstate Error</title>
		<link>http://panvega.wordpress.com/2009/08/27/sharepoint-webpart-dyn-controls-viewstate-error/</link>
		<comments>http://panvega.wordpress.com/2009/08/27/sharepoint-webpart-dyn-controls-viewstate-error/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:30:36 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WebServices]]></category>
		<category><![CDATA[WebParts]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1248</guid>
		<description><![CDATA[When I developed a Custom Webpart I had to build some dynamic added ASP Control (DropDownList etc.) during and after postback. Then I received the follwing error message during the Webpart was changing the Controls. Failed to load viewstate.  The control tree into which viewstate is being loaded must match the control tree that was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1248&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/08/27/sharepoint-webpart-dyn-controls-viewstate-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Styles for your GlobalLinks in the Core.css</title>
		<link>http://panvega.wordpress.com/2009/07/13/css-styles-for-your-globallinks-in-the-core-css/</link>
		<comments>http://panvega.wordpress.com/2009/07/13/css-styles-for-your-globallinks-in-the-core-css/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:23:26 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1237</guid>
		<description><![CDATA[So usually Mozillas Firebag or IE´s DeveloperTool bar are perfect for editing the CSS Styles for your SharePoint pages.  But sometimes there are some fairly hard styles to catch though, even with the assistance of on of these add-ons. Within your SharePoint site you want to customize the colors or background a little. Generally, styles [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1237&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/07/13/css-styles-for-your-globallinks-in-the-core-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom SharePoint TreeView Navigation with CodeBehind</title>
		<link>http://panvega.wordpress.com/2009/07/12/custom-sharepoint-treeview-navigation-with-codebehind/</link>
		<comments>http://panvega.wordpress.com/2009/07/12/custom-sharepoint-treeview-navigation-with-codebehind/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 21:29:30 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNet]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1231</guid>
		<description><![CDATA[In this short post I gonna explain how easy it is to customize your tree view navigation. In one of my prevois post I explaind how to customize your QuickLaunch Left Navigation in your MasterPages ASP:Menu properties. However the confiuration at this point was limited. I needed a dynamic 3 Level with an automatic expaned [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1231&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/07/12/custom-sharepoint-treeview-navigation-with-codebehind/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Receive a detailed Error Message from a SP MasterPage</title>
		<link>http://panvega.wordpress.com/2009/07/09/receive-a-detailed-error-message-from-a-sp-masterpage/</link>
		<comments>http://panvega.wordpress.com/2009/07/09/receive-a-detailed-error-message-from-a-sp-masterpage/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:04:35 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1226</guid>
		<description><![CDATA[By default you receive an &#8220;An unexpected error has occurred&#8221; in your MasterPage when you try to make any special changes. However this gives you not the information you expect when customizing your Master Page. What to do: Enabling stack traces and disabling custom error pages in web.config is a great way to help you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1226&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/07/09/receive-a-detailed-error-message-from-a-sp-masterpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>
	</item>
		<item>
		<title>Deployment for a Custom SP PageLayout</title>
		<link>http://panvega.wordpress.com/2009/06/25/deployment-for-a-custom-sp-pagelayout/</link>
		<comments>http://panvega.wordpress.com/2009/06/25/deployment-for-a-custom-sp-pagelayout/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 21:22:28 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MasterPage]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[PageLayout]]></category>
		<category><![CDATA[SPDesigner]]></category>
		<category><![CDATA[Solution Deployment]]></category>
		<category><![CDATA[SP Designer]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1210</guid>
		<description><![CDATA[In this post I gonna explain in a few steps how to build a SharePoint Feature for a PageLayout. To do this, I needed to create a new page layout based on an existing layout, make this part of a feature and pull in all the bits and pieces necessary to deploy this as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1210&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/06/25/deployment-for-a-custom-sp-pagelayout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2009/06/pagelayoutproperties.jpg" medium="image">
			<media:title type="html">PageLayoutProperties</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2009/06/featurestructure.jpg" medium="image">
			<media:title type="html">FeatureStructure</media:title>
		</media:content>
	</item>
		<item>
		<title>How to add a HIT COUNTER to a page</title>
		<link>http://panvega.wordpress.com/2009/06/22/how-to-add-a-hit-counter-to-a-page/</link>
		<comments>http://panvega.wordpress.com/2009/06/22/how-to-add-a-hit-counter-to-a-page/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:16:24 +0000</pubDate>
		<dc:creator>PANVEGA</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SPDesigner]]></category>
		<category><![CDATA[SP Designer]]></category>

		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1199</guid>
		<description><![CDATA[In this post I wanna describe how to add a Hit Counter Component by using Microsoft Office SharePoint Designer. Attention: this description below is just useful when you creat a new aspx page or prepare your MasterPage for example. If you try adding the Component to a Page Template, the Page instances refernce to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=panvega.wordpress.com&amp;blog=4704744&amp;post=1199&amp;subd=panvega&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://panvega.wordpress.com/2009/06/22/how-to-add-a-hit-counter-to-a-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/959bf5471c45b428a31765fc92b9838a?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">PANVEGA</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2009/06/web-component.jpg" medium="image">
			<media:title type="html">Web Component</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2009/06/hit-counter.jpg" medium="image">
			<media:title type="html">Hit Counter</media:title>
		</media:content>

		<media:content url="http://panvega.files.wordpress.com/2009/06/webbot-source.jpg" medium="image">
			<media:title type="html">Webbot Source</media:title>
		</media:content>
	</item>
	</channel>
</rss>
