<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vijay Modi</title>
	<atom:link href="http://vijaymodi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijaymodi.wordpress.com</link>
	<description>This is all about C#, ASP.Net, BizTalk Server 2006 R2, Php, AJaX, Ms Sql, My Sql &#38; JavaScript.</description>
	<pubDate>Wed, 02 Jul 2008 10:51:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>MS SQl + XML parsing error: Reference to undeclared namespace prefix</title>
		<link>http://vijaymodi.wordpress.com/2008/07/02/ms-sql-xml-parsing-error-reference-to-undeclared-namespace-prefix/</link>
		<comments>http://vijaymodi.wordpress.com/2008/07/02/ms-sql-xml-parsing-error-reference-to-undeclared-namespace-prefix/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 10:51:09 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[MS Sql Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=189</guid>
		<description><![CDATA[
When a namespace is declared in your xml document / String and you will use the OpenXml in your stored Procedure / Sql Query, you will get this type of error. To remove this error you need to define the namespace while you write the EXECUTE statement in you query/stored procedure.
Suppose you have written the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>When a namespace is declared in your xml document / String and you will use the OpenXml in your stored Procedure / Sql Query, you will get this type of error. To remove this error you need to define the namespace while you write the EXECUTE statement in you query/stored procedure.
<p>Suppose you have written the following statement:<br />
<blockquote>
<p><strong>EXEC sp_xml_preparedocument @docHandle OUTPUT, @XmlDoc</strong> </p>
</blockquote>
<p>So you need to change it with the following one:</p>
<blockquote><p><strong>EXEC sp_xml_preparedocument @docHandle OUTPUT, @XmlDoc, &#8216;&lt;root xmlns:ns0=&#8221;</strong><a href="http://vijaymodi.wordpress.com&quot;"><strong>http://vijaymodi.wordpress.com&#8221;</strong></a><strong> /&gt;&#8217; </strong></p>
</blockquote>
<p>Where ns0 is the namespace of your xmlDocument, which is defined in the first node of your xml document. Suppose my xml document is as follows:<br />
<blockquote>
<p>&lt;ns0:root xmlns:ns0=&#8221;<a href="http://vijaymodi.wordpress.com&quot;">http://vijaymodi.wordpress.com&#8221;</a>&gt; <br />&lt;ID&gt;ID_0&lt;/ID&gt;<br />&lt;NAME&gt;Name_0&lt;/NAME&gt;<br />&lt;Address&gt;Address_0&lt;/Address&gt;<br />&lt;City&gt;City_0&lt;/City&gt;<br />&lt;/ns0:root&gt;</p>
</blockquote>
<p>Let me know if you have any query <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<p>Cheers,<br />Vijay Modi</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/189/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/189/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=189&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/07/02/ms-sql-xml-parsing-error-reference-to-undeclared-namespace-prefix/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>&#34;Service Unavailable&#34; error message</title>
		<link>http://vijaymodi.wordpress.com/2008/06/27/service-unavailable-error-message/</link>
		<comments>http://vijaymodi.wordpress.com/2008/06/27/service-unavailable-error-message/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:49:27 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[.Net 3.5]]></category>

		<category><![CDATA[BizTalk Server]]></category>

		<category><![CDATA[C#, ASP.Net]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=187</guid>
		<description><![CDATA[
When you are going to browse your web service or WCF Service, you can get this error &#8220;Serviec Unavailable&#8221;.
This error may occur if the password of Application pool assigned to Web Service or WCF Service is not correct. So to resolve this one you need to change it. You can change it using the IIS [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>When you are going to browse your web service or WCF Service, you can get this error &#8220;Serviec Unavailable&#8221;.
<p>This error may occur if the password of Application pool assigned to Web Service or WCF Service is not correct. So to resolve this one you need to change it. You can change it using the IIS Services.
<p>To change the password of application pool, see the properties of the application pool using IIS Services. and change the password. Restart the IIS using IISReset in Start=&gt;Run.
<p>Test your Web Service or WCF Service, it will work.
<p>Regards,<br />Vijay Modi</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/187/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/187/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=187&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/06/27/service-unavailable-error-message/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk: Dynamically create schema nodes using XSLT</title>
		<link>http://vijaymodi.wordpress.com/2008/06/02/biztalk-create-multiple-nodes-in-destination-schema-using-xslt-in-map-file/</link>
		<comments>http://vijaymodi.wordpress.com/2008/06/02/biztalk-create-multiple-nodes-in-destination-schema-using-xslt-in-map-file/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:58:56 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[BizTalk Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=184</guid>
		<description><![CDATA[First let us discussed about the problem:I have a source schema which is in the following format:Now I want my destination schema in the following format:Note: Check I want the Ord1 and OrdName1 in OrderInfo as well as Ord2 and OrdName2 in OrderInfo too. So I need the value of above in one record (node) [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First let us discussed about the problem:I have a source schema which is in the following format:<img src="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image002.jpg?w=382&h=104" alt="" width="382" height="104" />Now I want my destination schema in the following format:<img src="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image004.jpg?w=442&h=136" alt="" width="442" height="136" />Note: Check I want the Ord1 and OrdName1 in OrderInfo as well as Ord2 and OrdName2 in OrderInfo too. So I need the value of above in one record (node) of Destination schema. So for to do the above functionality I have used the BizTalk map. What I have done is I have created a BizTalk map and assign Source.xsd in SourceSchema and Destination.xsd in Destination schema of this map.You can see the snap of my Mapping as follows:<img src="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image006.jpg?w=624&h=132" alt="" width="624" height="132" />Here you can find that I have added just one script Functoids in the mapping of source and destination schema. I have written the following code (XSLT Code) to map both schemas.==========================================================================</p>
<h5><strong><em>&lt;xsl:for-each select=&#8221;//Order&#8221;&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderInfo&#8221;&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderID&#8221;&gt;&lt;xsl:value-of select=&#8221;Ord1&#8243; /&gt;&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderName&#8221;&gt;&lt;xsl:value-of select=&#8221;OrdName1&#8243; /&gt;&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;/xsl:for-each&gt;</em></strong></h5>
<h5><strong><em></em></strong></h5>
<h5><strong><em>&lt;xsl:for-each select=&#8221;//Order&#8221;&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderInfo&#8221;&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderID&#8221;&gt;&lt;xsl:value-of select=&#8221;Ord2&#8243; /&gt;&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;xsl:element name=&#8221;OrderName&#8221;&gt;&lt;xsl:value-of select=&#8221;OrdName2&#8243; /&gt;&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;/xsl:element&gt;</em></strong></h5>
<h5><strong><em>&lt;/xsl:for-each&gt; </em></strong></h5>
<p>==========================================================================So Test the map and check the generated destination file.Enjoy BizTalking <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/184/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/184/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=184&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/06/02/biztalk-create-multiple-nodes-in-destination-schema-using-xslt-in-map-file/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>

		<media:content url="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image002.jpg" medium="image" />

		<media:content url="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image004.jpg" medium="image" />

		<media:content url="http://vijaymodi.files.wordpress.com/2008/06/windowslivewriterbiztalkcreatemultiplenodesindestination-11135clip-image006.jpg" medium="image" />
	</item>
		<item>
		<title>System.Security.SecurityException: Requested registry access is not allowed</title>
		<link>http://vijaymodi.wordpress.com/2008/05/29/systemsecuritysecurityexception-requested-registry-access-is-not-allowed/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/29/systemsecuritysecurityexception-requested-registry-access-is-not-allowed/#comments</comments>
		<pubDate>Thu, 29 May 2008 05:08:56 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[.Net 3.5]]></category>

		<category><![CDATA[C#, ASP.Net]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=180</guid>
		<description><![CDATA[
One of my friend was facing this problem. He told me to help him. I look into the error and search on the net. I resolved this error by using the following link:
http://forums.codecharge.com/posts.php?post_id=67135
Regards,Vijay Modi
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>One of my friend was facing this problem. He told me to help him. I look into the error and search on the net. I resolved this error by using the following link:
<p><a href="http://forums.codecharge.com/posts.php?post_id=67135">http://forums.codecharge.com/posts.php?post_id=67135</a>
<p>Regards,<br />Vijay Modi</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/180/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/180/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=180&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/29/systemsecuritysecurityexception-requested-registry-access-is-not-allowed/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Biztalk MSMQ: No Disassemble stage components can recognize the data.</title>
		<link>http://vijaymodi.wordpress.com/2008/05/28/biztalk-msmq-no-disassemble-stage-components-can-recognize-the-data/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/28/biztalk-msmq-no-disassemble-stage-components-can-recognize-the-data/#comments</comments>
		<pubDate>Wed, 28 May 2008 14:53:08 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[BizTalk Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=179</guid>
		<description><![CDATA[Hi,
The following link will resolve your problem. Its really very good.
http://www.winterdom.com/weblog/2006/01/31/FixMessageEncodingCustomPipelineComponentSample.aspx
Enjoy BizTalking 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi,</p>
<p>The following link will resolve your problem. Its really very good.
<p><a href="http://www.winterdom.com/weblog/2006/01/31/FixMessageEncodingCustomPipelineComponentSample.aspx">http://www.winterdom.com/weblog/2006/01/31/FixMessageEncodingCustomPipelineComponentSample.aspx</a>
<p>Enjoy BizTalking <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/179/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/179/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=179&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/28/biztalk-msmq-no-disassemble-stage-components-can-recognize-the-data/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>WCF Service Vs ASP.Net Web Service Difference</title>
		<link>http://vijaymodi.wordpress.com/2008/05/24/wcf-service-vs-aspnet-web-service-difference/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/24/wcf-service-vs-aspnet-web-service-difference/#comments</comments>
		<pubDate>Sat, 24 May 2008 09:17:49 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[.Net 3.5]]></category>

		<category><![CDATA[BizTalk Server]]></category>

		<category><![CDATA[C#, ASP.Net]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=178</guid>
		<description><![CDATA[The best difference / comparison between WCF Service and Asp.Net Web service you can find on the following URL:
http://msdn.microsoft.com/en-us/library/aa738737.aspx
Its really very nice article.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The best difference / comparison between WCF Service and Asp.Net Web service you can find on the following URL:</p>
<p><a title="http://msdn.microsoft.com/en-us/library/aa738737.aspx" href="http://msdn.microsoft.com/en-us/library/aa738737.aspx">http://msdn.microsoft.com/en-us/library/aa738737.aspx</a></p>
<p>Its really very nice article.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/178/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/178/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=178&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/24/wcf-service-vs-aspnet-web-service-difference/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Biztalk : Log entry using Microsoft Practice Enterprise Library in .Net assembly / Call .Net assembly using Biztalk Orchestration Expression Shape&#8230;&#8230;</title>
		<link>http://vijaymodi.wordpress.com/2008/05/17/biztalk-log-entry-using-microsoft-practice-enterprise-library-in-net-assembly-call-net-assembly-using-biztalk-orchestration-expression-shape/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/17/biztalk-log-entry-using-microsoft-practice-enterprise-library-in-net-assembly-call-net-assembly-using-biztalk-orchestration-expression-shape/#comments</comments>
		<pubDate>Sat, 17 May 2008 12:44:23 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[BizTalk Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=177</guid>
		<description><![CDATA[
Its one of the important task in Biztalk to do the Log entry whenever you want in the orchestration. Suppose you have got an error and you need to log it before the Message going in suspended mode. One of the best solution&#160;we can use to loggin is the Microsoft Practise Enterprise library. So how [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>Its one of the important task in Biztalk to do the Log entry whenever you want in the orchestration. Suppose you have got an error and you need to log it before the Message going in suspended mode. One of the best solution&nbsp;we can use to loggin is the Microsoft Practise Enterprise library. So how will we do it? If you will implement it the first time you will face many problems like how to call .net assembly from an orchestration, configuration etc&#8230; So I thought to write an article on this full functionality. I am trying to write here as easy as possible from my side. Please let me know your comments if you have found any mistake in this article.
<p>Important: You need to install the Microsoft Practise Enterprise Library 3.1 in your machine. You can download it from the following link:
<p><a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=4c557c63-708f-4280-8f0c-637481c31718&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4c557c63-708f-4280-8f0c-637481c31718&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=4c557c63-708f-4280-8f0c-637481c31718&amp;displaylang=en</a>
<p>&nbsp;
<p>First you need to create a .Net class library project using VS .net 2005. Like I am creating a project named &#8216;TestEntLibLogging&#8217;. <br />Create a class named &#8216;EntLibraryErrorHandler.cs&#8217; in you project.<br />Make it public and serializable. <br />Please create a method named &#8216;LogErrorbyEntLibrary(Exception ex)&#8217; in the above class.
<p>Now you need to add reference Microsoft.Practices.EnterpriseLibrary.Logging.dll in you project. To add reference in your project just right click on your project and select &#8216;Add Reference&#8217;. And select the &#8216;Microsoft.Practices.EnterpriseLibrary.Logging.dll&#8217; from list of assembly.
<p>Now add the following library in you class named &#8216;EntLibraryErrorHandler.cs&#8217;:<br />using Microsoft.Practices.EnterpriseLibrary.Logging;
<p>Now in you method &#8216;LogErrorbyEntLibrary(Exception ex)&#8217;, write the following code to log entry:
<p>======================================================<br />//Create an object of LogEntry<br />LogEntry objEntry = new LogEntry();
<p>//Assign properties to LogEntry object.<br />objEntry.Message = ex.ToString();<br />objEntry.Priority = 1;<br />objEntry.TimeStamp = DateTime.Now;<br />objEntry.Categories.Add(&#8221;Exception&#8221;);
<p>//Do the Log entry.<br />Logger.Write(objEntry);<br />========================================================
<p>This code will work perfectly. Now we are going to implement the configuration of the config file using &#8216;Enterprise Library Configuration&#8217; tool. You can find this too in the Start &gt; Program Files &gt; Microsoft patterns &amp; practices &gt; Enterprise Library 3.1 - May 2007 &gt; Enterprise Library Configuration.
<p>Now open you config file in this by selecting the File Menu &gt; Open.
<p>Now one of the question should come in your mind is which configuration file you need to configure here. Because you have not added any configuration file in you class library project. So the answer is:
<p>You need to configure the &#8216;BTSNTSvc.exe.config&#8217;. You can find this file in your &#8216;C:\Program Files\Microsoft BizTalk Server 2006&#8242; folder. i.e. where you have install your BizTalk.
<p>So open this configuration file in your Enterprise Library Configuration wizard. Now right click on your config file and add new Logging Application Block by clicking on &#8216;New &gt; Logging Application Block&#8217;.
<p>There select the &#8216;Tract Listeners&#8217;. Right click on it and select the New &gt; Rolling File Trace Listener.
<p>You can select Flat File Trace Listener. Here I am creating Rolling File Trace Listener to creating the File separately for each day.
<p>There see the properties of new added &#8216;Rolling Flat File Trace Listener&#8217;. Select the Formatter and select the &#8216;Text Formatter&#8217; from the list.<br />You can update the Template properties inside the Formatter property whatever you want. To chaange the looging file&#8217;s path you have to change the property of the FileName. If you want to put the File in C:/Log/rolling.log, then you have to write it in the FileName property.
<p>Now we have created a Rolling File Trace Listener. Now we need to assign it to &#8216;Formatted EventLog TraceListener&#8217;, which is in the &#8216;Special Sources &gt; Logging Errors &amp; Warnings node&#8217;. Select the &#8216;Formatted EventLog TraceListener&#8217; and in the property window select the Reference Trace Listener to &#8216;Rolling Flat File Trace Listener&#8217; from the dropdown. You can change the header and footer whatever you want in your logging file.
<p>Now you can find two properties which are very important here. One is the RollFileExistsBehavior and another is RollInterval. The default value of RollFileExistsBehavior has set to OverWrite, which means it will overwrite the existing file. This we need to update to increament. For this just select the dropdown and select increament. This will create a new file based on the interval set there.
<p>The second one is the RollInterval, which is default set to None, means it will not create new file. It will just overwrite the existing file. This we need to set depends on the requirements. I am setting it to Day, means it will daily create a new file for log entry.
<p>Now another property &#8216;RollSizeKB&#8217;, This is one important property if we want to restrict to write in file more than particular size. Like I want to create the logger file not more than 5 kb size. So I will set this property. But for now I don&#8217;t require here. But if you want you can set it there.
<p>Now you need to set the &#8216;Rolling Flat File Trace Listener&#8217; in the &#8216;Category Sources &gt; General &gt; Formatted EventLog TraceListener&#8217;. Just select this node and select the Referenced TraceListener to &#8216;Rolling Flat File Trace Listener&#8217; from the dropdown.
<p>So your configuration of the config file has been completed now.
<p>Now our remaining part is how to call the .Net assembly (that we have created the .net class library project) from Biztalk orchestration:
<p>I am here write the following code to call the .net assembly from an Expression shape. You need to add the reference in your biztalk project. You have to right click on your biztalk project and select the Add reference. In the add reference wizard, select the Projects tab. There you will find our Class Library project. Select this project and click ok button. So now we have added the Class Library Project&#8217;s reference in our BizTalk project. Now you can access all accessible methods in your expression shape.
<p>Write the following sentence in you catch block of the orchestration. Here I expect that you know how to use the catch exception in orchestration. Add an expression shape and write the following sentence to call the method &#8216;EntLibraryErrorHandler(Exception ex)&#8217;.<br />======================================================<br />TestEntLibLogging.EntLibraryErrorHandler.LogErrorbyEntLibrary(ex);<br />//Where ex is the Exception Object Name<br />======================================================
<p>Note: Now when you run your orchestration you will face a runtime error that the EntLibraryErrorHandler not found. Its reason is that we have not add the Class Library project in GAC. To add the above file in GAC write the following command on Visual Studio Command Prompt:<br />======================================================<br />GACUTIL /i EntLibraryErrorHandler.dll<br />======================================================
<p>Now test your orchestration. <br />I am first time writing this type of big article on my blog. So there can be some problem. And for time purpose I have not write the steps. But I think you have the initial knowledge of the Biztalk and you can understand it. Let me know if you will have any confusion or query with this article. You can add your comments here.
<p>Cheers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=177&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/17/biztalk-log-entry-using-microsoft-practice-enterprise-library-in-net-assembly-call-net-assembly-using-biztalk-orchestration-expression-shape/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>MSSql : convert dd/mm/yyyy (&#8217;24/02/2008&#8242;) to MMM/dd/YYYY (&#8217;Feb/24/2008&#8242;)?</title>
		<link>http://vijaymodi.wordpress.com/2008/05/17/mssql-convert-ddmmyyyy-24022008-to-mmmddyyyy-feb242008/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/17/mssql-convert-ddmmyyyy-24022008-to-mmmddyyyy-feb242008/#comments</comments>
		<pubDate>Sat, 17 May 2008 10:19:39 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[MS Sql Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=176</guid>
		<description><![CDATA[
Its just simple. Try the following query and it will give you the result.
SELECT REPLACE(convert(varchar(11), getdate(), 109),&#8217; &#8216;,&#8217;/') 
Enjoy  
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>Its just simple. Try the following query and it will give you the result.
<p><strong><em>SELECT REPLACE(convert(varchar(11), getdate(), 109),&#8217; &#8216;,&#8217;/') </em></strong>
<p>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/176/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/176/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=176&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/17/mssql-convert-ddmmyyyy-24022008-to-mmmddyyyy-feb242008/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Biztalk : How to comment the Shape used in orchestration?</title>
		<link>http://vijaymodi.wordpress.com/2008/05/16/biztalk-how-to-comment-the-shape-used-in-orchestration/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/16/biztalk-how-to-comment-the-shape-used-in-orchestration/#comments</comments>
		<pubDate>Fri, 16 May 2008 13:37:30 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[BizTalk Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=175</guid>
		<description><![CDATA[
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; I am working on Biztalk 2006 R2 and facing a big problem. I have created an orchestration and for temporary purpose I want to comment some shapes that I have used in this orchestration like we are commenting the code in .net. But I have not found any facility in Biztalk to do it. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am working on <strong>Biztalk 2006 R2</strong> and facing a big problem. I have created an orchestration and for temporary purpose I want to comment some shapes that I have used in this orchestration like we are commenting the code in .net. But I have not found any facility in Biztalk to do it. I think microsoft has to add this functionality in this technology. Let me know your reviews, if you want to add.
<p>At this time to resolve this issue, I am using the decide shape and keeping all unwanted shapes in this decide shape which cannot execute. I have added such type of condition which will never true (i.e. 1==0). So at this time I can run my orchestration and can use those commented shapes(insude the above decide shape) in future if I want. Is it ok?
<p>Let me know if you have any new idea.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/175/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/175/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=175&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/16/biztalk-how-to-comment-the-shape-used-in-orchestration/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Biztalk : Could not load file or assembly &#8216;Microsoft.Practices.EnterpriseLibrary.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8217; or one of its dependencies. The system cannot find the file specified</title>
		<link>http://vijaymodi.wordpress.com/2008/05/13/biztalk-could-not-load-file-or-assembly-microsoftpracticesenterpriselibrarylogging-version3100-cultureneutral-publickeytokenb03f5f7f11d50a3a-or-one-of-its-dependencies-the-system-ca/</link>
		<comments>http://vijaymodi.wordpress.com/2008/05/13/biztalk-could-not-load-file-or-assembly-microsoftpracticesenterpriselibrarylogging-version3100-cultureneutral-publickeytokenb03f5f7f11d50a3a-or-one-of-its-dependencies-the-system-ca/#comments</comments>
		<pubDate>Tue, 13 May 2008 06:10:19 +0000</pubDate>
		<dc:creator>Vijay Modi</dc:creator>
		
		<category><![CDATA[BizTalk Server]]></category>

		<guid isPermaLink="false">http://vijaymodi.wordpress.com/?p=174</guid>
		<description><![CDATA[This error will come when you will call .net assembly from BizTalk orchestration using Expression shape or Message Assignment shape. The error telling you that the .Net assembly could not loaded means the .Net assembly is not exist in Globle Assembly Cache(GAC). So you have to put the particular assembly in GAC.
You can keep the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This error will come when you will call .net assembly from BizTalk orchestration using Expression shape or Message Assignment shape. The error telling you that the .Net assembly could not loaded means the .Net assembly is not exist in Globle Assembly Cache(GAC). So you have to put the particular assembly in GAC.</p>
<p>You can keep the assembly in GAC using the GACUtil command. Suppose you have the &#8220;Microsoft.Practices.EnterpriseLibrary.Logging&#8221; file in &#8220;C:\program Files\Microsoft Enterprise Library 3.1 - May 2007\Bin&#8221; folder. Open the microsoft Visual Studio Command Prompt. Then  change the directory to this path(&#8221;C:\program Files\Microsoft Enterprise Library 3.1 - May 2007\Bin&#8221; ) and write the following command to put the assembly in GAC:GACUtil i/ Microsoft.Practices.EnterpriseLibrary.Logging.dllIts will install the Microsoft.Practices.EnterpriseLibrary.Logging.dll in GAC.Now restart your BizTalk Service Host and stop and start your BizTalk application. Then test your orchestration. It will resolve your problem.Cheers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vijaymodi.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vijaymodi.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaymodi.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaymodi.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaymodi.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaymodi.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaymodi.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaymodi.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaymodi.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaymodi.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaymodi.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaymodi.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaymodi.wordpress.com&blog=672490&post=174&subd=vijaymodi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaymodi.wordpress.com/2008/05/13/biztalk-could-not-load-file-or-assembly-microsoftpracticesenterpriselibrarylogging-version3100-cultureneutral-publickeytokenb03f5f7f11d50a3a-or-one-of-its-dependencies-the-system-ca/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vijaymodi-128.jpg" medium="image">
			<media:title type="html">vijaymodi</media:title>
		</media:content>
	</item>
	</channel>
</rss>