<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>Came Too Far</title>
    <description>Not a Blog, But a Passion();</description>
    <link>http://blogs.cametoofar.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 2.0.0.36</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://blogs.cametoofar.com/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Abhilash</dc:creator>
    <dc:title>Came Too Far</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CameTooFar" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cametoofar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Not a Blog, But a Passion();</itunes:subtitle><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">CameTooFar</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>End of an Era!</title>
      <description>&lt;p&gt;   &lt;br /&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=steve.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="steve" border="0" alt="steve" src="http://blogs.cametoofar.com/image.axd?picture=steve_thumb.png" width="504" height="460" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Finally, An Era has come to an End. The world’s most successfully and inspired legend has passed away! &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://blogs.cametoofar.com/image.axd?picture=wlEmoticon-sadsmile.png" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/pwPq7TXxhl8" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/End-of-an-Era!.aspx</link>
      <comments>http://blogs.cametoofar.com/post/End-of-an-Era!.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=29b1c1b6-36a9-4d42-a73a-47fac46a0989</guid>
      <pubDate>Thu, 06 Oct 2011 20:09:02 +0100</pubDate>
      <category>Legends</category>
      <category>Apple</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=29b1c1b6-36a9-4d42-a73a-47fac46a0989</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=29b1c1b6-36a9-4d42-a73a-47fac46a0989</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/End-of-an-Era!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=29b1c1b6-36a9-4d42-a73a-47fac46a0989</wfw:commentRss>
    </item>
    <item>
      <title>Enable/Disable multi-core JIT compilation in ASP.NET vNext</title>
      <description>&lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;One of the feature implemented as part of performance improvement in ASP.NET vNext is – &lt;strong&gt;multi-core JIT compilation&lt;/strong&gt;. This give a better performance boost specially after a&amp;#160; cold site boot (e.g.. AppPool recycle, etc). This functionality is implemented in &lt;a href="http://msdn.microsoft.com/en-us/library/system.runtime.profileoptimization.startprofile(VS.110).aspx" rel="nofollow" target="_blank"&gt;&lt;font face="Courier New"&gt;System.Runtime.ProfileOptimization.StartProfile&lt;/font&gt;&lt;/a&gt; method.&lt;/p&gt;  &lt;p align="justify"&gt;Thankfully, this feature is enabled by default. You don’t have to make your hands dirty to enable it. And, if you want to turn-off this feature, then do include the below code in your website’s &lt;font face="Courier New"&gt;web.config&lt;/font&gt; file.&lt;/p&gt;  &lt;div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; height: 70px; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px"&gt;   &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;     &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;system.web&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt; &lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;compilation&lt;/span&gt; &lt;span style="color: #ff0000"&gt;profileGuidedOptimizations&lt;/span&gt;&lt;span style="color: #0000ff"&gt;=&amp;quot;None&amp;quot;&lt;/span&gt;  &lt;span style="color: #0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;system.web&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p align="justify"&gt;Thanks.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/O3PCSfqzZe8" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/enable-disable-multi-core-JIT-compilation-in-aspnet-45-vnext.aspx</link>
      <comments>http://blogs.cametoofar.com/post/enable-disable-multi-core-JIT-compilation-in-aspnet-45-vnext.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=7500d02e-7d44-4df6-b2e0-3d87e35bc78a</guid>
      <pubDate>Sat, 01 Oct 2011 18:35:42 +0100</pubDate>
      <category>ASP.NET</category>
      <category>ASP.NET vNext</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=7500d02e-7d44-4df6-b2e0-3d87e35bc78a</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=7500d02e-7d44-4df6-b2e0-3d87e35bc78a</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/enable-disable-multi-core-JIT-compilation-in-aspnet-45-vnext.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=7500d02e-7d44-4df6-b2e0-3d87e35bc78a</wfw:commentRss>
    </item>
    <item>
      <title>ASP.NET vNext</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;Did you hear that? ASP.NET vNext is around the corner!    &lt;br /&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Check out &lt;a href="http://www.asp.net/vnext/whats-new" rel="nofollow" target="_blank"&gt;here&lt;/a&gt; to know what’s new in ASP.NET vNext. I’m so impressed with the new set of features tied with the ASP.NET framework.&lt;/p&gt;  &lt;p align="justify"&gt;Get Ready! Sharpen your tools!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/qEB6Onz8QBQ" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/ASPNET-vNext.aspx</link>
      <comments>http://blogs.cametoofar.com/post/ASPNET-vNext.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=e4570f64-727d-481a-ae5f-e98d1129ad82</guid>
      <pubDate>Sat, 01 Oct 2011 17:55:26 +0100</pubDate>
      <category>ASP.NET</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=e4570f64-727d-481a-ae5f-e98d1129ad82</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=e4570f64-727d-481a-ae5f-e98d1129ad82</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/ASPNET-vNext.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=e4570f64-727d-481a-ae5f-e98d1129ad82</wfw:commentRss>
    </item>
    <item>
      <title>Oxford Dictionary IE Accelerator with Preview</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;Yup! It’s true! Google has shutdown their Dictionary Service and no announcements have been made further. So, what’s next? Where you’ll go for authentic definition services?&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;strong&gt;Note&lt;/strong&gt;: If you are still using accelerator &lt;a href="http://blogs.cametoofar.com/post/IE8-Accelerator-Google-Define-with-Preview.aspx"&gt;Google Define with preview&lt;/a&gt;, then please install this service; since Google has shutdown their dictionary service and the accelerator won’t be functioning anymore!&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;Here we go - &lt;strong&gt;Oxford Dictionary Service&lt;/strong&gt;. The same big and the pocket-size book which we usually referred when we were school going kids.&lt;/p&gt;  &lt;p align="justify"&gt;Yes, I had come up with my next IE Accelerator Service – &lt;strong&gt;Oxford Advanced Learners Dictionary &lt;em&gt;with Preview&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;Install&lt;/strong&gt; your Accelerator here: &lt;/p&gt;  &lt;div style="margin-left: 25px"&gt;   &lt;div class="icon_container"&gt;     &lt;div class="icon_previewenabled"&gt;&lt;/div&gt;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: black; font-size: 10px; vertical-align: top"&gt;Preview Enabled&lt;/span&gt;&lt;/div&gt;    &lt;div&gt;     &lt;div class="installbtn" onclick="window.external.AddService(&amp;#39;http://www.cametoofar.com/Services/Accelerators/Definitions/oxfordadvlearnersdict.xml&amp;#39;);"&gt;Add To Internet Explorer&lt;/div&gt;      &lt;div class="installbtn installbtn_bottom"&gt;&lt;/div&gt;   &lt;/div&gt; &lt;/div&gt;  &lt;p align="justify"&gt;   &lt;br /&gt;Now, checking for definition is so easy: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;div align="justify"&gt;select the text &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;click the accelerator button &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;mouse-over &lt;strong&gt;Oxford Advanced Learners Dictionary&lt;/strong&gt; Accelerator and &lt;em&gt;preview&lt;/em&gt; the definitions.&lt;/div&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=ctf_oxford_dictionary_preview_ieaccelerator.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="ctf_oxford_dictionary_preview_ieaccelerator" border="0" alt="ctf_oxford_dictionary_preview_ieaccelerator" src="http://blogs.cametoofar.com/image.axd?picture=ctf_oxford_dictionary_preview_ieaccelerator_thumb.png" width="504" height="372" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:3fe0877d-37cb-458e-8fe2-351cedeee896" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;object width="499" height="280"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-P2y-VDv3fg?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-P2y-VDv3fg?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="499" height="280"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p align="justify"&gt;   &lt;br /&gt;Don’t know what an accelerator is? Check &lt;a href="http://windows.microsoft.com/en-US/windows7/Press-the-Internet-Explorer-8-Accelerator" rel="nofollow" target="_blank"&gt;here&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Accelerator_(Internet_Explorer)" rel="nofollow" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;Cool…! Isn’t it?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/duvvYrULWPg" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/oxford-advanced-learners-dictionary-ie-accelerator-with-preview.aspx</link>
      <comments>http://blogs.cametoofar.com/post/oxford-advanced-learners-dictionary-ie-accelerator-with-preview.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=b7573b3f-095c-4136-92ce-629ce49470e4</guid>
      <pubDate>Mon, 05 Sep 2011 20:13:32 +0100</pubDate>
      <category>Accelerator</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=b7573b3f-095c-4136-92ce-629ce49470e4</pingback:target>
      <slash:comments>7</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=b7573b3f-095c-4136-92ce-629ce49470e4</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/oxford-advanced-learners-dictionary-ie-accelerator-with-preview.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=b7573b3f-095c-4136-92ce-629ce49470e4</wfw:commentRss>
    <enclosure url="http://www.youtube.com/v/-P2y-VDv3fg?hl=en&amp;amp;hd=1" length="1034" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/-P2y-VDv3fg?hl=en&amp;amp;hd=1" fileSize="1034" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Yup! It’s true! Google has shutdown their Dictionary Service and no announcements have been made further. So, what’s next? Where you’ll go for authentic definition services? Note: If you are still using accelerator Google Define with preview, then please</itunes:subtitle><itunes:summary> Yup! It’s true! Google has shutdown their Dictionary Service and no announcements have been made further. So, what’s next? Where you’ll go for authentic definition services? Note: If you are still using accelerator Google Define with preview, then please install this service; since Google has shutdown their dictionary service and the accelerator won’t be functioning anymore! Here we go - Oxford Dictionary Service. The same big and the pocket-size book which we usually referred when we were school going kids. Yes, I had come up with my next IE Accelerator Service – Oxford Advanced Learners Dictionary with Preview. Install your Accelerator here: &amp;#160;&amp;#160;&amp;#160; Preview Enabled Add To Internet Explorer Now, checking for definition is so easy: select the text click the accelerator button mouse-over Oxford Advanced Learners Dictionary Accelerator and preview the definitions. Don’t know what an accelerator is? Check here or here. Cool…! Isn’t it?</itunes:summary><itunes:keywords>Accelerator</itunes:keywords></item>
    <item>
      <title>CameTooFar Service-Area launched</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;Very happy to announce that CameTooFar has launched the &lt;a href="http://www.cametoofar.com/services/Install.aspx"&gt;Service Area&lt;/a&gt;. Hereafter, all the &lt;em&gt;web-services&lt;/em&gt;, &lt;em&gt;addons&lt;/em&gt; and &lt;em&gt;downloads&lt;/em&gt; will be listed here.&lt;/p&gt;  &lt;p align="justify"&gt;All services are free to use and experience. So use it, feel it and experience it. And don’t forget to drop in your comments, suggestions, critics and feedbacks.&lt;/p&gt;  &lt;p align="justify"&gt;Hope you find this useful and watch this space for more useful services.&lt;/p&gt;  &lt;p align="justify"&gt;Thank you for your every support.&lt;/p&gt; See you there!&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/WKdLb2c99PU" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/CameTooFar-Service-Area-launched.aspx</link>
      <comments>http://blogs.cametoofar.com/post/CameTooFar-Service-Area-launched.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=4563e452-2851-4ec1-a882-c753a43d38e2</guid>
      <pubDate>Sat, 03 Sep 2011 17:06:31 +0100</pubDate>
      <category>Accelerator</category>
      <category>Launch</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=4563e452-2851-4ec1-a882-c753a43d38e2</pingback:target>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=4563e452-2851-4ec1-a882-c753a43d38e2</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/CameTooFar-Service-Area-launched.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=4563e452-2851-4ec1-a882-c753a43d38e2</wfw:commentRss>
    </item>
    <item>
      <title>I confess, I blogged about Apple</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;One year back, I registered &lt;a href="http://www.cametoofar.com/"&gt;CameTooFar&lt;/a&gt; because of my &lt;em&gt;unstoppable&lt;/em&gt; and &lt;em&gt;uncontrollable&lt;/em&gt; passion towards Microsoft .NET Technologies. Since then, what all I had &lt;em&gt;dreamt&lt;/em&gt;, &lt;em&gt;yelled&lt;/em&gt; and &lt;em&gt;blogged&lt;/em&gt; was all about Microsoft Technologies that always made me say - &lt;em&gt;Wow!&lt;/em&gt;. Slowly, I start listening to every reel in the IT industry – acquisitions, challenges, competitions, excitement, innovations, inspirations and suing.&lt;/p&gt;  &lt;p align="justify"&gt;Today, I break my promise! I confess! This blog post is about Steve Jobs - The Legendary CEO of Apple - &lt;em&gt;The Legend who swiftly and steadily drived Apple and narrated what Innovation really means!&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=steve%20jobs_1.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto 10px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="steve jobs" border="0" alt="steve jobs" src="http://blogs.cametoofar.com/image.axd?picture=steve%20jobs_thumb_1.png" width="400" height="608" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;It’s he who saved Apple from drowning with the famous &lt;em&gt;MacWorld Boston 1997 Deal &lt;/em&gt;by which Apple entered into a partnership with Microsoft. As he quoted:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;font size="5"&gt;&lt;strong&gt;“&lt;/strong&gt;&lt;/font&gt;If we want to move forward and see Apple healthy and prospering again, we have to let go of a few things here. We have to let go of this notion that for Apple to win, Microsoft has to lose. We have to embrace a notion that for Apple to win, Apple has to do a really good job. And if others are going to help us that's great, because we need all the help we can get, and if we screw up and we don't do a good job, it's not somebody else's fault, it's our fault. So I think that is a very important perspective. If we want Microsoft Office on the Mac, we better treat the company that puts it out with a little bit of gratitude; we like their software.       &lt;br /&gt;      &lt;br /&gt;So, the era of setting this up as a competition between Apple and Microsoft is over as far as I'm concerned. This is about getting Apple healthy, this is about Apple being able to make incredibly great contributions to the industry and to get healthy and prosper again.&lt;font size="5"&gt;&lt;strong&gt;”&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt; &lt;/blockquote&gt;  &lt;div style="padding-bottom: 0px; padding-left: 0px; width: 448px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:6fc13165-5b62-4a4a-9f57-8807eb1335ea" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;object width="448" height="252"&gt;&lt;param name="movie" value="http://www.youtube.com/v/WxOp5mBY9IY?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/WxOp5mBY9IY?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Now, &lt;em&gt;The Legend&lt;/em&gt; has stepped down from the Apple’s CEO hot-seat, with a beautiful emotional and inspiring letter to both Apple and Apple Community:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;font size="5"&gt;“&lt;/font&gt;&lt;/strong&gt;To the Apple Board of Directors and the Apple Community:       &lt;br /&gt;&amp;#160; &lt;br /&gt;I have always said if there ever came a day when I could no longer meet my duties and expectations as Apple's CEO, I would be the first to let you know. Unfortunately, that day has come.       &lt;br /&gt;&amp;#160; &lt;br /&gt;I hereby resign as CEO of Apple. I would like to serve, if the Board sees fit, as Chairman of the Board, director and Apple employee.       &lt;br /&gt;&amp;#160; &lt;br /&gt;As far as my successor goes, I strongly recommend that we execute our succession plan and name Tim Cook as CEO of Apple.       &lt;br /&gt;&amp;#160; &lt;br /&gt;I believe Apple's brightest and most innovative days are ahead of it. And I look forward to watching and contributing to its success in a new role.       &lt;br /&gt;&amp;#160; &lt;br /&gt;I have made some of the best friends of my life at Apple, and I thank you all for the many years of being able to work alongside you.       &lt;br /&gt;&amp;#160; &lt;br /&gt;- Steve&lt;font size="5"&gt;&lt;strong&gt;”&lt;/strong&gt;&lt;/font&gt;       &lt;br /&gt;      &lt;br /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="justify"&gt;   &lt;br /&gt;Just like Bill Gates praised about Apple:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;&lt;font size="5"&gt;&lt;strong&gt;“&lt;/strong&gt;&lt;/font&gt;To create a new standard, it takes something that's not just a little bit different, it takes something that's really new and really captures people's imagination and the Macintosh, of all the machines I've ever seen, is the only one that meets that standard.&lt;font size="5"&gt;&lt;strong&gt;”&lt;/strong&gt;&lt;/font&gt;       &lt;br /&gt;      &lt;br /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;br /&gt;  &lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 448px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ad5a83d3-900a-4261-a882-7a755ab421be" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;object width="448" height="252"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Uau0aIbrzkQ?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Uau0aIbrzkQ?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p align="justify"&gt;   &lt;br /&gt;Do we hear one more – “&lt;em&gt;&lt;strong&gt;But, there's one more thing...&lt;/strong&gt;&lt;/em&gt;” ? Do we?&lt;/p&gt;  &lt;p align="justify"&gt;Lets wait for the next MacWorld Expo.&lt;/p&gt;  &lt;p align="justify"&gt;Till then Good Luck Steve, we’ll Miss you.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/mAwcyWQviI8" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/Apple-CEO-Steve-Jobs-resigned-on-august-25-2011.aspx</link>
      <comments>http://blogs.cametoofar.com/post/Apple-CEO-Steve-Jobs-resigned-on-august-25-2011.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=8cc8b8af-4448-4810-821d-50c6d5985d89</guid>
      <pubDate>Thu, 25 Aug 2011 04:13:00 +0100</pubDate>
      <category>Legends</category>
      <category>Apple</category>
      <category>Resignation letter</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=8cc8b8af-4448-4810-821d-50c6d5985d89</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=8cc8b8af-4448-4810-821d-50c6d5985d89</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/Apple-CEO-Steve-Jobs-resigned-on-august-25-2011.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=8cc8b8af-4448-4810-821d-50c6d5985d89</wfw:commentRss>
    <enclosure url="http://www.youtube.com/v/WxOp5mBY9IY?hl=en&amp;amp;hd=1" length="1129" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/WxOp5mBY9IY?hl=en&amp;amp;hd=1" fileSize="1129" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> One year back, I registered CameTooFar because of my unstoppable and uncontrollable passion towards Microsoft .NET Technologies. Since then, what all I had dreamt, yelled and blogged was all about Microsoft Technologies that always made me say - Wow!. Sl</itunes:subtitle><itunes:summary> One year back, I registered CameTooFar because of my unstoppable and uncontrollable passion towards Microsoft .NET Technologies. Since then, what all I had dreamt, yelled and blogged was all about Microsoft Technologies that always made me say - Wow!. Slowly, I start listening to every reel in the IT industry – acquisitions, challenges, competitions, excitement, innovations, inspirations and suing. Today, I break my promise! I confess! This blog post is about Steve Jobs - The Legendary CEO of Apple - The Legend who swiftly and steadily drived Apple and narrated what Innovation really means! It’s he who saved Apple from drowning with the famous MacWorld Boston 1997 Deal by which Apple entered into a partnership with Microsoft. As he quoted: “If we want to move forward and see Apple healthy and prospering again, we have to let go of a few things here. We have to let go of this notion that for Apple to win, Microsoft has to lose. We have to embrace a notion that for Apple to win, Apple has to do a really good job. And if others are going to help us that's great, because we need all the help we can get, and if we screw up and we don't do a good job, it's not somebody else's fault, it's our fault. So I think that is a very important perspective. If we want Microsoft Office on the Mac, we better treat the company that puts it out with a little bit of gratitude; we like their software. So, the era of setting this up as a competition between Apple and Microsoft is over as far as I'm concerned. This is about getting Apple healthy, this is about Apple being able to make incredibly great contributions to the industry and to get healthy and prosper again.” &amp;#160; &amp;#160; Now, The Legend has stepped down from the Apple’s CEO hot-seat, with a beautiful emotional and inspiring letter to both Apple and Apple Community: “To the Apple Board of Directors and the Apple Community: &amp;#160; I have always said if there ever came a day when I could no longer meet my duties and expectations as Apple's CEO, I would be the first to let you know. Unfortunately, that day has come. &amp;#160; I hereby resign as CEO of Apple. I would like to serve, if the Board sees fit, as Chairman of the Board, director and Apple employee. &amp;#160; As far as my successor goes, I strongly recommend that we execute our succession plan and name Tim Cook as CEO of Apple. &amp;#160; I believe Apple's brightest and most innovative days are ahead of it. And I look forward to watching and contributing to its success in a new role. &amp;#160; I have made some of the best friends of my life at Apple, and I thank you all for the many years of being able to work alongside you. &amp;#160; - Steve” Just like Bill Gates praised about Apple: “To create a new standard, it takes something that's not just a little bit different, it takes something that's really new and really captures people's imagination and the Macintosh, of all the machines I've ever seen, is the only one that meets that standard.” Do we hear one more – “But, there's one more thing...” ? Do we? Lets wait for the next MacWorld Expo. Till then Good Luck Steve, we’ll Miss you.</itunes:summary><itunes:keywords>Legends, Apple, Resignation letter</itunes:keywords></item>
    <item>
      <title>WP7 - Zune software is not launched. Retry after making sure that Zune software is launched.</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;Yup! I’s unable to control my excitement when I downloaded and installed Window Phone 7 SDK and Developer Tools. In a hurry and skipping my dinner, I opened the first sample project – Silverlight for Windows Phone 7 and hit Run (F5).&lt;/p&gt;  &lt;p align="justify"&gt;Bhoom! I’s damn surprised to see the error:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p align="justify"&gt;Zune software is not launched. Retry after making sure that Zune software is launched.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Because I haven’t written a single piece of code! Instead I run the project as it is!&lt;/p&gt;  &lt;p&gt;A keen and close look pointed out the issue:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=WP7_Target_vs2010.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="WP7_Target_vs2010" border="0" alt="WP7_Target_vs2010" src="http://blogs.cametoofar.com/image.axd?picture=WP7_Target_vs2010_thumb.png" width="345" height="175" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I have set my target to &lt;em&gt;Windows Phone 7 Device&lt;/em&gt; instead of &lt;em&gt;Windows Phone 7 Emulator&lt;/em&gt;. All you have to do is to change the target to &lt;em&gt;Windows Phone 7 Emulator&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;That’s it. Now hit F5 and Run. &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blogs.cametoofar.com/image.axd?picture=wlEmoticon-smile.png" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=WP7_first_app.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="WP7_first_app" border="0" alt="WP7_first_app" src="http://blogs.cametoofar.com/image.axd?picture=WP7_first_app_thumb.png" width="338" height="627" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I simply fall in love with Metro UI. What about you?&lt;/p&gt;  &lt;p&gt;Start developing - &lt;a title="http://create.msdn.com/en-US/" href="http://create.msdn.com/en-US/"&gt;http://create.msdn.com/en-US/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/gRkUbABEVhI" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/Windows-Phone-7-error-Zune-software-is-not-launched-Retry-after-making-sure-that-Zune-software-is-launched.aspx</link>
      <comments>http://blogs.cametoofar.com/post/Windows-Phone-7-error-Zune-software-is-not-launched-Retry-after-making-sure-that-Zune-software-is-launched.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=aee09547-1500-4e18-9d25-c462699e6d7d</guid>
      <pubDate>Wed, 24 Aug 2011 20:41:51 +0100</pubDate>
      <category>Windows Phone 7</category>
      <category>Troubleshooting</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=aee09547-1500-4e18-9d25-c462699e6d7d</pingback:target>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=aee09547-1500-4e18-9d25-c462699e6d7d</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/Windows-Phone-7-error-Zune-software-is-not-launched-Retry-after-making-sure-that-Zune-software-is-launched.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=aee09547-1500-4e18-9d25-c462699e6d7d</wfw:commentRss>
    </item>
    <item>
      <title>Control must be placed inside a form tag with runat=server</title>
      <description>&lt;p&gt;   &lt;br /&gt;Oops…!!!&lt;/p&gt;  &lt;p&gt;Last night, when i tried to call &lt;font face="Courier New"&gt;GridView.RenderControl()&lt;/font&gt;, I’s kicked with a runtime exception as below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=gridview_rendererror6_2.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="gridview_rendererror6" border="0" alt="gridview_rendererror6" src="http://blogs.cametoofar.com/image.axd?picture=gridview_rendererror6_thumb_2.jpg" width="505" height="294" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;What surprised me more, that my &lt;font face="Courier New"&gt;GridView&lt;/font&gt; is inside the &lt;font face="Courier New"&gt;&amp;lt;form&amp;gt;&lt;/font&gt; tag, with &lt;font face="Courier New"&gt;runat=server&lt;/font&gt; attribute. I binged for a while and came to know that I’m not alone for this error. On deep searching, I find that &lt;a href="http://connect.microsoft.com/"&gt;Microsoft Connect&lt;/a&gt; has confirmed this as a &lt;a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=118285"&gt;bug&lt;/a&gt;. Which further take me to two other MSDN links:- &lt;a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.verifyrenderinginserverform(vs.71).aspx"&gt;Link1&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.verifyrenderinginserverform.aspx"&gt;Link2&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;In the end, I got the fix.&lt;/p&gt;  &lt;p&gt;All you’ve to do is to include the below empty-code in the code-behind&lt;/p&gt;  &lt;div&gt;   &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;     &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #008000"&gt;// [Code-Behind]&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;override&lt;/span&gt; &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; VerifyRenderingInServerForm(Control control)&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;    {&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;        &lt;span style="color: #008000"&gt;//Empty Method&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;    }&lt;/pre&gt;
  &lt;/div&gt;

  &lt;div&gt;&amp;#160;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;
  &lt;br /&gt;Thanks!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/AvxqqA8e4eU" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/Control-must-be-placed-inside-a-form-tag-with-runat=server.aspx</link>
      <comments>http://blogs.cametoofar.com/post/Control-must-be-placed-inside-a-form-tag-with-runat=server.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=37a243c2-7f01-4549-9f24-b577f721872a</guid>
      <pubDate>Thu, 11 Aug 2011 20:14:58 +0100</pubDate>
      <category>ASP.NET</category>
      <category>GridView</category>
      <category>Troubleshooting</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=37a243c2-7f01-4549-9f24-b577f721872a</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=37a243c2-7f01-4549-9f24-b577f721872a</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/Control-must-be-placed-inside-a-form-tag-with-runat=server.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=37a243c2-7f01-4549-9f24-b577f721872a</wfw:commentRss>
    </item>
    <item>
      <title>cannot load file or assembly microsoft.sqlserver.management.sdk.sfc</title>
      <description>&lt;br /&gt;All of a sudden, my SQLDataSource connection failed with an error:   &lt;br /&gt;  &lt;br /&gt;  &lt;blockquote&gt;&amp;quot;Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.&amp;quot;&lt;/blockquote&gt;  &lt;br /&gt;All this happened, when i try to connect my GridView with SQLDataSource control. I's trying to connect SQL Server 2005 from Visual Studion 2008 SP1. The same can be solved my installing:   &lt;br /&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=123721&amp;amp;clcid=0x409"&gt;Microsoft SQL Server System CLR Types &lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=123708&amp;amp;clcid=0x409"&gt;Microsoft SQL Server 2008 Management Objects &lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=123717&amp;amp;clcid=0x409"&gt;Microsoft SQL Server 2008 Native Client &lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These are the executable from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&amp;amp;displaylang=en"&gt;SQL Server 2008 Feature Pack&lt;/a&gt;- a list of standalone packages, that provide additional value to SQL Server 2008.&lt;/p&gt;  &lt;p&gt;That's all for now.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/0RpNK3tZvps" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/cannot-load-file-or-assembly-microsoftsqlservermanagementsdksfc.aspx</link>
      <comments>http://blogs.cametoofar.com/post/cannot-load-file-or-assembly-microsoftsqlservermanagementsdksfc.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=1ae77246-5b0c-439b-b968-51024035db38</guid>
      <pubDate>Thu, 11 Aug 2011 19:57:56 +0100</pubDate>
      <category>Troubleshooting</category>
      <category>Sql Server</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=1ae77246-5b0c-439b-b968-51024035db38</pingback:target>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=1ae77246-5b0c-439b-b968-51024035db38</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/cannot-load-file-or-assembly-microsoftsqlservermanagementsdksfc.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=1ae77246-5b0c-439b-b968-51024035db38</wfw:commentRss>
    <enclosure url="http://go.microsoft.com/fwlink/?LinkId=123721&amp;amp;clcid=0x409" length="1497600" type="application/octet-stream" /><media:content url="http://go.microsoft.com/fwlink/?LinkId=123721&amp;amp;clcid=0x409" fileSize="1497600" type="application/octet-stream" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> All of a sudden, my SQLDataSource connection failed with an error: &amp;quot;Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system c</itunes:subtitle><itunes:summary> All of a sudden, my SQLDataSource connection failed with an error: &amp;quot;Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.&amp;quot; All this happened, when i try to connect my GridView with SQLDataSource control. I's trying to connect SQL Server 2005 from Visual Studion 2008 SP1. The same can be solved my installing: Microsoft SQL Server System CLR Types Microsoft SQL Server 2008 Management Objects Microsoft SQL Server 2008 Native Client These are the executable from SQL Server 2008 Feature Pack- a list of standalone packages, that provide additional value to SQL Server 2008. That's all for now.</itunes:summary><itunes:keywords>Troubleshooting, Sql Server</itunes:keywords></item>
    <item>
      <title>Pass values between 2 MDI Child Forms using C# and VB.NET</title>
      <description>&lt;p align="justify"&gt;   &lt;br /&gt;Recently, I came across a situation where I need to pass value from one Child Form to another Child Form inside an MDI Parent. The scenario was like this. I have an MDI, whose MenuStrip pops out 2 Child Forms together. One child-form lists the &lt;font face="Courier New"&gt;Id&lt;/font&gt; and &lt;font face="Courier New"&gt;Name&lt;/font&gt; of all the Employees coming under certain criteria. On double clicking that particular employee, I need to display the value on the second child-form. In short, I need to pass the &lt;font face="Courier New"&gt;Id&lt;/font&gt; of the employee to the second child-form so that relevant details can be loaded. I’ll simulate the same scenario using a simple example.&lt;/p&gt;  &lt;p align="justify"&gt;Imagine I want to send a value from one of my Child form to display that in my second Child Form. The sample UI looks like this:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.cametoofar.com/image.axd?picture=winform_pass_value_btween_mdi.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="winform_pass_value_btween_mdi" border="0" alt="winform_pass_value_btween_mdi" src="http://blogs.cametoofar.com/image.axd?picture=winform_pass_value_btween_mdi_thumb.jpg" width="372" height="316" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;[Send Value] –&amp;gt; ChildForm1.cs&lt;/p&gt;  &lt;div&gt;   &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;     &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #008000"&gt;/// &amp;lt;summary&amp;gt;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt; &lt;span style="color: #008000"&gt;/// Send Value&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt; &lt;span style="color: #008000"&gt;/// &amp;lt;/summary&amp;gt;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt; &lt;span style="color: #008000"&gt;/// &amp;lt;param name=&amp;quot;sender&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt; &lt;span style="color: #008000"&gt;/// &amp;lt;param name=&amp;quot;e&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   6:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;private&lt;/span&gt; &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; button1_Click(&lt;span style="color: #0000ff"&gt;object&lt;/span&gt; sender, EventArgs e)&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   7:&lt;/span&gt; {&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   8:&lt;/span&gt;     ChildForm2 formChild2 = (ChildForm2)&lt;span style="color: #0000ff"&gt;this&lt;/span&gt;.MdiParent.MdiChildren[1];&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   9:&lt;/span&gt;     formChild2.ReceiveValue(textBox1.Text);&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;  10:&lt;/span&gt; }&lt;/pre&gt;
  &lt;/div&gt;

  &lt;div&gt;&amp;#160;&lt;/div&gt;
&lt;/div&gt;

&lt;p align="justify"&gt;[Receive Value] –&amp;gt; ChildForm2.cs&lt;/p&gt;

&lt;div&gt;
  &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;
    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #008000"&gt;// Receive Value&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; ReceiveValue(&lt;span style="color: #0000ff"&gt;string&lt;/span&gt; &lt;span style="color: #0000ff"&gt;value&lt;/span&gt;)&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt;         {&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt;             textBox1.Text = &lt;span style="color: #0000ff"&gt;value&lt;/span&gt;;&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt;             &lt;span style="color: #0000ff"&gt;this&lt;/span&gt;.Activate();&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   6:&lt;/span&gt;             &lt;span style="color: #0000ff"&gt;this&lt;/span&gt;.Refresh();&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   7:&lt;/span&gt;         }&lt;/pre&gt;

    &lt;br /&gt;&lt;/div&gt;

  &lt;div&gt;&amp;#160;&lt;/div&gt;
&lt;/div&gt;

&lt;br /&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;VB.NET&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;br /&gt;

&lt;p&gt;[Send Value] –&amp;gt; ChildForm1.vb&lt;/p&gt;

&lt;br /&gt;

&lt;div&gt;
  &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;
    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;Private&lt;/span&gt; &lt;span style="color: #0000ff"&gt;Sub&lt;/span&gt; Button1_Click(&lt;span style="color: #0000ff"&gt;ByVal&lt;/span&gt; sender &lt;span style="color: #0000ff"&gt;As&lt;/span&gt; System.&lt;span style="color: #0000ff"&gt;Object&lt;/span&gt;, &lt;span style="color: #0000ff"&gt;ByVal&lt;/span&gt; e &lt;span style="color: #0000ff"&gt;As&lt;/span&gt; System.EventArgs) &lt;span style="color: #0000ff"&gt;Handles&lt;/span&gt; Button1.Click&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt;&amp;#160; &lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt;         &lt;span style="color: #0000ff"&gt;Dim&lt;/span&gt; formChild2 &lt;span style="color: #0000ff"&gt;As&lt;/span&gt; ChildForm2 = &lt;span style="color: #0000ff"&gt;DirectCast&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;Me&lt;/span&gt;.MdiParent.MdiChildren(1), ChildForm2)&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt;         formChild2.ReceiveValue(TextBox1.Text)&lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt;&amp;#160; &lt;/pre&gt;

    &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   6:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;End&lt;/span&gt; Sub&lt;/pre&gt;

    &lt;br /&gt;&lt;/div&gt;

  &lt;div&gt;&amp;#160;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;[Receive Value] –&amp;gt; ChildForm2.vb&lt;/p&gt;

&lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;
  &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;Public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;Sub&lt;/span&gt; ReceiveValue(&lt;span style="color: #0000ff"&gt;ByVal&lt;/span&gt; value &lt;span style="color: #0000ff"&gt;As&lt;/span&gt; &lt;span style="color: #0000ff"&gt;String&lt;/span&gt;)&lt;/pre&gt;

  &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt;        TextBox1.Text = value&lt;/pre&gt;

  &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt;        &lt;span style="color: #0000ff"&gt;Me&lt;/span&gt;.Activate()&lt;/pre&gt;

  &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt;        &lt;span style="color: #0000ff"&gt;Me&lt;/span&gt;.Refresh()&lt;/pre&gt;

  &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0em; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt;    &lt;span style="color: #0000ff"&gt;End&lt;/span&gt; Sub&lt;/pre&gt;

  &lt;br /&gt;&lt;/div&gt;

&lt;br /&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/CameTooFar/~4/K5qKmOlo3Aw" height="1" width="1"/&gt;</description>
      <link>http://blogs.cametoofar.com/post/Pass-values-between-2-MDI-Child-Forms-using-C-and-VBNET.aspx</link>
      <comments>http://blogs.cametoofar.com/post/Pass-values-between-2-MDI-Child-Forms-using-C-and-VBNET.aspx#comment</comments>
      <guid>http://blogs.cametoofar.com/post.aspx?id=aeae7a0a-2a15-43ee-bdb6-95510114f5fb</guid>
      <pubDate>Thu, 11 Aug 2011 19:49:35 +0100</pubDate>
      <category>C#</category>
      <category>C# Basics</category>
      <category>winform</category>
      <category>MDI</category>
      <dc:publisher>abhilashca</dc:publisher>
      <pingback:server>http://blogs.cametoofar.com/pingback.axd</pingback:server>
      <pingback:target>http://blogs.cametoofar.com/post.aspx?id=aeae7a0a-2a15-43ee-bdb6-95510114f5fb</pingback:target>
      <slash:comments>5</slash:comments>
      <trackback:ping>http://blogs.cametoofar.com/trackback.axd?id=aeae7a0a-2a15-43ee-bdb6-95510114f5fb</trackback:ping>
      <wfw:comment>http://blogs.cametoofar.com/post/Pass-values-between-2-MDI-Child-Forms-using-C-and-VBNET.aspx#comment</wfw:comment>
      <wfw:commentRss>http://blogs.cametoofar.com/syndication.axd?post=aeae7a0a-2a15-43ee-bdb6-95510114f5fb</wfw:commentRss>
    </item>
  <media:rating>nonadult</media:rating></channel>
</rss>

