<?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 Patrick's Bytes</title>
	<atom:link href="http://patrickyong.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrickyong.net</link>
	<description>Techie for the past 30 years...</description>
	<lastBuildDate>Thu, 15 Dec 2011 16:18:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Entity Framework Code First Migrations Beta 1 released by Konstantin Tarkus</title>
		<link>http://patrickyong.net/2011/12/05/entity-framework-code-first-migrations-beta-1-released/#comment-1673</link>
		<dc:creator>Konstantin Tarkus</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2011/12/05/entity-framework-code-first-migrations-beta-1-released/#comment-1673</guid>
		<description>You may want to check an alternative EF Code-First migration strategy:

EntityFramework.SchemaCompare - http://github.com/kriasoft/data</description>
		<content:encoded><![CDATA[<p>You may want to check an alternative EF Code-First migration strategy:</p>
<p>EntityFramework.SchemaCompare &#8211; <a href="http://github.com/kriasoft/data" rel="nofollow">http://github.com/kriasoft/data</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a doc gen template in Word 2007 and insert data using .NET by Claus</title>
		<link>http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/#comment-1662</link>
		<dc:creator>Claus</dc:creator>
		<pubDate>Sat, 26 Nov 2011 20:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/#comment-1662</guid>
		<description>Hi Patrick,
i was looking for a solution like yours. Its very helpful and works fine in VB. I tried to convert your code to C#, but it was not successful. I dont know all the datatypes of Methods like this:
----------
(VB)
Dim table = sectionXsdBlock.Elements(Of Table).First
Dim rows = table.Elements(Of TableRow)()
----------
(C#)
Table table = sectionXsdBlock.Elements().First;
TableRow rows = table.Elements();
----------

If i use these datatypes (Table, TableRow) i get errors.

Can you help me to translate your VB code to a C# code?

It would assist me greatly!
Claus

http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/</description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />
i was looking for a solution like yours. Its very helpful and works fine in VB. I tried to convert your code to C#, but it was not successful. I dont know all the datatypes of Methods like this:<br />
&#8212;&#8212;&#8212;-<br />
(VB)<br />
Dim table = sectionXsdBlock.Elements(Of Table).First<br />
Dim rows = table.Elements(Of TableRow)()<br />
&#8212;&#8212;&#8212;-<br />
(C#)<br />
Table table = sectionXsdBlock.Elements().First;<br />
TableRow rows = table.Elements();<br />
&#8212;&#8212;&#8212;-</p>
<p>If i use these datatypes (Table, TableRow) i get errors.</p>
<p>Can you help me to translate your VB code to a C# code?</p>
<p>It would assist me greatly!<br />
Claus</p>
<p><a href="http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/" rel="nofollow">http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Orchard &#8211; Creating a Orchard module using latest source code by Bob Tournoux</title>
		<link>http://patrickyong.net/2010/07/25/hello-orchard-creating-a-orchard-module-using-latest-source-code/#comment-1661</link>
		<dc:creator>Bob Tournoux</dc:creator>
		<pubDate>Sat, 26 Nov 2011 04:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2010/07/25/hello-orchard-creating-a-orchard-module-using-latest-source-code/#comment-1661</guid>
		<description>This almost worked for me, but I had some errors in the Orchard.CommerceAreaRegistration.cs class. The class was created as:
 public class Orchard.CommerceAreaRegistration : Area Registration {
... 
}
But I had to remove the &quot;Orchard.&quot; from the class name in order to get it to build without errors. However, once built I did not see my new module. I&#039;m working with version 1.3 and don&#039;t know if that is the reason. I&#039;m continuing on. Thanks for the detail.</description>
		<content:encoded><![CDATA[<p>This almost worked for me, but I had some errors in the Orchard.CommerceAreaRegistration.cs class. The class was created as:<br />
 public class Orchard.CommerceAreaRegistration : Area Registration {<br />
&#8230;<br />
}<br />
But I had to remove the &#8220;Orchard.&#8221; from the class name in order to get it to build without errors. However, once built I did not see my new module. I&#8217;m working with version 1.3 and don&#8217;t know if that is the reason. I&#8217;m continuing on. Thanks for the detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Orchard, Part 3&#8211;Working with Data by oceantrain</title>
		<link>http://patrickyong.net/2010/07/26/hello-orchard-part-3working-with-data/#comment-1648</link>
		<dc:creator>oceantrain</dc:creator>
		<pubDate>Tue, 08 Nov 2011 17:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2010/07/26/hello-orchard-part-3working-with-data/#comment-1648</guid>
		<description>Hi, Thanks for the tutorials. I have a problem I am facing with my current Orchard site. I have added custom Tables to my Orchard DB that are already populated with data. I&#039;m not sure how to query these tables since they are not part of the orchard Install. Any suggestions would be helpful.</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the tutorials. I have a problem I am facing with my current Orchard site. I have added custom Tables to my Orchard DB that are already populated with data. I&#8217;m not sure how to query these tables since they are not part of the orchard Install. Any suggestions would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to deploy a WCF web service project onto IIS6/7 by Hima</title>
		<link>http://patrickyong.net/2008/10/15/how-to-deploy-a-wcf-web-service-project-onto-iis67/#comment-1626</link>
		<dc:creator>Hima</dc:creator>
		<pubDate>Wed, 12 Oct 2011 16:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/?p=1142#comment-1626</guid>
		<description>thank you, It worked.</description>
		<content:encoded><![CDATA[<p>thank you, It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sync Framework error at SyncOrchestrator.Synchronize() by Sharepoint Day 01 (Update 26-Sep-2011) &#124; SDavara&#039;s Knowledge Center</title>
		<link>http://patrickyong.net/2011/09/26/sync-framework-error-at-syncorchestrator-synchronize/#comment-1615</link>
		<dc:creator>Sharepoint Day 01 (Update 26-Sep-2011) &#124; SDavara&#039;s Knowledge Center</dc:creator>
		<pubDate>Tue, 27 Sep 2011 05:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2011/09/26/sync-framework-error-at-syncorchestrator-synchronize/#comment-1615</guid>
		<description>[...] Sync Framework error at SyncOrchestrator.Synchronize()  [...]</description>
		<content:encoded><![CDATA[<p>[...] Sync Framework error at SyncOrchestrator.Synchronize()  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error updating JScript IntelliSense: Object doesn&#8217;t support this property or method @ 2139:1 by Hector Danilo</title>
		<link>http://patrickyong.net/2009/05/08/error-updating-jscript-intellisense-object-doesnt-support-this-property-or-method-21391/#comment-1602</link>
		<dc:creator>Hector Danilo</dc:creator>
		<pubDate>Fri, 09 Sep 2011 07:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2009/05/08/error-updating-jscript-intellisense-object-doesnt-support-this-property-or-method-21391/#comment-1602</guid>
		<description>Sometimes that happens because another problem the version of jquery it is not compatible with visual studio 2008 or maybe a bug or error, I found a solution for visual studio 2008 with version 1.4.1 using de development file (uncompressed). 

Example:

-Add New Folder in your solution(you can named &quot;scripts&quot;)
-Download jquery 1.4.1 version 
( 3 files: minified,uncompressed and visual studio )
minified = http://code.jquery.com/jquery-1.4.1.min.js
uncompressed = http://code.jquery.com/jquery-1.4.1.js
visual studio = http://code.jquery.com/jquery-1.4.1-vsdoc.js

NOW !!!!

Add the 3 files in &quot;scripts&quot; folder.
Select uncompressed and down in head tag section.
Example:


    
    


AND ENJOY JQUERY AND INTELLISENSE ;) !!!


PLEASE TEST THE OTHER NEW VERSIONS AND HELP US TO UNDERSTAND THE PROBLEMS WITH NEW VERSIONS.</description>
		<content:encoded><![CDATA[<p>Sometimes that happens because another problem the version of jquery it is not compatible with visual studio 2008 or maybe a bug or error, I found a solution for visual studio 2008 with version 1.4.1 using de development file (uncompressed). </p>
<p>Example:</p>
<p>-Add New Folder in your solution(you can named &#8220;scripts&#8221;)<br />
-Download jquery 1.4.1 version<br />
( 3 files: minified,uncompressed and visual studio )<br />
minified = <a href="http://code.jquery.com/jquery-1.4.1.min.js" rel="nofollow">http://code.jquery.com/jquery-1.4.1.min.js</a><br />
uncompressed = <a href="http://code.jquery.com/jquery-1.4.1.js" rel="nofollow">http://code.jquery.com/jquery-1.4.1.js</a><br />
visual studio = <a href="http://code.jquery.com/jquery-1.4.1-vsdoc.js" rel="nofollow">http://code.jquery.com/jquery-1.4.1-vsdoc.js</a></p>
<p>NOW !!!!</p>
<p>Add the 3 files in &#8220;scripts&#8221; folder.<br />
Select uncompressed and down in head tag section.<br />
Example:</p>
<p>AND ENJOY JQUERY AND INTELLISENSE <img src='http://patrickyong.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  !!!</p>
<p>PLEASE TEST THE OTHER NEW VERSIONS AND HELP US TO UNDERSTAND THE PROBLEMS WITH NEW VERSIONS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a doc gen template in Word 2007 and insert data using .NET by Edusis</title>
		<link>http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/#comment-1438</link>
		<dc:creator>Edusis</dc:creator>
		<pubDate>Thu, 07 Jul 2011 18:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2009/03/31/create-a-doc-gen-template-in-word-2007-and-insert-data-using-net/#comment-1438</guid>
		<description>thanks, its so useful.</description>
		<content:encoded><![CDATA[<p>thanks, its so useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source for Light Up SharePoint event by Jenny</title>
		<link>http://patrickyong.net/2011/06/15/source-for-light-up-sharepoint-event/#comment-1405</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Wed, 22 Jun 2011 08:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/2011/06/15/source-for-light-up-sharepoint-event/#comment-1405</guid>
		<description>hmm... where is the sorce code?</description>
		<content:encoded><![CDATA[<p>hmm&#8230; where is the sorce code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom XML Schema in Excel 2007 &#8211; Multi line items tip by L01$Lan3</title>
		<link>http://patrickyong.net/2008/01/11/custom-xml-schema-in-excel-2007-multi-line-items-tip/#comment-855</link>
		<dc:creator>L01$Lan3</dc:creator>
		<pubDate>Wed, 23 Mar 2011 18:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://patrickyong.net/?p=247#comment-855</guid>
		<description>I would like to link an excel template to a sharepoint list item it&#039;s associated with.

I have a document library.

I created an excel template as the content type.

There is an SPD workflow that assigns that item a number.

I would like that number to show up in a cell on that particular spreadsheet.

How do I accomplish this? When I follow your steps above there are &#039;no emls mapps associated with this workbook&#039;</description>
		<content:encoded><![CDATA[<p>I would like to link an excel template to a sharepoint list item it&#8217;s associated with.</p>
<p>I have a document library.</p>
<p>I created an excel template as the content type.</p>
<p>There is an SPD workflow that assigns that item a number.</p>
<p>I would like that number to show up in a cell on that particular spreadsheet.</p>
<p>How do I accomplish this? When I follow your steps above there are &#8216;no emls mapps associated with this workbook&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

