<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Regular Expression Validation Custom Field Type</title>
	<atom:link href="http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/</link>
	<description>The circle of life - ** .Net - Training - MOSS **</description>
	<lastBuildDate>Wed, 11 Nov 2009 13:58:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mad_Boy3007</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7396</link>
		<dc:creator>Mad_Boy3007</dc:creator>
		<pubDate>Tue, 28 Apr 2009 05:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7396</guid>
		<description>“Field type RegExTextField is not installed properly. Go to the list settings page to delete this field”

I researched lot and finally got the solution. Actually this problem is coming due to wrong Namespace specification in following line :

            CustomFieldTypes.RegExValidation.RegExTextField,
            CustomFieldTypes.RegExValidation, Version=1.0.0.0,
            Culture=neutral, PublicKeyToken=d7f772d26282eb60
        

Please make changes according to your namespace, the syntax goes like this:


           YourDefaultNamespace.YourFieldClassName,
           YourAssemblyName, Version=dll_VersionInAssembly,
           Culture=neutral, PublicKeyToken=PublicTookenInAssembly,


try this it will resolve this error.</description>
		<content:encoded><![CDATA[<p>“Field type RegExTextField is not installed properly. Go to the list settings page to delete this field”</p>
<p>I researched lot and finally got the solution. Actually this problem is coming due to wrong Namespace specification in following line :</p>
<p>            CustomFieldTypes.RegExValidation.RegExTextField,<br />
            CustomFieldTypes.RegExValidation, Version=1.0.0.0,<br />
            Culture=neutral, PublicKeyToken=d7f772d26282eb60</p>
<p>Please make changes according to your namespace, the syntax goes like this:</p>
<p>           YourDefaultNamespace.YourFieldClassName,<br />
           YourAssemblyName, Version=dll_VersionInAssembly,<br />
           Culture=neutral, PublicKeyToken=PublicTookenInAssembly,</p>
<p>try this it will resolve this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Basic Needs &#171; Amol Ghuge&#8217;s SharePoint Blog</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7382</link>
		<dc:creator>SharePoint Basic Needs &#171; Amol Ghuge&#8217;s SharePoint Blog</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7382</guid>
		<description>[...] Todd’s RegEx: http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Todd’s RegEx: <a href="http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/" rel="nofollow">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2007 Link List &#171; Prashant Jadhav</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7288</link>
		<dc:creator>SharePoint 2007 Link List &#171; Prashant Jadhav</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7288</guid>
		<description>[...] Todd’s RegEx: http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Todd’s RegEx: <a href="http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/" rel="nofollow">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sellers</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7220</link>
		<dc:creator>Sellers</dc:creator>
		<pubDate>Fri, 08 Aug 2008 20:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7220</guid>
		<description>This is the error I am recieving when I try to add the new field...
Name cannot begin with the &#039;3&#039; character, hexadecimal value 0x33. Line 1, position 104

any help???</description>
		<content:encoded><![CDATA[<p>This is the error I am recieving when I try to add the new field&#8230;<br />
Name cannot begin with the &#8216;3&#8242; character, hexadecimal value 0&#215;33. Line 1, position 104</p>
<p>any help???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kisha</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7192</link>
		<dc:creator>kisha</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7192</guid>
		<description>

can any one pls tell me what are available types like type=&quot;Text&quot;
n from where i can find out these type
like if i want show a dropdown or check box or radiobutton etc
thnks</description>
		<content:encoded><![CDATA[<p>can any one pls tell me what are available types like type=&#8221;Text&#8221;<br />
n from where i can find out these type<br />
like if i want show a dropdown or check box or radiobutton etc<br />
thnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surya</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7148</link>
		<dc:creator>surya</dc:creator>
		<pubDate>Fri, 23 May 2008 04:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7148</guid>
		<description>Hi CJ,

I have created a custom field type using a usercontrol (ListBox control). The field is created and also attached to any custom list successfully. But when i try to add a new item to the list and save, it gives me a &quot;null object exception&quot;. I find that my listbox control doesn&#039;t get initialized somehow. Have u come across such a situation or do you have any ideas as to what might be missing ?

Thanks in advance and great article u have here.</description>
		<content:encoded><![CDATA[<p>Hi CJ,</p>
<p>I have created a custom field type using a usercontrol (ListBox control). The field is created and also attached to any custom list successfully. But when i try to add a new item to the list and save, it gives me a &#8220;null object exception&#8221;. I find that my listbox control doesn&#8217;t get initialized somehow. Have u come across such a situation or do you have any ideas as to what might be missing ?</p>
<p>Thanks in advance and great article u have here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy Rodriguez</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7138</link>
		<dc:creator>Cindy Rodriguez</dc:creator>
		<pubDate>Wed, 21 May 2008 19:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7138</guid>
		<description>Jaco Van Eeden, thank you so much for providing that information. I&#039;m new to SharePoint too and your explanations were exactly what I needed to fix the problems I was having.</description>
		<content:encoded><![CDATA[<p>Jaco Van Eeden, thank you so much for providing that information. I&#8217;m new to SharePoint too and your explanations were exactly what I needed to fix the problems I was having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy Rodriguez</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7137</link>
		<dc:creator>Cindy Rodriguez</dc:creator>
		<pubDate>Wed, 21 May 2008 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7137</guid>
		<description>This is wonderful! Thank you for such a great job. You have just saved many people hours of work and this is a great introduction to developing with SharePoint.

Thanks again!</description>
		<content:encoded><![CDATA[<p>This is wonderful! Thank you for such a great job. You have just saved many people hours of work and this is a great introduction to developing with SharePoint.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ned</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7094</link>
		<dc:creator>Ned</dc:creator>
		<pubDate>Thu, 13 Mar 2008 18:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7094</guid>
		<description>I am able to update the Regular and Exception Message in the fldtypes*.xml but how would update the Description and make the Custom Field Type Required = &quot;True&quot;?</description>
		<content:encoded><![CDATA[<p>I am able to update the Regular and Exception Message in the fldtypes*.xml but how would update the Description and make the Custom Field Type Required = &#8220;True&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavinbarron</title>
		<link>http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7090</link>
		<dc:creator>gavinbarron</dc:creator>
		<pubDate>Wed, 05 Mar 2008 00:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2007/05/15/regular-expression-validation-custom-field-type/#comment-7090</guid>
		<description>Great article Clayton!

It&#039;s gone straight into my del.icio.us</description>
		<content:encoded><![CDATA[<p>Great article Clayton!</p>
<p>It&#8217;s gone straight into my del.icio.us</p>
]]></content:encoded>
	</item>
</channel>
</rss>
