<?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: VB Dynamic Query Library woes</title>
	<atom:link href="http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/</link>
	<description>Musings on software development, .Net platform and other stuff</description>
	<lastBuildDate>Tue, 10 Jan 2012 09:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: deedee</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-14</link>
		<dc:creator>deedee</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-14</guid>
		<description>Hi Josh,    I am getting the same error as you --  &quot;Type &#039;System.Data.Linq.Mapping.DatabaseAttribute&#039; is not defined&quot;  I have been working on this for 2 days, if you find a solution or already have please post or send me an email. I am extremly fustrated and running out of time to complete my project.  I would really appreciate any help.  Thanks</description>
		<content:encoded><![CDATA[<p>Hi Josh,    I am getting the same error as you &#8212;  &quot;Type &#039;System.Data.Linq.Mapping.DatabaseAttribute&#039; is not defined&quot;  I have been working on this for 2 days, if you find a solution or already have please post or send me an email. I am extremly fustrated and running out of time to complete my project.  I would really appreciate any help.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-15</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-15</guid>
		<description>Another great big THANK YOU!    I also had a problem with an error displaying the &quot;Signature&quot; class was not defined after the namespace removal, so I had to remove the mention of the namespace in the &quot;Equals&quot; function   Public Overloads Function Equals(ByVal other As Signature) As Boolean Implements IEquatable(Of Signature).Equals</description>
		<content:encoded><![CDATA[<p>Another great big THANK YOU!    I also had a problem with an error displaying the &quot;Signature&quot; class was not defined after the namespace removal, so I had to remove the mention of the namespace in the &quot;Equals&quot; function   Public Overloads Function Equals(ByVal other As Signature) As Boolean Implements IEquatable(Of Signature).Equals</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-17</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-17</guid>
		<description>This has been a bear of an app to write. I just finished another site doing almost the same things but this one just is acting weird.    I am getting the:    Type &#039;System.Data.Linq.Mapping.DatabaseAttribute&#039; is not defined    I have never had this error b4. Very curious. Anyway what part of the DBML generated code did you remove? Here&#039;s mine:    Option Strict On  Option Explicit On    Imports System  Imports System.Collections.Generic  Imports System.ComponentModel  Imports System.Data  Imports System.Data.Linq  Imports System.Data.Linq.Mapping  Imports System.Linq  Imports System.Linq.Expressions  Imports System.Reflection        _  Partial Public Class Troop533EventsDataContext   Inherits System.Data.Linq.DataContext      Private Shared mappingSource As System.Data.Linq.Mapping.MappingSource = New AttributeMappingSource    Any help would be appreciated. Contact me at this email address if you wouldn&#039;t mind helping. Thanks in advance.    youngboy1606 AT ya hoo.com</description>
		<content:encoded><![CDATA[<p>This has been a bear of an app to write. I just finished another site doing almost the same things but this one just is acting weird.    I am getting the:    Type &#039;System.Data.Linq.Mapping.DatabaseAttribute&#039; is not defined    I have never had this error b4. Very curious. Anyway what part of the DBML generated code did you remove? Here&#039;s mine:    Option Strict On  Option Explicit On    Imports System  Imports System.Collections.Generic  Imports System.ComponentModel  Imports System.Data  Imports System.Data.Linq  Imports System.Data.Linq.Mapping  Imports System.Linq  Imports System.Linq.Expressions  Imports System.Reflection        _  Partial Public Class Troop533EventsDataContext   Inherits System.Data.Linq.DataContext      Private Shared mappingSource As System.Data.Linq.Mapping.MappingSource = New AttributeMappingSource    Any help would be appreciated. Contact me at this email address if you wouldn&#039;t mind helping. Thanks in advance.    youngboy1606 AT ya hoo.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hobbs</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-16</link>
		<dc:creator>Steve Hobbs</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-16</guid>
		<description>Hmm to be honest it sounds like you might have a different problem to what is described here. For a start, I didn&#039;t modify anything in my generated .dbml file.    If you&#039;ve got the Dynamic Query library included in your project like I have, then you may have the same problem with conflicting namespaces in Vb.Net; otherwise, I&#039;m not sure what it could be.</description>
		<content:encoded><![CDATA[<p>Hmm to be honest it sounds like you might have a different problem to what is described here. For a start, I didn&#039;t modify anything in my generated .dbml file.    If you&#039;ve got the Dynamic Query library included in your project like I have, then you may have the same problem with conflicting namespaces in Vb.Net; otherwise, I&#039;m not sure what it could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dested</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-12</link>
		<dc:creator>dested</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-12</guid>
		<description>THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU    Really. Thank you.</description>
		<content:encoded><![CDATA[<p>THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU  THANK   YOU    Really. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hobbs</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-13</link>
		<dc:creator>Steve Hobbs</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-13</guid>
		<description>Just a quirk to be aware of when working with VB.Net class libraries really. You might be able to remove the default namespace in the properties for the project, which would also solve this problem. Depends on your particular scenario really.</description>
		<content:encoded><![CDATA[<p>Just a quirk to be aware of when working with VB.Net class libraries really. You might be able to remove the default namespace in the properties for the project, which would also solve this problem. Depends on your particular scenario really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noobian</title>
		<link>http://stevescodingblog.co.uk/vb-dynamic-query-library-woes/#comment-11</link>
		<dc:creator>noobian</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://elkdanger.wordpress.com/2008/03/31/vb-dynamic-query-library-woes#comment-11</guid>
		<description>Thanks, big help.  So, is this a built in feature, a quirk, or a bug?</description>
		<content:encoded><![CDATA[<p>Thanks, big help.  So, is this a built in feature, a quirk, or a bug?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

