<?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/"
		>
<channel>
	<title>Comments on: Hello world SharePoint Web Part for Beginners</title>
	<atom:link href="http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 17:50:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DanO-M</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-21</link>
		<dc:creator>DanO-M</dc:creator>
		<pubDate>Mon, 16 Aug 2010 11:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-21</guid>
		<description>Hi I managed to get a copy of the ISAPI folder off the correct MOSS/WSS server. I copied it locally to,
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12

...and added a reference to the Microsoft.Sharepoint.dll

This time no compile errors!! Thanks!</description>
		<content:encoded><![CDATA[<p>Hi I managed to get a copy of the ISAPI folder off the correct MOSS/WSS server. I copied it locally to,<br />
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12</p>
<p>&#8230;and added a reference to the Microsoft.Sharepoint.dll</p>
<p>This time no compile errors!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoban</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-20</link>
		<dc:creator>Shoban</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-20</guid>
		<description>Are you sure you copied Microsoft.SharePoint dll? yes you will need connectivity to WSS site.

What exactly is your program doing? Is it a webpart? Have you installed SharePoint Extensions?</description>
		<content:encoded><![CDATA[<p>Are you sure you copied Microsoft.SharePoint dll? yes you will need connectivity to WSS site.</p>
<p>What exactly is your program doing? Is it a webpart? Have you installed SharePoint Extensions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanO-M</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-19</link>
		<dc:creator>DanO-M</dc:creator>
		<pubDate>Thu, 12 Aug 2010 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-19</guid>
		<description>Hi Shoban,
Many thanks for the help here.

Curious, I copied over the .dll from the server to my local &#039;Projects&#039; folder and then added a new Reference to it. However, it&#039;s name (i.e. it&#039;s identity) came through as Microsoft.Office.Server......I expected it to be Microsoft.Sharepoint.
Anyway I rebuilt the project but still got the same error report.

My compile errors are as a result of 3 lines of code,

using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
using Microsoft.SharePoint.WebPartPages;

I think I may have to make a connection between my local copy of Visual Studio and the WSS server...maybe by adding a Service Reference?</description>
		<content:encoded><![CDATA[<p>Hi Shoban,<br />
Many thanks for the help here.</p>
<p>Curious, I copied over the .dll from the server to my local &#8216;Projects&#8217; folder and then added a new Reference to it. However, it&#8217;s name (i.e. it&#8217;s identity) came through as Microsoft.Office.Server&#8230;&#8230;I expected it to be Microsoft.Sharepoint.<br />
Anyway I rebuilt the project but still got the same error report.</p>
<p>My compile errors are as a result of 3 lines of code,</p>
<p>using Microsoft.SharePoint;<br />
using Microsoft.SharePoint.WebControls;<br />
using Microsoft.SharePoint.WebPartPages;</p>
<p>I think I may have to make a connection between my local copy of Visual Studio and the WSS server&#8230;maybe by adding a Service Reference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoban</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-18</link>
		<dc:creator>Shoban</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-18</guid>
		<description>Dan,

Copy the Microsoft.SharePoint DLL from the server to your project folder. Add reference and it should work.

Also you cannot install WSS in Windows xp/Vista/Win 7.. how ever if you are using Vista/Win 7 you can install MOSS 2010. Let me know it goes.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Copy the Microsoft.SharePoint DLL from the server to your project folder. Add reference and it should work.</p>
<p>Also you cannot install WSS in Windows xp/Vista/Win 7.. how ever if you are using Vista/Win 7 you can install MOSS 2010. Let me know it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanO-M</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-17</link>
		<dc:creator>DanO-M</dc:creator>
		<pubDate>Wed, 11 Aug 2010 14:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-17</guid>
		<description>Hi, I have on my local pc,

-Visual Studio v8 – Installed to C;\ drive
-WSServices3.0_Tools Visual Studio 2008 Extensions_Version 1.2 – Installed to C;\ drive
-WSPBuilder - i.e.WSPBuilderExtensions.msi

I don’t have WSS installed on my PC because it has to be installed over ‘Win Server 2003’, right? (Maybe there’s a way I can install it locally??)

Our Sharepoint itself is installed on it&#039;s own server available over the local network here. My task is to develop webparts and upload to this server.

Anyway, When I create the ‘Hello_world’ webpart project above and build it, I get the following compile error:

 “The type or namespace name &#039;SharePoint&#039; does not exist in the namespace &#039;Microsoft&#039; (are you missing an assembly reference?)”

Quick google and I&#039;m told Visual Studio is looking for a Microsoft.Sharepoint.dll file in,

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI
..but on my local PC the ISAPI folder does not exist

How do I get it?
What program installs the missing .dll?
What am I missing here?

Any help gratefully received!! :)</description>
		<content:encoded><![CDATA[<p>Hi, I have on my local pc,</p>
<p>-Visual Studio v8 – Installed to C;\ drive<br />
-WSServices3.0_Tools Visual Studio 2008 Extensions_Version 1.2 – Installed to C;\ drive<br />
-WSPBuilder &#8211; i.e.WSPBuilderExtensions.msi</p>
<p>I don’t have WSS installed on my PC because it has to be installed over ‘Win Server 2003’, right? (Maybe there’s a way I can install it locally??)</p>
<p>Our Sharepoint itself is installed on it&#8217;s own server available over the local network here. My task is to develop webparts and upload to this server.</p>
<p>Anyway, When I create the ‘Hello_world’ webpart project above and build it, I get the following compile error:</p>
<p> “The type or namespace name &#8216;SharePoint&#8217; does not exist in the namespace &#8216;Microsoft&#8217; (are you missing an assembly reference?)”</p>
<p>Quick google and I&#8217;m told Visual Studio is looking for a Microsoft.Sharepoint.dll file in,</p>
<p>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI<br />
..but on my local PC the ISAPI folder does not exist</p>
<p>How do I get it?<br />
What program installs the missing .dll?<br />
What am I missing here?</p>
<p>Any help gratefully received!! <img src='http://allaboutmoss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Arblaster&#039;s SharePoint Blog</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-16</link>
		<dc:creator>Peter Arblaster&#039;s SharePoint Blog</dc:creator>
		<pubDate>Mon, 02 Aug 2010 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-16</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Read data from a content editor webpart</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-15</link>
		<dc:creator>Read data from a content editor webpart</dc:creator>
		<pubDate>Fri, 11 Jun 2010 14:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-15</guid>
		<description>[...] you are new to webpart development you can check out my previous post about Hello world SharePoint Web Part for Beginners Add the following code in the RenderWebPartmethod of the webpart you are creating. The code and [...]</description>
		<content:encoded><![CDATA[<p>[...] you are new to webpart development you can check out my previous post about Hello world SharePoint Web Part for Beginners Add the following code in the RenderWebPartmethod of the webpart you are creating. The code and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webpart Development part 3: Adding controls to web part</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-14</link>
		<dc:creator>Webpart Development part 3: Adding controls to web part</dc:creator>
		<pubDate>Mon, 05 Apr 2010 10:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-14</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating Custom Web Part Properties</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-13</link>
		<dc:creator>Creating Custom Web Part Properties</dc:creator>
		<pubDate>Mon, 05 Apr 2010 10:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-13</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webpart Development part 2: Deployment</title>
		<link>http://allaboutmoss.com/2010/03/22/hello-world-sharepoint-webpart-for-beginners/#comment-12</link>
		<dc:creator>Webpart Development part 2: Deployment</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.allaboutmoss.com/?p=94#comment-12</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

