<?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"
	>
<channel>
	<title>Comments on: DotNetNuke Modules - Data Access Layer</title>
	<atom:link href="http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<pubDate>Tue, 06 Jan 2009 08:51:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Nick</title>
		<link>http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-909</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-909</guid>
		<description>Hi, 

Thanks, but no that is what I checked first. System.Data is there.
I think I may have misnamed the Provider namespace...</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks, but no that is what I checked first. System.Data is there.<br />
I think I may have misnamed the Provider namespace&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-908</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 01 Oct 2008 10:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-908</guid>
		<description>Yeah.. you are missing a using statement or you haven't referenced a DLL that you need...just like it says.

If I had to guess, I'd say you are missing 

using System.Data;

at the top of your CSharp file.</description>
		<content:encoded><![CDATA[<p>Yeah.. you are missing a using statement or you haven&#8217;t referenced a DLL that you need&#8230;just like it says.</p>
<p>If I had to guess, I&#8217;d say you are missing </p>
<p>using System.Data;</p>
<p>at the top of your CSharp file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-906</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 01 Oct 2008 09:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/08/05/dotnetnuke-modules-data-access-layer/#comment-906</guid>
		<description>Hi I have an error at this point originating in the in the Controller.cs

"Error: The type or namespace name 'Data' does not exist in the namespace 'BIP.DNN.Modules.Store' (are you missing an assembly reference?)"

Can you offer a suggestion?</description>
		<content:encoded><![CDATA[<p>Hi I have an error at this point originating in the in the Controller.cs</p>
<p>&#8220;Error: The type or namespace name &#8216;Data&#8217; does not exist in the namespace &#8216;BIP.DNN.Modules.Store&#8217; (are you missing an assembly reference?)&#8221;</p>
<p>Can you offer a suggestion?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
