<?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: Share ConnectionStrings between projects for each developer differently</title>
	<atom:link href="http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/</link>
	<description>Jand writes about team development and Microsoft.NET</description>
	<lastBuildDate>Mon, 14 Jun 2010 20:05:51 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Light</title>
		<link>http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/comment-page-1/#comment-1455</link>
		<dc:creator>Light</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=33#comment-1455</guid>
		<description>&lt;strong&gt;&lt;a href=&quot;http://moysotik.ru/ http://rel&quot; rel=&quot;nofollow&quot;&gt;Даже не знаю&lt;/a&gt;...&lt;/strong&gt;

Ссылки как то странно отображаются...</description>
		<content:encoded><![CDATA[<p><strong><a href="http://moysotik.ru/ <a href="http://rel" rel="nofollow">http://rel</a>&#8221; rel=&#8221;nofollow&#8221;>Даже не знаю&#8230;</strong></p>
<p>Ссылки как то странно отображаются&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Коля</title>
		<link>http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/comment-page-1/#comment-883</link>
		<dc:creator>Коля</dc:creator>
		<pubDate>Tue, 06 Apr 2010 23:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=33#comment-883</guid>
		<description>&lt;strong&gt;&lt;a href=&quot;http://country-mp3.com&quot; rel=&quot;nofollow&quot;&gt;П&lt;/a&gt;&lt;a href=&quot;http://electronicmp3.net&quot; rel=&quot;nofollow&quot;&gt;р&lt;/a&gt;&lt;a href=&quot;http://disco-mp3.com&quot; rel=&quot;nofollow&quot;&gt;и&lt;/a&gt;&lt;a href=&quot;http://industrial-mp3.com&quot; rel=&quot;nofollow&quot;&gt;в&lt;/a&gt;...&lt;/strong&gt;

&lt;b&gt;&lt;a href=&quot;http://eng.country-mp3.com&quot; rel=&quot;nofollow&quot;&gt;Сп&lt;/a&gt;&lt;a href=&quot;http://eng.electronicmp3.net&quot; rel=&quot;nofollow&quot;&gt;ас&lt;/a&gt;&lt;a href=&quot;http://eng.disco-mp3.com&quot; rel=&quot;nofollow&quot;&gt;и&lt;/a&gt;&lt;a href=&quot;http://eng.industrial-mp3.com&quot; rel=&quot;nofollow&quot;&gt;бо&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p><strong><a href="http://country-mp3.com" rel="nofollow">П</a><a href="http://electronicmp3.net" rel="nofollow">р</a><a href="http://disco-mp3.com" rel="nofollow">и</a><a href="http://industrial-mp3.com" rel="nofollow">в</a>&#8230;</strong></p>
<p><b><a href="http://eng.country-mp3.com" rel="nofollow">Сп</a><a href="http://eng.electronicmp3.net" rel="nofollow">ас</a><a href="http://eng.disco-mp3.com" rel="nofollow">и</a><a href="http://eng.industrial-mp3.com" rel="nofollow">бо</a>&#8230;</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Mueggler</title>
		<link>http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/comment-page-1/#comment-3</link>
		<dc:creator>Nicolas Mueggler</dc:creator>
		<pubDate>Mon, 20 Oct 2008 09:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=33#comment-3</guid>
		<description>Originally posted by Salomon Moyal:
Dear Nicolas,

The aforementioned workaround is great and works quite well with the Sql 2005 and a none service-packed Visual Studio 2008.

Another issue came up during the deployment. 

Our software is a client-server architecured solution. As a result the client makes no direct connection to the DAL. 

The server-side service is tightly connected to the DAL Tier. The Visual studio vs 2008 server installer is writing the content of the app.config into the ServerProject.config forgettingt the connectionstring.config. 

You need to go to the installer project and add it manually (right-click: add existing Item move to the solution folder files and link it). 

The installer will copy it on the target directory. 

I still got problems writing a clean installer for the database. The databse project itself too is not yet so clean. Conceptually the database installer has no real connection to the Database project.

Signed: A customer of mine

Sincerly 
Salomon</description>
		<content:encoded><![CDATA[<p>Originally posted by Salomon Moyal:<br />
Dear Nicolas,</p>
<p>The aforementioned workaround is great and works quite well with the Sql 2005 and a none service-packed Visual Studio 2008.</p>
<p>Another issue came up during the deployment. </p>
<p>Our software is a client-server architecured solution. As a result the client makes no direct connection to the DAL. </p>
<p>The server-side service is tightly connected to the DAL Tier. The Visual studio vs 2008 server installer is writing the content of the app.config into the ServerProject.config forgettingt the connectionstring.config. </p>
<p>You need to go to the installer project and add it manually (right-click: add existing Item move to the solution folder files and link it). </p>
<p>The installer will copy it on the target directory. </p>
<p>I still got problems writing a clean installer for the database. The databse project itself too is not yet so clean. Conceptually the database installer has no real connection to the Database project.</p>
<p>Signed: A customer of mine</p>
<p>Sincerly<br />
Salomon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Mueggler</title>
		<link>http://blog.mastertheteam.net/2008/10/share-connectionstrings-between-projects-for-each-developer-differently/comment-page-1/#comment-2</link>
		<dc:creator>Nicolas Mueggler</dc:creator>
		<pubDate>Mon, 20 Oct 2008 09:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=33#comment-2</guid>
		<description>The described solution is also working for unit tests but you need to edit the *.testrunconfig file. Because the connections.config isn&#039;t copied to the out folder of the TestResults structure you need to include it into your deployment.

Open the *.testrunconfig by double-clicking in solution explorer and go to the &quot;Deployment&quot; tab. Now you can add the connections.config as additonal file to deploy.</description>
		<content:encoded><![CDATA[<p>The described solution is also working for unit tests but you need to edit the *.testrunconfig file. Because the connections.config isn&#8217;t copied to the out folder of the TestResults structure you need to include it into your deployment.</p>
<p>Open the *.testrunconfig by double-clicking in solution explorer and go to the &#8220;Deployment&#8221; tab. Now you can add the connections.config as additonal file to deploy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
