<?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: About</title>
	<atom:link href="http://blog.henryong.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.henryong.com</link>
	<description>Stories from a SharePoint Engineer that isn&#039;t afraid of Visual Studio.</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:15:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Deidre Anderson</title>
		<link>http://blog.henryong.com/about/#comment-4053</link>
		<dc:creator>Deidre Anderson</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:11:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-4053</guid>
		<description>Hi Henry,

I found your SharePoint blog on Google and wanted to ask you to review a new SharePoint WordPress theme we created at SharepointForMe.com.  It&#039;s styled to look just like SharePoint 2010. Please feel free to take a look at the demo at

www.sharepointforme.com/wordpress-templates/sharepointforme/

We know that there are a lot of SharePoint enthusiasts who read your blog and use WordPress to blog about SharePoint, so we thought it would be of use.  We would love to see some blog posts about it, but any feedback on it is also appreciated.  Have a great day!

Deidre</description>
		<content:encoded><![CDATA[<p>Hi Henry,</p>
<p>I found your SharePoint blog on Google and wanted to ask you to review a new SharePoint WordPress theme we created at SharepointForMe.com.  It&#8217;s styled to look just like SharePoint 2010. Please feel free to take a look at the demo at</p>
<p><a href="http://www.sharepointforme.com/wordpress-templates/sharepointforme/" rel="nofollow">http://www.sharepointforme.com/wordpress-templates/sharepointforme/</a></p>
<p>We know that there are a lot of SharePoint enthusiasts who read your blog and use WordPress to blog about SharePoint, so we thought it would be of use.  We would love to see some blog posts about it, but any feedback on it is also appreciated.  Have a great day!</p>
<p>Deidre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: No_limits35</title>
		<link>http://blog.henryong.com/about/#comment-3667</link>
		<dc:creator>No_limits35</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:53:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-3667</guid>
		<description></description>
		<content:encoded><![CDATA[<p>  Welfare was never supposed to be a career or heirloom passed from generation to generation. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LoriH</title>
		<link>http://blog.henryong.com/about/#comment-3617</link>
		<dc:creator>LoriH</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:05:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-3617</guid>
		<description>Hey Henry, just letting you know that your blog theme is a bit distorted in IE6. As much as I&#039;d like to be viewing your site with something newer/better, my employer isn&#039;t ready to upgrade yet. I thought I&#039;d let you know because it makes things a little difficult to read sometimes. Thanks!!</description>
		<content:encoded><![CDATA[<p>Hey Henry, just letting you know that your blog theme is a bit distorted in IE6. As much as I&#8217;d like to be viewing your site with something newer/better, my employer isn&#8217;t ready to upgrade yet. I thought I&#8217;d let you know because it makes things a little difficult to read sometimes. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowel</title>
		<link>http://blog.henryong.com/about/#comment-3615</link>
		<dc:creator>Rowel</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:06:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-3615</guid>
		<description>Hi Henry,

I&#039;m currently working on converting web parts created in SharePoint 2 to ver 3 here in the Philippines.

One of the web part is used for creating new item in the list. It can get the values of the fields either in an uncustomized or customized form. It also has an option of copying the new item to another list after the item is saved in the current list. Saving is done via coding and not using the standard sharepoint save toolbar.

This web part is working when used in the newform.aspx page. All expected features are working fine.
However, when you try to make a copy of this newform.aspx with web part included to a new file, then run that new copy, an unexpected error occurred.

I even attached the debugger into this process but to no avail. The error wont hook onto the breakpoint that I&#039;ve set on the entry point for the web part.

So, I modified the web.config file to see the actual error sharepoint is giving me and this is what it says:

Server Error in &#039;/&#039; Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object. 
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. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.]
   Microsoft.SharePoint.WebControls.DateTimeControl.GetDateTimeFromTextBox() +179
   Microsoft.SharePoint.WebControls.DateTimeControl.ChangesByUser(Object sender, EventArgs e) +123
   System.Web.UI.WebControls.TextBox.OnTextChanged(EventArgs e) +8736046
   System.Web.UI.WebControls.TextBox.RaisePostDataChangedEvent() +55
   System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +10
   System.Web.UI.Page.RaiseChangedEvents() +165
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1485

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 


---
What I cant figure out is that all fields have a value and the code was able to reference it and yet there&#039;s an issue of object reference not set to an instance..


I tried to limit the fields in the list and I&#039;ve used single text, dateonly and datetime fields.

There was no problem if I leave the datetime field blank. The web part saves the new item as expected. Touching the datetime field will produce the error above.

So, I&#039;d like to consult this with you if ever you&#039;ve experience or know something that there&#039;s an issue with using datetime field with web part. If so what&#039;s the recommended solution.

Another odd thing about this is that sharepoint can save the new item if i remove the web part and I cant debug the error using this web part.

More power to you.

Best regards,
Rowel</description>
		<content:encoded><![CDATA[<p>Hi Henry,</p>
<p>I&#8217;m currently working on converting web parts created in SharePoint 2 to ver 3 here in the Philippines.</p>
<p>One of the web part is used for creating new item in the list. It can get the values of the fields either in an uncustomized or customized form. It also has an option of copying the new item to another list after the item is saved in the current list. Saving is done via coding and not using the standard sharepoint save toolbar.</p>
<p>This web part is working when used in the newform.aspx page. All expected features are working fine.<br />
However, when you try to make a copy of this newform.aspx with web part included to a new file, then run that new copy, an unexpected error occurred.</p>
<p>I even attached the debugger into this process but to no avail. The error wont hook onto the breakpoint that I&#8217;ve set on the entry point for the web part.</p>
<p>So, I modified the web.config file to see the actual error sharepoint is giving me and this is what it says:</p>
<p>Server Error in &#8216;/&#8217; Application.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Object reference not set to an instance of an object.<br />
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. </p>
<p>Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.</p>
<p>Source Error: </p>
<p>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  </p>
<p>Stack Trace: </p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />
   Microsoft.SharePoint.WebControls.DateTimeControl.GetDateTimeFromTextBox() +179<br />
   Microsoft.SharePoint.WebControls.DateTimeControl.ChangesByUser(Object sender, EventArgs e) +123<br />
   System.Web.UI.WebControls.TextBox.OnTextChanged(EventArgs e) +8736046<br />
   System.Web.UI.WebControls.TextBox.RaisePostDataChangedEvent() +55<br />
   System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +10<br />
   System.Web.UI.Page.RaiseChangedEvents() +165<br />
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1485</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 </p>
<p>&#8212;<br />
What I cant figure out is that all fields have a value and the code was able to reference it and yet there&#8217;s an issue of object reference not set to an instance..</p>
<p>I tried to limit the fields in the list and I&#8217;ve used single text, dateonly and datetime fields.</p>
<p>There was no problem if I leave the datetime field blank. The web part saves the new item as expected. Touching the datetime field will produce the error above.</p>
<p>So, I&#8217;d like to consult this with you if ever you&#8217;ve experience or know something that there&#8217;s an issue with using datetime field with web part. If so what&#8217;s the recommended solution.</p>
<p>Another odd thing about this is that sharepoint can save the new item if i remove the web part and I cant debug the error using this web part.</p>
<p>More power to you.</p>
<p>Best regards,<br />
Rowel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holly</title>
		<link>http://blog.henryong.com/about/#comment-3017</link>
		<dc:creator>Holly</dc:creator>
		<pubDate>Mon, 03 Mar 2008 08:52:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-3017</guid>
		<description>Hi Henry,

I was browsing through LinkedIn and I found you! Add me so we can catch up. 

Holly</description>
		<content:encoded><![CDATA[<p>Hi Henry,</p>
<p>I was browsing through LinkedIn and I found you! Add me so we can catch up. </p>
<p>Holly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumaran</title>
		<link>http://blog.henryong.com/about/#comment-1209</link>
		<dc:creator>kumaran</dc:creator>
		<pubDate>Thu, 19 Jul 2007 11:34:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-1209</guid>
		<description>Hi

I was looking at your post on restore of sites showing as 0. 

Scenario.:
WebApp1 - ( SiteColl1 uses SC1_DB content databases )

Now you backup SC1_DB and restore is again as SC2_DB.

Now you remove SC1_DB from SiteColl1. You will see SiteColl1 has 0 sites.

To correct it :
1. Do a  &quot;Remove Content DB &quot; of SC1_DM.
2. Do a  &quot;Remove Content DB &quot; of SC2_DM.
3. Now &quot;Add Content DB&quot; SC2_DB to WebApp1. You should be able to see all sites.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I was looking at your post on restore of sites showing as 0. </p>
<p>Scenario.:<br />
WebApp1 &#8211; ( SiteColl1 uses SC1_DB content databases )</p>
<p>Now you backup SC1_DB and restore is again as SC2_DB.</p>
<p>Now you remove SC1_DB from SiteColl1. You will see SiteColl1 has 0 sites.</p>
<p>To correct it :<br />
1. Do a  &#8220;Remove Content DB &#8221; of SC1_DM.<br />
2. Do a  &#8220;Remove Content DB &#8221; of SC2_DM.<br />
3. Now &#8220;Add Content DB&#8221; SC2_DB to WebApp1. You should be able to see all sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://blog.henryong.com/about/#comment-171</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 22 Mar 2007 06:36:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-171</guid>
		<description>Hey Rahul, 

I forgot what I had mentioned about the Group Board Workspace to Matteo, do you have a link to the original discussion? Could you elaborate on which wizard you&#039;re utilizing?</description>
		<content:encoded><![CDATA[<p>Hey Rahul, </p>
<p>I forgot what I had mentioned about the Group Board Workspace to Matteo, do you have a link to the original discussion? Could you elaborate on which wizard you&#8217;re utilizing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Janghel</title>
		<link>http://blog.henryong.com/about/#comment-170</link>
		<dc:creator>Rahul Janghel</dc:creator>
		<pubDate>Thu, 22 Mar 2007 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-170</guid>
		<description>Hi henry,

I am also useing the same Group Boad Workspace Template which you have suggested to Mattaeo, Rest of the things are working fine but the only problem is .. it is not generation mail to informe the attendees after finishing the wizard. I can set alerts which is firing the mail but this should be automatic after finishing the wizard insted of manually setting the alter for the same.

Please suggest and reply on this.

Kind Regards...
- Rahul Janghel.</description>
		<content:encoded><![CDATA[<p>Hi henry,</p>
<p>I am also useing the same Group Boad Workspace Template which you have suggested to Mattaeo, Rest of the things are working fine but the only problem is .. it is not generation mail to informe the attendees after finishing the wizard. I can set alerts which is firing the mail but this should be automatic after finishing the wizard insted of manually setting the alter for the same.</p>
<p>Please suggest and reply on this.</p>
<p>Kind Regards&#8230;<br />
- Rahul Janghel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://blog.henryong.com/about/#comment-42</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Tue, 20 Feb 2007 23:37:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-42</guid>
		<description>Hey Chris, thanks for dropping by. I haven&#039;t been able to figure that out. The problem seems to go away by installing anything from Office 2007 even if you don&#039;t install Infopath 2007. I think Microsoft put that hook in to force us to buy Office 2007. Bastards...</description>
		<content:encoded><![CDATA[<p>Hey Chris, thanks for dropping by. I haven&#8217;t been able to figure that out. The problem seems to go away by installing anything from Office 2007 even if you don&#8217;t install Infopath 2007. I think Microsoft put that hook in to force us to buy Office 2007. Bastards&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris  Warren</title>
		<link>http://blog.henryong.com/about/#comment-40</link>
		<dc:creator>Chris  Warren</dc:creator>
		<pubDate>Tue, 20 Feb 2007 23:09:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-40</guid>
		<description>Saw  your post about  digital signatures and  infopath forms here (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1166283&amp;SiteID=1).  Having the same problem.  Did you ever figure out  how to fix it?

Thanks

Chris</description>
		<content:encoded><![CDATA[<p>Saw  your post about  digital signatures and  infopath forms here (<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1166283&amp;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1166283&amp;SiteID=1</a>).  Having the same problem.  Did you ever figure out  how to fix it?</p>
<p>Thanks</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
