<?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>entwicklungsgedanken &#187; deployment</title>
	<atom:link href="http://www.entwicklungsgedanken.de/tag/deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deploying resources to the App_GlobalResources directory of a web-application</title>
		<link>http://www.entwicklungsgedanken.de/2008/10/13/deploying-resources-to-the-app_globalresources-directory-of-a-web-application/</link>
		<comments>http://www.entwicklungsgedanken.de/2008/10/13/deploying-resources-to-the-app_globalresources-directory-of-a-web-application/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 22:45:57 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint-Development]]></category>
		<category><![CDATA[App_GlobalResources]]></category>
		<category><![CDATA[deployment]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=66</guid>
		<description><![CDATA[If you ever asked yourself how to get your resources-files (resx) into the App_GlobalResources so they can be used inside your custom aspx-pages like all &#8220;default SharePoint pages&#8221; in the LAYOUTS-folder do &#60;asp:Literal runat=&#34;server&#34; Text=&#34;&#60;% $Resources:wss,Title; %&#34;&#62; /&#62; STSADM is your helper! Simply deploy your solution and in your manifest specify that your resource-files will [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever asked yourself how to get your resources-files (resx) into the <code>App_GlobalResources</code> so they can be used inside your custom aspx-pages like all &#8220;default SharePoint pages&#8221; in the <code>LAYOUTS</code>-folder do</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #008000;">&lt;</span>asp<span style="color: #008000;">:</span>Literal runat<span style="color: #008000;">=</span><span style="color: #666666;">&quot;server&quot;</span> Text<span style="color: #008000;">=</span><span style="color: #666666;">&quot;&lt;% $Resources:wss,Title; %&quot;</span><span style="color: #008000;">&gt;</span> <span style="color: #008000;">/&gt;</span></pre></div></div>

<h3>STSADM is your helper!</h3>
<p>Simply deploy your solution and in your manifest specify that your resource-files will be copied to <code>CONFIG\Resources</code> within the &#8220;12-hive&#8221;. After your upgrade/deploy run the following command.
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">stsadm <span style="color: #660033;">-o</span> copyappbincontent</pre></div></div>

<p>Now you can reference your resources in your custom aspx-pages the way the SharePoint-Team does it.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #008000;">&lt;</span>asp<span style="color: #008000;">:</span>Literal runat<span style="color: #008000;">=</span><span style="color: #666666;">&quot;server&quot;</span> Text<span style="color: #008000;">=</span><span style="color: #666666;">&quot;&lt;% $Resources:myResxFile,myResourceKey; %&gt;&quot;</span> <span style="color: #008000;">/&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2008/10/13/deploying-resources-to-the-app_globalresources-directory-of-a-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I/O-Error during solution deployment on MOSS 2007</title>
		<link>http://www.entwicklungsgedanken.de/2008/05/26/io-error-during-solution-deployment-on-moss-2007/</link>
		<comments>http://www.entwicklungsgedanken.de/2008/05/26/io-error-during-solution-deployment-on-moss-2007/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:27:22 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint-Development]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[I/O-Error]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[virus-scanner]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=47</guid>
		<description><![CDATA[Today a simple stsadm -o upgradesolution failed with no explainable reason. The only thing MOSS told me was an I/O-Error during the copy operation on the front-end webserver (WFE) while deploying the solution. Further analysis revealed the culprit. The virus scanner (I do not like &#8220;him&#8221; anymore ) installed on the WFE does a real-time [...]]]></description>
			<content:encoded><![CDATA[<p>Today a simple <code>stsadm -o upgradesolution</code> failed with no explainable reason. The only thing MOSS told me was an I/O-Error during the copy operation on the front-end webserver (WFE) while deploying the solution.
</p>
<p>
Further analysis revealed the culprit. The <strong>virus scanner</strong> (I do not like &#8220;him&#8221; anymore <img src='http://www.entwicklungsgedanken.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) installed on the WFE does a real-time scan while MOSS extracted the wsp-file and prevented a successful copy operation.
</p>
<p>So if you ever get an I/O-Error during a <code>deploysolution</code> or <code>upgradesolution</code> check you virus scanner!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2008/05/26/io-error-during-solution-deployment-on-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

