<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx</link><description>I've been pretty quite on the blogging front lately.&amp;#160; Every once in a while, I get the opportunity to work on something a little meatier than writing demo code.&amp;#160; Almost all of my time over the last month or so has been spent working on a couple</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Link Listing - June 25, 2008</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#8654915</link><pubDate>Thu, 26 Jun 2008 08:55:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8654915</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;ASP.NET Using routing with ASP.NET web forms apps [Via: luisabreu ] WPF myHealth [Via: rudi ] &amp;quot;Serialize&amp;quot;...&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual US revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#8662650</link><pubDate>Fri, 27 Jun 2008 22:22:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8662650</guid><dc:creator>Jesper Halvorsen</dc:creator><description>&lt;p&gt;I'm sure that the app works great in the US, but since its for Virtual Earth it should properly also work for the rest of us :)&lt;/p&gt;
&lt;p&gt;The issue is with the parsing of doubles being returned from/passed to js - changing them to for example double.Parse(resultArray[0], System.Globalization.CultureInfo.InvariantCulture) will prevent from push pins being added at latitude 389544.&lt;/p&gt;
&lt;p&gt;But this is a minor issue - and it is a great sample&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9440734</link><pubDate>Mon, 23 Feb 2009 02:51:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9440734</guid><dc:creator>aL_</dc:creator><description>&lt;p&gt;love to see more development on this (or something similar)&lt;/p&gt;
&lt;p&gt;a quick fix for the globalization issue is to add the following line as early as possible in your program&lt;/p&gt;
&lt;p&gt;Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo( &amp;quot;en-US&amp;quot; );&lt;/p&gt;
&lt;p&gt;you'll need to resolve some usings for that to work but you get the general idea :)&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9890423</link><pubDate>Wed, 02 Sep 2009 18:00:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9890423</guid><dc:creator>Keoz</dc:creator><description>&lt;p&gt;You did my day actually there is no other better aproach to a wraper that mimics the Silverlight VE control thanks&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9911069</link><pubDate>Thu, 22 Oct 2009 02:32:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9911069</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;How would you add a custom push pin?&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9915349</link><pubDate>Fri, 30 Oct 2009 16:47:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9915349</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;It would be much more convenient to see this done through the web services, but have not seen thing about doing so.&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9920250</link><pubDate>Tue, 10 Nov 2009 16:47:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920250</guid><dc:creator>PL</dc:creator><description>&lt;p&gt;VEMap.Clear method is error. &lt;/p&gt;
&lt;p&gt;An invalid VARIANT was detected during a conversion from an unmanaged VARIANT to a managed object. Passing invalid VARIANTs to the CLR can cause unexpected exceptions, corruption or data loss.&lt;/p&gt;
&lt;p&gt;Is anybody getting this error. Did anything changed in Virtual Earth Map Control 6.2 API recently&lt;/p&gt;
</description></item><item><title>re: WPF and Virtual Earth revisited</title><link>http://blogs.msdn.com/publicsector/archive/2008/06/24/wpf-and-virtual-earth-revisited.aspx#9921137</link><pubDate>Thu, 12 Nov 2009 02:57:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9921137</guid><dc:creator>Preeti Loomba</dc:creator><description>&lt;p&gt;I am facing the issue when I am trying to show pushpins as soon as the control is loaded rather than show pushpins or polyline on a button click event.&lt;/p&gt;
&lt;p&gt;I tried even in the sample app by calling btnAddPushpins_Click in the end of Window1 contructor rather than on Add Pushpins button&lt;/p&gt;
&lt;p&gt;and I got the VisualStudio Just-In-Time Debugger error for an Unhandled Win 32 exception('Launch for User') occured in WpfVirtualEarthControlTest.exe&lt;/p&gt;
&lt;p&gt;Any help would be highly appreciated&lt;/p&gt;
</description></item></channel></rss>