<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: SQLAuthority News &#8211; SharePoint &#8211; Steps To Create A Custom WebPart &#8211; Deploy It SharePoint Site</title>
	<atom:link href="http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hardik Shah [Guru]</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-81234</link>
		<dc:creator><![CDATA[Hardik Shah [Guru]]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-81234</guid>
		<description><![CDATA[Thanks ! Was a very informative post ... :)


Regards,
H.]]></description>
		<content:encoded><![CDATA[<p>Thanks ! Was a very informative post &#8230; :)</p>
<p>Regards,<br />
H.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-56779</link>
		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 02:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-56779</guid>
		<description><![CDATA[Hello,
Thank  you for the post.
How we can add some interactions (events) of this WebPart?
Also connections to an external DB?
Thank you,
Greg]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank  you for the post.<br />
How we can add some interactions (events) of this WebPart?<br />
Also connections to an external DB?<br />
Thank you,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-46367</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-46367</guid>
		<description><![CDATA[Hmmm, I only got the assembly folder part. How do I make an assembly file?]]></description>
		<content:encoded><![CDATA[<p>Hmmm, I only got the assembly folder part. How do I make an assembly file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam D'Amato-Neff</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-44767</link>
		<dc:creator><![CDATA[Adam D'Amato-Neff]]></dc:creator>
		<pubDate>Fri, 12 Dec 2008 21:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-44767</guid>
		<description><![CDATA[good posting; problem I experience is that when I update the webpart and consequently the dll, the existing webpart doesn&#039;t seem to update In SharePoint.  Is there another step I am missing.]]></description>
		<content:encoded><![CDATA[<p>good posting; problem I experience is that when I update the webpart and consequently the dll, the existing webpart doesn&#8217;t seem to update In SharePoint.  Is there another step I am missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanmy Bari</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-44639</link>
		<dc:creator><![CDATA[Tanmy Bari]]></dc:creator>
		<pubDate>Tue, 09 Dec 2008 10:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-44639</guid>
		<description><![CDATA[Also open the AssemblyInfo.cs file and add


using System.Security;
[assembly: AllowPartiallyTrustedCallers]

This will allow you to update the webpart whenevr any change is made in order to avoid this error:


&quot;Unable to add selected web part(s). Assemblies that implement ASP.NET Web Parts and are installed into a partially trusted location, such as the bin directory, must be compiled with the AllowPartiallyTrustedCallersAttribute set for import to succeed.&quot;]]></description>
		<content:encoded><![CDATA[<p>Also open the AssemblyInfo.cs file and add</p>
<p>using System.Security;<br />
[assembly: AllowPartiallyTrustedCallers]</p>
<p>This will allow you to update the webpart whenevr any change is made in order to avoid this error:</p>
<p>&#8220;Unable to add selected web part(s). Assemblies that implement ASP.NET Web Parts and are installed into a partially trusted location, such as the bin directory, must be compiled with the AllowPartiallyTrustedCallersAttribute set for import to succeed.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanmay Bari</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-44632</link>
		<dc:creator><![CDATA[Tanmay Bari]]></dc:creator>
		<pubDate>Tue, 09 Dec 2008 07:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-44632</guid>
		<description><![CDATA[Hey,Great article.Very nice]]></description>
		<content:encoded><![CDATA[<p>Hey,Great article.Very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-44524</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-44524</guid>
		<description><![CDATA[Hello All,

Thank you for your comments. I will soon post more.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>Thank you for your comments. I will soon post more.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geethasri</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-43535</link>
		<dc:creator><![CDATA[Geethasri]]></dc:creator>
		<pubDate>Mon, 06 Oct 2008 12:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-43535</guid>
		<description><![CDATA[Thats Great, Please Post more!!!!!]]></description>
		<content:encoded><![CDATA[<p>Thats Great, Please Post more!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Bob</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-43382</link>
		<dc:creator><![CDATA[Billy Bob]]></dc:creator>
		<pubDate>Mon, 29 Sep 2008 20:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-43382</guid>
		<description><![CDATA[Great, thanks for the example. I would love to see a simple WebPart example using VS 2008 and SQL 2005 if you have the time or happen to know of one.]]></description>
		<content:encoded><![CDATA[<p>Great, thanks for the example. I would love to see a simple WebPart example using VS 2008 and SQL 2005 if you have the time or happen to know of one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suraj kushwaha</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-42737</link>
		<dc:creator><![CDATA[Suraj kushwaha]]></dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-42737</guid>
		<description><![CDATA[Its Coo........L. Really its very nice and appreciable. it will my pleasure when i will work under pinal Sir.


Suraj kumar kushwaha
(S/W Developer)
(ComputerWare India Pvt. Ltd.)]]></description>
		<content:encoded><![CDATA[<p>Its Coo&#8230;&#8230;..L. Really its very nice and appreciable. it will my pleasure when i will work under pinal Sir.</p>
<p>Suraj kumar kushwaha<br />
(S/W Developer)<br />
(ComputerWare India Pvt. Ltd.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Śliwiński</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-42652</link>
		<dc:creator><![CDATA[Marek Śliwiński]]></dc:creator>
		<pubDate>Wed, 10 Sep 2008 16:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-42652</guid>
		<description><![CDATA[Good tut Pinal :) Thank you :) I think you should post more C#  SQL Server articles :)]]></description>
		<content:encoded><![CDATA[<p>Good tut Pinal :) Thank you :) I think you should post more C#  SQL Server articles :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Mahavindar</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-42651</link>
		<dc:creator><![CDATA[Steven Mahavindar]]></dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-42651</guid>
		<description><![CDATA[How can we meet you in person?]]></description>
		<content:encoded><![CDATA[<p>How can we meet you in person?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Mahavindar</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-42650</link>
		<dc:creator><![CDATA[Steven Mahavindar]]></dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-42650</guid>
		<description><![CDATA[Wow!!

Just Great.]]></description>
		<content:encoded><![CDATA[<p>Wow!!</p>
<p>Just Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Sagar</title>
		<link>http://blog.sqlauthority.com/2008/09/10/steps-to-create-a-custom-webpart-and-deploy-it-in-sharepoint-site/#comment-42649</link>
		<dc:creator><![CDATA[Mohit Sagar]]></dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1059#comment-42649</guid>
		<description><![CDATA[Pinal,

I work at Microsoft Bangalore. I wish you are with us. We use SharePoint here but no one knew we could have done what you wrote in post.

Good. I do not wonder why you are MVP.

Mohit Sagar
Program Lead - (Microsoft - Bangalore)]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I work at Microsoft Bangalore. I wish you are with us. We use SharePoint here but no one knew we could have done what you wrote in post.</p>
<p>Good. I do not wonder why you are MVP.</p>
<p>Mohit Sagar<br />
Program Lead &#8211; (Microsoft &#8211; Bangalore)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

