<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Naresh Bojja</title>
	<atom:link href="http://nareshbojja.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nareshbojja.wordpress.com</link>
	<description>For the better society</description>
	<lastBuildDate>Wed, 04 Jan 2012 03:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nareshbojja.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Naresh Bojja</title>
		<link>http://nareshbojja.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nareshbojja.wordpress.com/osd.xml" title="Naresh Bojja" />
	<atom:link rel='hub' href='http://nareshbojja.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CSS Rotate Text 90 Degrees</title>
		<link>http://nareshbojja.wordpress.com/2011/01/13/css-rotate-text-90-degrees/</link>
		<comments>http://nareshbojja.wordpress.com/2011/01/13/css-rotate-text-90-degrees/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 23:38:28 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/2011/01/13/css-rotate-text-90-degrees/</guid>
		<description><![CDATA[For WebKit &#38; mozilla -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg); For IE: filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); rotation accepts 4 values.0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively. Full Code: #rotate { float:left; font-size:10; font-family:Verdana; -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } &#60;div id=&#8221;rotate&#8221;&#62;Rotate Me&#60;/div&#62; Enjoy&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=98&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For WebKit &amp; mozilla</p>
<p>-webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);</p>
<p>For IE:</p>
<p>filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);<br />
rotation accepts 4 values.0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.</p>
<p>Full Code:</p>
<p>#rotate {<br />
float:left;<br />
font-size:10;<br />
font-family:Verdana;<br />
-webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);<br />
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);<br />
}</p>
<p>&lt;div id=&#8221;rotate&#8221;&gt;Rotate Me&lt;/div&gt;</p>
<p>Enjoy&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=98&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2011/01/13/css-rotate-text-90-degrees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>Could not download the Silverlight application or the Silverlight Plugin did not load.</title>
		<link>http://nareshbojja.wordpress.com/2010/12/02/could-not-download-the-silverlight-application-or-the-silverlight-plugin-did-not-load/</link>
		<comments>http://nareshbojja.wordpress.com/2010/12/02/could-not-download-the-silverlight-application-or-the-silverlight-plugin-did-not-load/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 16:53:26 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Share point]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=102</guid>
		<description><![CDATA[Could not download the Silverlight application or the Silverlight Plugin did not load.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=102&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys..</p>
<p>Recently when i am using silverlight webpart in sp2010 i am facing below problem.</p>
<p><strong>Could not download the Silverlight application or the Silverlight Plugin did not load.<br />
To re-configure the Web Part or to provide a different Silverlight application (.xap), open the tool pane and then click Configure.</strong></p>
<p>To avoid this we used HTML Form webpart and bypased this error. i added the web part from sharepoint designer, so when i look the source it looks like this.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&lt;WebPart xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=&#8221;http://www.w3.org/2001/XMLSchema&#8221; xmlns=&#8221;http://schemas.microsoft.com/WebPart/v2&#8243;&gt;<br />
&lt;Title&gt;FormWP&lt;/Title&gt;<br />
&lt;FrameType&gt;None&lt;/FrameType&gt;<br />
&lt;Description&gt;Connects simple form controls to other Web Parts.&lt;/Description&gt;<br />
&lt;IsIncluded&gt;true&lt;/IsIncluded&gt;<br />
&lt;PartOrder&gt;4&lt;/PartOrder&gt;<br />
&lt;FrameState&gt;Normal&lt;/FrameState&gt;<br />
&lt;Height /&gt;<br />
&lt;Width /&gt;<br />
&lt;AllowRemove&gt;true&lt;/AllowRemove&gt;<br />
&lt;AllowZoneChange&gt;true&lt;/AllowZoneChange&gt;<br />
&lt;AllowMinimize&gt;true&lt;/AllowMinimize&gt;<br />
&lt;AllowConnect&gt;true&lt;/AllowConnect&gt;<br />
&lt;AllowEdit&gt;true&lt;/AllowEdit&gt;<br />
&lt;AllowHide&gt;true&lt;/AllowHide&gt;<br />
&lt;IsVisible&gt;true&lt;/IsVisible&gt;<br />
&lt;DetailLink /&gt;<br />
&lt;HelpLink /&gt;<br />
&lt;HelpMode&gt;Modeless&lt;/HelpMode&gt;<br />
&lt;Dir&gt;Default&lt;/Dir&gt;<br />
&lt;PartImageSmall /&gt;<br />
&lt;MissingAssembly&gt;Cannot import this Web Part.&lt;/MissingAssembly&gt;<br />
&lt;PartImageLarge&gt;/_layouts/images/mssfwp.gif&lt;/PartImageLarge&gt;<br />
&lt;IsIncludedFilter /&gt;<br />
&lt;ExportControlledProperties&gt;true&lt;/ExportControlledProperties&gt;<br />
&lt;ConnectionID&gt;00000000-0000-0000-0000-000000000000&lt;/ConnectionID&gt;<br />
&lt;ID&gt;g_c3cc8ea6_cb6e_4e3f_93ce_aadacb831eaf&lt;/ID&gt;<br />
&lt;Content xmlns=&#8221;http://schemas.microsoft.com/WebPart/v2/SimpleForm&#8221;&gt;&lt;![CDATA[&lt;object id="SilverlightObjectTag_WebPartctl00_m_g_9086be9b_28a4_4ff6_8dcc_64325f039bd2" data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="display:block" height="1045px" width="960px"&gt;<br />
&lt;param name="source" value="/sites/mysite/SiteAssets/my.xap"/&gt;<br />
&lt;param name="onerror" value="_spOnSilverlightError_WebPartctl00_m_g_9086be9b_28a4_4ff6_8dcc_64325f039bd2" /&gt;<br />
&lt;param name="background" value="white" /&gt;<br />
&lt;param name="initParams" value="MS.SP.url=http://mysp2010/sites/mysite/" /&gt;<br />
&lt;param name="windowless" value="true" /&gt;</p>
<p>&lt;a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=3.0.40624.0" style="text-decoration: none;"&gt;<br />
&lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/&gt;<br />
&lt;/a&gt;</p>
<p>&lt;/object&gt;<br />
]]&gt;&lt;/Content&gt;<br />
&lt;/WebPart&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>In your code dont forget to add <strong>MS.SP.url</strong> param. otherwise it wont work.</p>
<p>thanks,&#8230;enjoy&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=102&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2010/12/02/could-not-download-the-silverlight-application-or-the-silverlight-plugin-did-not-load/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>problem installing Security Update for Microsoft Word 2010 (KB2345000), 64-Bit Edition</title>
		<link>http://nareshbojja.wordpress.com/2010/10/20/kb2345000/</link>
		<comments>http://nareshbojja.wordpress.com/2010/10/20/kb2345000/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 00:54:29 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Microsoft Tech]]></category>
		<category><![CDATA[KB2345000]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=94</guid>
		<description><![CDATA[hi. today my machine was not able to update few office updates..to fix this all you need to do is download them individually and install them&#8230;it fixes your problem&#8230; http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f31a1f9b-02df-4a85-a7d1-7d1e31baa30f thanks, Bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=94&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hi.</p>
<p>today my machine was not able to update few office updates..to fix this all you need to do is download them individually and install them&#8230;it fixes your problem&#8230;</p>
<p>http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f31a1f9b-02df-4a85-a7d1-7d1e31baa30f</p>
<p>thanks,<br />
Bye</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=94&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2010/10/20/kb2345000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>The Excel Connection Manager is not supported in the 64-bit version of SSIS</title>
		<link>http://nareshbojja.wordpress.com/2010/06/18/the-excel-connection-manager-is-not-supported-in-the-64-bit-version-of-ssis/</link>
		<comments>http://nareshbojja.wordpress.com/2010/06/18/the-excel-connection-manager-is-not-supported-in-the-64-bit-version-of-ssis/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:49:54 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSISx64 error]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=91</guid>
		<description><![CDATA[When i am using SSIS Excel connection manager in my 64bit dev environment it is giving me the following error.. [Connection manager "Excel Connection Manager"] Error: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available. To fix this: Go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=91&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When i am using SSIS Excel connection manager in my 64bit dev environment it is giving me the following error..</p>
<p>[Connection manager "Excel Connection Manager"] Error: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.</p>
<p>To fix this:</p>
<p>Go to Project &#8211;&gt; Project Properties &#8211;&gt; then Set Run64BitRuntime = False.</p>
<p>thats it&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=91&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2010/06/18/the-excel-connection-manager-is-not-supported-in-the-64-bit-version-of-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>Name &#8216;Dts&#8217; is not declared</title>
		<link>http://nareshbojja.wordpress.com/2010/02/11/name-dts-is-not-declared/</link>
		<comments>http://nareshbojja.wordpress.com/2010/02/11/name-dts-is-not-declared/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:37:49 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSIS SSISMigration]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/2010/02/11/name-dts-is-not-declared/</guid>
		<description><![CDATA[Today when I was migrating our SSIS packages to SQL Server 2008, I was getting this error “Name &#8216;Dts&#8217; is not declared”. When I searched in google I found this support article. In my code we initialized dts variables in ScriptMain.vb, when we moved that code to main function; the issue got resolved. http://support.microsoft.com/kb/955525<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=89&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today when I was migrating our SSIS packages to SQL Server 2008, I was getting this error “Name &#8216;Dts&#8217; is not declared”.</p>
<p>When I searched in google I found this support article. In my code we initialized dts variables in ScriptMain.vb, when we moved that code to main function; the issue got resolved.</p>
<p>http://support.microsoft.com/kb/955525</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=89&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2010/02/11/name-dts-is-not-declared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>String encryption in objective C (iPhone) and decryption in C#</title>
		<link>http://nareshbojja.wordpress.com/2009/05/14/string-encryption-in-objective-c-iphone-and-decryption-in-c/</link>
		<comments>http://nareshbojja.wordpress.com/2009/05/14/string-encryption-in-objective-c-iphone-and-decryption-in-c/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:55:40 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Dycription]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Objective c]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=83</guid>
		<description><![CDATA[Hi All, Today when I was working on one of my iPhone projects, we decided to use encryption for secure communication with .net web services. But I am very new to objective c and cryptography, so I am little bit worried and posted my question in http://stackoverflow.com and searched the web. Then I found the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=83&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>Today when I was working on one of my iPhone projects, we decided to use encryption for secure communication with .net web services. But I am very new to objective c and cryptography, so I am little bit worried and posted my question in <a href="http://stackoverflow.com/">http://stackoverflow.com</a> and searched the web. Then I found the following blog by <strong>David Veksler &#8212; <a href="http://dotmac.rationalmind.net/2009/02/aes-interoperability-between-net-and-iphone/">http://dotmac.rationalmind.net/2009/02/aes-interoperability-between-net-and-iphone/</a> </strong>, who posted the sample code for iPhone and .net. It really helped me a lot and saved ONE DAY for me.</p>
<p>Download the code directly from here <a title="Download Code" href="http://dotmac.rationalmind.net/wp-content/uploads/2009/02/interopiphonedotnetaes.zip" target="_blank">[Download Code]</a></p>
<p>Thanks David…</p>
<p>Happy Coding…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=83&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2009/05/14/string-encryption-in-objective-c-iphone-and-decryption-in-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>There is no sdk with specified name or path &#8220;unknown path&#8221;</title>
		<link>http://nareshbojja.wordpress.com/2009/04/22/there-is-no-sdk-with-specified-name-or-path-unkown-path/</link>
		<comments>http://nareshbojja.wordpress.com/2009/04/22/there-is-no-sdk-with-specified-name-or-path-unkown-path/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 22:38:17 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=79</guid>
		<description><![CDATA[Hi all, I am new iphone development, i just downloaded a project from web and i got following error There is no sdk with specified name or path &#8220;unknown path&#8221;. Here is the solution: Select the main project file in xcode (main sheet which is the name of your project under the groups and files column [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=79&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am new iphone development, i just downloaded a project from web and i got following error</p>
<p>There is no sdk with specified name or path &#8220;unknown path&#8221;.</p>
<p>Here is the solution:</p>
<ol>
<li>Select the main project file in xcode (main sheet which is the name of your project under the groups and files column to the left of your project)</li>
<li>Then select the blue circled &#8220;I&#8221; next to build and go</li>
<li>Go to the build panel and under the archetectures section go to the base sdk category and select iphone simulator #.# hit cmd + s and close that then choose that as your build and go method and build and go.</li>
</ol>
<p>Enjoy&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=79&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2009/04/22/there-is-no-sdk-with-specified-name-or-path-unkown-path/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230; సిరివెన్నెల</title>
		<link>http://nareshbojja.wordpress.com/2008/11/19/eppudu/</link>
		<comments>http://nareshbojja.wordpress.com/2008/11/19/eppudu/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 23:23:37 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Telugu]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=71</guid>
		<description><![CDATA[   www.youtube.com/watch?v=q_y9tD6LI5k ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230; ఎప్పుడూ వదులుకోవద్దురా ఓరినీ&#8230; విశ్రమించవద్దు ఏక్షణం&#8230;విస్మరించవద్దు నిర్నయం.. అప్పుడే నీ జయం నిశ్చయం రా.. ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230; నింగి ఎంత పెద్దదైన, రివ్వు మన్న గువ్వ పిల్ల రెక్క ముందు తక్కువేనురా&#8230; నింగి ఎంత పెద్దదైన, రివ్వు మన్న గువ్వ పిల్ల రెక్క ముందు తక్కువేనురా&#8230; సంద్ర మెంత గొప్పదైన,ఈదుతున్న చేప పిల్ల మొప్పముందు చిన్నదేనురా&#8230; పశ్ఛిమాన పొంచివుండి, రవిని మింగు అసుర సంధ్య ఒక్కనాడు నెగ్గలేదురా&#8230; గుటకపడని [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=71&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p> <a class="aligncenter" title="సిరివెన్నెల" href="http://www.youtube.com/watch?v=q_y9tD6LI5k" target="_blank">www.youtube.com/watch?v=q_y9tD6LI5k</a></p>
<p>ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230;<br />
ఎప్పుడూ వదులుకోవద్దురా ఓరినీ&#8230;</p>
<p>విశ్రమించవద్దు ఏక్షణం&#8230;విస్మరించవద్దు నిర్నయం..<br />
అప్పుడే నీ జయం నిశ్చయం రా..</p>
<p>ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230;</p>
<p>నింగి ఎంత పెద్దదైన, రివ్వు మన్న గువ్వ పిల్ల రెక్క ముందు తక్కువేనురా&#8230;<br />
నింగి ఎంత పెద్దదైన, రివ్వు మన్న గువ్వ పిల్ల రెక్క ముందు తక్కువేనురా&#8230;</p>
<p>సంద్ర మెంత గొప్పదైన,ఈదుతున్న చేప పిల్ల మొప్పముందు చిన్నదేనురా&#8230;</p>
<p>పశ్ఛిమాన పొంచివుండి, రవిని మింగు అసుర సంధ్య ఒక్కనాడు నెగ్గలేదురా&#8230;<br />
గుటకపడని అగ్గి ఉండ సాగరాలనీదుకుంటు తూరుపింట తేలుతుందిరా&#8230;<br />
నిషావిలాసమెంత సేపురా&#8230;ఉషోదయాన్ని ఎవ్వడాపురా..<br />
రగులుతున్న గుండెకూడ సూర్యగోళవంటిదేనురా&#8230;.<br />
 <br />
ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230;</p>
<p>నొప్పిలేని నిముశమేది&#8230;జననమయిన మరణమయిన జీవితాన అడుగు అడుగునా&#8230;<br />
నొప్పిలేని నిముశమేది&#8230;జననమయిన మరణమయిన జీవితాన అడుగు అడుగునా&#8230;</p>
<p>నీరసించి నిలిచిపోతె&#8230;నిముషమయిన నీది కాదు బ్రతుకు అంటె నిత్య ఘర్షణ&#8230;<br />
దేహముంది ప్రాణముంది నెత్తురుంది సత్తువుంది..ఇంతకంన్న సైన్యముండునా&#8230;<br />
దేహముంది ప్రాణముంది నెత్తురుంది సత్తువుంది..ఇంతకంన్న సైన్యముండునా&#8230;</p>
<p>ఆశ నీకు అస్త్రమవును శ్వాస నీకు శస్త్రమవును&#8230; ఆశయమ్ముసారధౌనురా<br />
నిరంతరం ప్రయత్నమున్నదా&#8230;నిరాషకే నిరాషపుట్టదా&#8230;.<br />
నిరంతరం ప్రయత్నమున్నదా&#8230;నిరాషకే నిరాషపుట్టదా&#8230;.</p>
<p>ఆయువంటు వున్నవరకు చావుకూడ నెగ్గలేక శవము పైన గెలుపు చాటు రా..<br />
ఎప్పుడూ ఒప్పుకోవద్దురా ఓటమీ&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=71&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2008/11/19/eppudu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
		<item>
		<title>SetParent failed for database error while installing Microsoft ® Business Data Catalog Definition Editor</title>
		<link>http://nareshbojja.wordpress.com/2008/09/08/setparent-failed-for-database/</link>
		<comments>http://nareshbojja.wordpress.com/2008/09/08/setparent-failed-for-database/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:20:46 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Share point]]></category>
		<category><![CDATA[Microsoft ® Business Data Catalog Definition Editor]]></category>
		<category><![CDATA[SetParent failed for database]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/?p=60</guid>
		<description><![CDATA[Hi Friends, Yesterday I tried to install Microsoft ® Business Data Catalog Definition Editor, while installing it I am getting the error as “SetParent failed for database”. The expected causes for this are     1) Not having the proper permissions to access \BDC instance.   2) BDC instance may not exist. If we run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=60&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>Yesterday I tried to install Microsoft ® Business Data Catalog Definition Editor, while installing it I am getting the error as “<strong>SetParent failed for database</strong>”. The expected causes for this are</p>
<p> <img src="http://nareshbojja.files.wordpress.com/2008/09/bdc-error.jpg" alt="SetParent Failed for database" /></p>
<p>  1) Not having the proper permissions to access \BDC instance.<br />
  2) BDC instance may not exist. If we run the (d:\Program Files\2007 Office System Developer Resources\Tools\BDC Definition Editor) ApplicationDefinitionEditor.msi file directly it will cause this error, Instead click on setup.exe file. This will check the prerequisites, and also it creates the BDC instance in your Database server.</p>
<p>With the second option my problem got solved.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nareshbojja.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nareshbojja.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=60&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2008/09/08/setparent-failed-for-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>

		<media:content url="http://nareshbojja.files.wordpress.com/2008/09/bdc-error.jpg" medium="image">
			<media:title type="html">SetParent Failed for database</media:title>
		</media:content>
	</item>
		<item>
		<title>Is congress government deceiving the people of India???</title>
		<link>http://nareshbojja.wordpress.com/2008/09/05/is-congress-government-deceiving-the-people-of-india/</link>
		<comments>http://nareshbojja.wordpress.com/2008/09/05/is-congress-government-deceiving-the-people-of-india/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:53:01 +0000</pubDate>
		<dc:creator>Naresh Bojja</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nareshbojja.wordpress.com/2008/09/05/is-congress-government-deceiving-the-people-of-india/</guid>
		<description><![CDATA[Is congress government deceiving the people of India on Nuke Deal ??? Poll your Opinion here  please share your thoughts on this by writing comments&#8230;.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=55&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is congress government deceiving the people of India on Nuke Deal ???</p>
<div><a href="http://www.micropoll.com/akira/mpview/472775-104669">Poll your Opinion here</a> </div>
<p>please share your thoughts on this by writing comments&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nareshbojja.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nareshbojja.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nareshbojja.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nareshbojja.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nareshbojja.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshbojja.wordpress.com&amp;blog=826635&amp;post=55&amp;subd=nareshbojja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshbojja.wordpress.com/2008/09/05/is-congress-government-deceiving-the-people-of-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc31719884509f479a8061acf217482c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bojja</media:title>
		</media:content>
	</item>
	</channel>
</rss>
