<?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 for jrummell.ToString()</title>
	<atom:link href="http://www.jrummell.com/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jrummell.com/blog</link>
	<description>another .NET blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:57:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The State of xVal for WebForms by jrummell</title>
		<link>http://www.jrummell.com/blog/index.php/2011/03/the-state-of-xval-for-webforms/comment-page-1/#comment-24129</link>
		<dc:creator>jrummell</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/?p=136#comment-24129</guid>
		<description>Would you mind including your aspx markup and your model class? You can post a comment here or create an issue at http://xvalwebforms.codeplex.com. Thanks!</description>
		<content:encoded><![CDATA[<p>Would you mind including your aspx markup and your model class? You can post a comment here or create an issue at <a href="http://xvalwebforms.codeplex.com" rel="nofollow">http://xvalwebforms.codeplex.com</a>. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The State of xVal for WebForms by Ahmed</title>
		<link>http://www.jrummell.com/blog/index.php/2011/03/the-state-of-xval-for-webforms/comment-page-1/#comment-24128</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/?p=136#comment-24128</guid>
		<description>Hi first of all thank you for your great work with xval , i download it from nuget version 0.4 but it seems that it have a bug when i use Data annotations regular expressions  all the other validation works so please if you can help me i get the yellow screen with Object reference not set to an instance of an object

Stack trace

[NullReferenceException: Object reference not set to an instance of an object.]
   xVal.WebForms.RulesJavaScriptConverter.b__1(Rule rule) +0
   System.Linq.Enumerable.ToDictionary(IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) +225
   xVal.WebForms.RulesJavaScriptConverter.Serialize(RuleCollection rules, JavaScriptSerializer serializer) +159
   xVal.WebForms.RulesJavaScriptConverter.Serialize(Object obj, JavaScriptSerializer serializer) +26

Thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi first of all thank you for your great work with xval , i download it from nuget version 0.4 but it seems that it have a bug when i use Data annotations regular expressions  all the other validation works so please if you can help me i get the yellow screen with Object reference not set to an instance of an object</p>
<p>Stack trace</p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />
   xVal.WebForms.RulesJavaScriptConverter.b__1(Rule rule) +0<br />
   System.Linq.Enumerable.ToDictionary(IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) +225<br />
   xVal.WebForms.RulesJavaScriptConverter.Serialize(RuleCollection rules, JavaScriptSerializer serializer) +159<br />
   xVal.WebForms.RulesJavaScriptConverter.Serialize(Object obj, JavaScriptSerializer serializer) +26</p>
<p>Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xVal for WebForms without xVal by jrummell</title>
		<link>http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/comment-page-1/#comment-23324</link>
		<dc:creator>jrummell</dc:creator>
		<pubDate>Tue, 24 Jan 2012 12:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/#comment-23324</guid>
		<description>I think it would be much easier to build your client side rules based on server side rules. xVal for WebForms uses DataAnnotations to built both server and client side rules and runs server side validation in a validator base class.

http://xvalwebforms.codeplex.com/SourceControl/changeset/view/15f79e1f00b8#xVal.WebForms%2fModelPropertyValidator.cs</description>
		<content:encoded><![CDATA[<p>I think it would be much easier to build your client side rules based on server side rules. xVal for WebForms uses DataAnnotations to built both server and client side rules and runs server side validation in a validator base class.</p>
<p><a href="http://xvalwebforms.codeplex.com/SourceControl/changeset/view/15f79e1f00b8#xVal.WebForms%2fModelPropertyValidator.cs" rel="nofollow">http://xvalwebforms.codeplex.com/SourceControl/changeset/view/15f79e1f00b8#xVal.WebForms%2fModelPropertyValidator.cs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xVal for WebForms without xVal by Matt G</title>
		<link>http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/comment-page-1/#comment-23323</link>
		<dc:creator>Matt G</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/#comment-23323</guid>
		<description>the html tags got erased...
asp:textbox runat=&quot;server&quot; id=&quot;txtName&quot; validate=&quot;required&quot; 

---

asp:textbox runat=&quot;server&quot; id=&quot;txtRange&quot; validate=&quot;{ required: true, range: { min: 0, max: 5, message: &#039;Value must be between 0 and 5.&#039;} }&quot;</description>
		<content:encoded><![CDATA[<p>the html tags got erased&#8230;<br />
asp:textbox runat=&#8221;server&#8221; id=&#8221;txtName&#8221; validate=&#8221;required&#8221; </p>
<p>&#8212;</p>
<p>asp:textbox runat=&#8221;server&#8221; id=&#8221;txtRange&#8221; validate=&#8221;{ required: true, range: { min: 0, max: 5, message: &#8216;Value must be between 0 and 5.&#8217;} }&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xVal for WebForms without xVal by Matt G</title>
		<link>http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/comment-page-1/#comment-23322</link>
		<dc:creator>Matt G</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/index.php/2011/06/xval-for-webforms-without-xval/#comment-23322</guid>
		<description>Hi John, I&#039;m working on a library that is almost identical.

I am using a custom attribute on the control that gets parsed and creates the jQuery rule option. For example:


or


One of the hurdles I&#039;m facing is tying in .Net&#039;s existing Validate and IsValid methods. So that I can validate server side as well. Do you have any thoughts on this?</description>
		<content:encoded><![CDATA[<p>Hi John, I&#8217;m working on a library that is almost identical.</p>
<p>I am using a custom attribute on the control that gets parsed and creates the jQuery rule option. For example:</p>
<p>or</p>
<p>One of the hurdles I&#8217;m facing is tying in .Net&#8217;s existing Validate and IsValid methods. So that I can validate server side as well. Do you have any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Management Studio and TortoiseSVN by jrummell</title>
		<link>http://www.jrummell.com/blog/index.php/2009/11/sql-server-management-studio-and-tortoisesvn/comment-page-1/#comment-5163</link>
		<dc:creator>jrummell</dc:creator>
		<pubDate>Tue, 09 Aug 2011 12:26:26 +0000</pubDate>
		<guid isPermaLink="false">/john/blog/post/SQL-Server-Management-Studio-and-TortoiseSVN.aspx#comment-5163</guid>
		<description>Yes, in order for the external tools to work, you must have your scripts in a SSMS project.</description>
		<content:encoded><![CDATA[<p>Yes, in order for the external tools to work, you must have your scripts in a SSMS project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Management Studio and TortoiseSVN by Johann Lemmermann</title>
		<link>http://www.jrummell.com/blog/index.php/2009/11/sql-server-management-studio-and-tortoisesvn/comment-page-1/#comment-4997</link>
		<dc:creator>Johann Lemmermann</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:57:30 +0000</pubDate>
		<guid isPermaLink="false">/john/blog/post/SQL-Server-Management-Studio-and-TortoiseSVN.aspx#comment-4997</guid>
		<description>I just realize something.. I need to use a sql project to use this functionality? Cause i don&#039;t have the sql&#039;s that i&#039;ve tested within a project.

I just have the procedures, tables, functions and so on as .sql files versioned in a svn repository... then I open this files from the SMSS and try to use the functionalities that you expose with the external tools...</description>
		<content:encoded><![CDATA[<p>I just realize something.. I need to use a sql project to use this functionality? Cause i don&#8217;t have the sql&#8217;s that i&#8217;ve tested within a project.</p>
<p>I just have the procedures, tables, functions and so on as .sql files versioned in a svn repository&#8230; then I open this files from the SMSS and try to use the functionalities that you expose with the external tools&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Management Studio and TortoiseSVN by jrummell</title>
		<link>http://www.jrummell.com/blog/index.php/2009/11/sql-server-management-studio-and-tortoisesvn/comment-page-1/#comment-4128</link>
		<dc:creator>jrummell</dc:creator>
		<pubDate>Wed, 03 Aug 2011 19:36:23 +0000</pubDate>
		<guid isPermaLink="false">/john/blog/post/SQL-Server-Management-Studio-and-TortoiseSVN.aspx#comment-4128</guid>
		<description>It looks like svn can&#039;t find your working copy. Is your solution in a working copy?</description>
		<content:encoded><![CDATA[<p>It looks like svn can&#8217;t find your working copy. Is your solution in a working copy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Management Studio and TortoiseSVN by Johann Lemmermann</title>
		<link>http://www.jrummell.com/blog/index.php/2009/11/sql-server-management-studio-and-tortoisesvn/comment-page-1/#comment-3956</link>
		<dc:creator>Johann Lemmermann</dc:creator>
		<pubDate>Tue, 02 Aug 2011 20:39:54 +0000</pubDate>
		<guid isPermaLink="false">/john/blog/post/SQL-Server-Management-Studio-and-TortoiseSVN.aspx#comment-3956</guid>
		<description>Hi there!

I did this:
Title: SVN Commit
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:commit /path:”$(SolutionDir)&quot;
Initial directory: $(SolutionDir)

But i always get the same &quot;problem&quot;: When i click the &quot;SVN Commit&quot; option, a new dialog opens asking me to save the current file. Saving the file with the proper name of the object that i&#039;ve changed in the SVN&#039;s directory, i get the SVN&#039;s commit dialog with the message:

&quot;Can&#039;t open file &#039;C:\Windows\System32\&quot;&#039;&#039;\.svn\entries&quot;: The file&#039;s name or directory&#039;s name sintax is wrong.

you have any idea that how I can fix this?

Regards,
Johann</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I did this:<br />
Title: SVN Commit<br />
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe<br />
Arguments: /Command:commit /path:”$(SolutionDir)&#8221;<br />
Initial directory: $(SolutionDir)</p>
<p>But i always get the same &#8220;problem&#8221;: When i click the &#8220;SVN Commit&#8221; option, a new dialog opens asking me to save the current file. Saving the file with the proper name of the object that i&#8217;ve changed in the SVN&#8217;s directory, i get the SVN&#8217;s commit dialog with the message:</p>
<p>&#8220;Can&#8217;t open file &#8216;C:\Windows\System32\&#8221;&#8221;\.svn\entries&#8221;: The file&#8217;s name or directory&#8217;s name sintax is wrong.</p>
<p>you have any idea that how I can fix this?</p>
<p>Regards,<br />
Johann</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The State of xVal for WebForms by jrummell.ToString() &#187; xVal for WebForms &#8211; the Future</title>
		<link>http://www.jrummell.com/blog/index.php/2011/03/the-state-of-xval-for-webforms/comment-page-1/#comment-926</link>
		<dc:creator>jrummell.ToString() &#187; xVal for WebForms &#8211; the Future</dc:creator>
		<pubDate>Tue, 03 May 2011 19:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrummell.com/blog/?p=136#comment-926</guid>
		<description>[...] on comments I&#8217;ve received from my last xVal for WebForms post, I&#8217;ve decided on a direction. The project will keep jQuery Validation but will move away from [...]</description>
		<content:encoded><![CDATA[<p>[...] on comments I&#8217;ve received from my last xVal for WebForms post, I&#8217;ve decided on a direction. The project will keep jQuery Validation but will move away from [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

