<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Time Tracker Starter Kit</title><link>http://forums.asp.net/1005.aspx</link><description>Discussions about the Time Tracker Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: one error when i del a Category.</title><link>http://forums.asp.net/thread/3089489.aspx</link><pubDate>Wed, 15 Apr 2009 03:23:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3089489</guid><dc:creator>chetan.sarode</dc:creator><author>chetan.sarode</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3089489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3089489</wfw:commentRss><description>&lt;p&gt;Can you update the status of thread&lt;/p&gt;</description></item><item><title>Re: one error when i del a Category.</title><link>http://forums.asp.net/thread/3038607.aspx</link><pubDate>Thu, 26 Mar 2009 03:23:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3038607</guid><dc:creator>chetan.sarode</dc:creator><author>chetan.sarode</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3038607.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=3038607</wfw:commentRss><description>&lt;p&gt;Can you updated the status of your thread&lt;/p&gt;</description></item><item><title>Re: one error when i del a Category.</title><link>http://forums.asp.net/thread/2938290.aspx</link><pubDate>Fri, 13 Feb 2009 03:29:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2938290</guid><dc:creator>chetan.sarode</dc:creator><author>chetan.sarode</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2938290.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2938290</wfw:commentRss><description>&lt;p&gt;You can try this&lt;/p&gt;
&lt;p&gt;If String.IsNullOrEmpty(CategoryName) Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Here you can show the user friendly message like&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write(&amp;quot;Please select CategoryName&amp;quot;);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;End If&lt;/p&gt;</description></item><item><title>Re: one error when i del a Category.</title><link>http://forums.asp.net/thread/2935649.aspx</link><pubDate>Thu, 12 Feb 2009 05:57:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2935649</guid><dc:creator>xzf2001</dc:creator><author>xzf2001</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2935649.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2935649</wfw:commentRss><description>&lt;p&gt;Thank you for this link.&lt;/p&gt;
&lt;p&gt;But my problem is not solve.Now i find a new issue also about Category. When I edit something ,then clink the button of &amp;quot;Edit&amp;quot;,there have error:categoryName &lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/p&gt;
&lt;p&gt;Exception Details: System.NullReferenceException: categoryName&lt;/p&gt;
&lt;p&gt;Source Error: &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Line 322:&lt;br /&gt;Line 323:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If String.IsNullOrEmpty(CategoryName) Then&lt;br /&gt;Line 324:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Throw New NullReferenceException(&amp;quot;categoryName&amp;quot;)&lt;br /&gt;Line 325:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;Line 326:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: one error when i del a Category.</title><link>http://forums.asp.net/thread/2935363.aspx</link><pubDate>Thu, 12 Feb 2009 03:28:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2935363</guid><dc:creator>chetan.sarode</dc:creator><author>chetan.sarode</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2935363.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2935363</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/aa276139(SQL.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa276139(SQL.80).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Refer this guide&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms972955.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms972955.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>one error when i del a Category.</title><link>http://forums.asp.net/thread/2935318.aspx</link><pubDate>Thu, 12 Feb 2009 02:57:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2935318</guid><dc:creator>xzf2001</dc:creator><author>xzf2001</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2935318.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2935318</wfw:commentRss><description>&lt;p&gt;One error when i del a Category.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the report is:&lt;/p&gt;
&lt;p&gt;Server Error in &amp;#39;/TimeTracker&amp;#39; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;The DELETE statement conflicted with the REFERENCE constraint &amp;quot;FK_TimeTracker_TimeEntry_IssueTracker_ProjectCategories&amp;quot;. The conflict occurred in database &amp;quot;C:\TIMETRACKER\APP_DATA\TIMETRACKER.MDF&amp;quot;, table &amp;quot;dbo.aspnet_starterkits_TimeEntry&amp;quot;, column &amp;#39;CategoryId&amp;#39;.&lt;br /&gt;The statement has been terminated. &lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/p&gt;
&lt;p&gt;Exception Details: System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint &amp;quot;FK_TimeTracker_TimeEntry_IssueTracker_ProjectCategories&amp;quot;. The conflict occurred in database &amp;quot;C:\TIMETRACKER\APP_DATA\TIMETRACKER.MDF&amp;quot;, table &amp;quot;dbo.aspnet_starterkits_TimeEntry&amp;quot;, column &amp;#39;CategoryId&amp;#39;.&lt;br /&gt;The statement has been terminated.&lt;/p&gt;
&lt;p&gt;Source Error: &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Line 636:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlCmd.Connection = cn&lt;br /&gt;Line 637:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cn.Open()&lt;br /&gt;Line 638:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlCmd.ExecuteScalar()&lt;br /&gt;Line 639:&lt;br /&gt;Line 640:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Using&lt;/p&gt;
&lt;p&gt;who&amp;nbsp;can help me?Thanks very much!&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>