<?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/"
	>

<channel>
	<title>Alonso Robles &#187; Visual Studio</title>
	<atom:link href="http://alonsorobles.com/category/development-tools-languages/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://alonsorobles.com</link>
	<description>technology, academia, and other tidbits from the trenches of a boggled mind</description>
	<lastBuildDate>Wed, 18 Apr 2012 02:48:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Setting up a SharePoint Development Environment to Support Silverlight Development</title>
		<link>http://alonsorobles.com/2008/05/27/setting-up-a-sharepoint-development-environment-to-support-silverlight-development/</link>
		<comments>http://alonsorobles.com/2008/05/27/setting-up-a-sharepoint-development-environment-to-support-silverlight-development/#comments</comments>
		<pubDate>Tue, 27 May 2008 17:35:20 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Sharepoint Services]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[visual studio 2008]]></category>
		<category><![CDATA[wss 3.0]]></category>

		<guid isPermaLink="false">http://blogs.importchaos.com/alonsorobles/?p=47</guid>
		<description><![CDATA[[via Andrew Connell] This morning Andrew Connell held a webcast introducing ASP.NET developers to Silverlight development for SharePoint. The webcast is the third in a series of webcasts to help ASP.NET developers get primed for SharePoint development. After the webcast Andrew was kind &#8230; <a href="http://alonsorobles.com/2008/05/27/setting-up-a-sharepoint-development-environment-to-support-silverlight-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>[via <a href="http://andrewconnell.com/blog/archive/2008/05/27/What-I-did-to-get-Silverlight-Working-in-SharePoint-in.aspx">Andrew Connell</a>]</p>
<p>This morning <a href="http://andrewconnell.com/blog/Default.aspx">Andrew Connell</a> held a webcast <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032378831&amp;EventCategory=4&amp;culture=en-US&amp;CountryCode=US">introducing ASP.NET developers to Silverlight development for SharePoint</a>. The webcast is the third in a <a href="http://blogs.importchaos.com/alonsorobles/2008/05/20/sharepoint-ramp-up-webcasts-for-aspnet-developers/">series of webcasts to help ASP.NET developers get primed for SharePoint development</a>. After the webcast Andrew was kind enough to post the <a href="http://andrewconnell.com/blog/archive/2008/05/27/What-I-did-to-get-Silverlight-Working-in-SharePoint-in.aspx">steps he took in preparing his SharePoint development environment for Silverlight development</a>.</p>
<p>I wonder if it is possible to create a solution file to deploy the Silverlight 2 Beta 1 DLL and make the necessry configuration changes to the <em>web.config</em> file to make the set up of the environment easier? I might have to try that.</p>
]]></content:encoded>
			<wfw:commentRss>http://alonsorobles.com/2008/05/27/setting-up-a-sharepoint-development-environment-to-support-silverlight-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating WSS Solution Packages for Microsoft Office SharePoint Server 2007</title>
		<link>http://alonsorobles.com/2007/07/03/creating-wss-solution-packages-for-microsoft-office-sharepoint-server-2007/</link>
		<comments>http://alonsorobles.com/2007/07/03/creating-wss-solution-packages-for-microsoft-office-sharepoint-server-2007/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 22:27:53 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Sharepoint Services]]></category>

		<guid isPermaLink="false">http://blogs.importchaos.com/alonsorobles/2007/07/03/creating-wss-solution-packages-for-microsoft-office-sharepoint-server-2007/</guid>
		<description><![CDATA[I am assuming you have done custom development for Microsoft Office SharePoint Server 2007. Whether it was a custom web part, workflow, event handler, feature, or module, at some point you probably had to figure out how to deploy it. If &#8230; <a href="http://alonsorobles.com/2007/07/03/creating-wss-solution-packages-for-microsoft-office-sharepoint-server-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am assuming you have done custom development for <a title="Microsoft Office SharePoint Server 2007" href="http://office.microsoft.com/en-us/sharepointserver/default.aspx">Microsoft Office SharePoint Server 2007</a>. Whether it was a custom web part, workflow, event handler, feature, or module, at some point you probably had to figure out how to deploy it. If you are like me and learn a lot of what you know by doing, then you probably had to fiddle with web.config files and debugging errors with code access security exceptions. This post takes a stroll through a couple of ways to build and bundle a WSP file (a WSS solution package) and deploy it.</p>
<p>Before I begin, you should know that what assumptions I am making about the environment:</p>
<ul>
<li>The developing environment is running <a title="Windows Server 2003" href="http://www.microsoft.com/windowsserver2003/default.mspx">Windows Server 2003</a>.</li>
<li><a title="Microsoft Office SharePoint Server 2007" href="http://office.microsoft.com/en-us/sharepointserver/default.aspx">Microsoft Office SharePoint Server 2007</a> is installed.</li>
<li><a title="Visual Studio 2005" href="http://msdn2.microsoft.com/en-us/vstudio/default.aspx">Visual Studio 2005</a> is installed.</li>
<li><a title="Visual Studio 2005 extensions for Windows SharePoint Services 3.0" href="http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057">Visual Studio 2005 extensions for Windows SharePoint Services 3.0</a> is installed (it is possible to create a WSP file with out this and I will cover it later in this post, but be aware that it is much more time consuming)</li>
</ul>
<p><strong>A Simple WSP Solution Package</strong></p>
<p>I will update this post with a walk through of creating a simple WSP solution package using the <a title="Visual Studio 2005 extensions for Windows SharePoint Services 3.0" href="http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057">Visual Studio 2005 extensions for Windows SharePoint Services 3.0</a> in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://alonsorobles.com/2007/07/03/creating-wss-solution-packages-for-microsoft-office-sharepoint-server-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

