<?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: LINQ InsertOnSubmit, DeleteOnSubmit and SubmitChanges not working</title>
	<atom:link href="http://www.codemeit.com/linq/linq-insertonsubmit-deleteonsubmit-and-submitchanges-not-working.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com/linq/linq-insertonsubmit-deleteonsubmit-and-submitchanges-not-working.html</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:38:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fisshy</title>
		<link>http://www.codemeit.com/linq/linq-insertonsubmit-deleteonsubmit-and-submitchanges-not-working.html/comment-page-1#comment-5061</link>
		<dc:creator>Fisshy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 09:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemeit.com/?p=198#comment-5061</guid>
		<description>In order to avoid this,

either attach the mdf file to SQL server and change the connection string to point to the SQL server so that you always work with one instance of the database file.
or change the connection string to always point to the physical path of the mdf file.

Or, you just chose &quot;Do not copy&quot; and the connection will point to the DB and not copy it to bin/debug/ every time you run/build your application</description>
		<content:encoded><![CDATA[<p>In order to avoid this,</p>
<p>either attach the mdf file to SQL server and change the connection string to point to the SQL server so that you always work with one instance of the database file.<br />
or change the connection string to always point to the physical path of the mdf file.</p>
<p>Or, you just chose &#8220;Do not copy&#8221; and the connection will point to the DB and not copy it to bin/debug/ every time you run/build your application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FernandoJS</title>
		<link>http://www.codemeit.com/linq/linq-insertonsubmit-deleteonsubmit-and-submitchanges-not-working.html/comment-page-1#comment-2418</link>
		<dc:creator>FernandoJS</dc:creator>
		<pubDate>Wed, 19 Aug 2009 01:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.codemeit.com/?p=198#comment-2418</guid>
		<description>Great solutions!

Thanks a Lot!</description>
		<content:encoded><![CDATA[<p>Great solutions!</p>
<p>Thanks a Lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
