<feed xmlns:dc="http://purl.org/dc/elements/1.1/" 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="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Blue Probe</title>
    <link rel="self" type="application/xml" href="http://geekswithblogs.net/BlueProbe/Atom.aspx" />
    <subtitle type="html">It’s the parting gift when you host an alien abduction </subtitle>
    <id>http://geekswithblogs.net/BlueProbe/Default.aspx</id>
    <author>
        <name>Ken Hortsch</name>
        <uri>http://geekswithblogs.net/BlueProbe/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 0.0.0.0">Subtext</generator>
    <updated>2013-05-05T08:48:49Z</updated>
    <entry>
        <title>Azure VM - Endpoint Not found: There was no endpoint listening</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2013/05/05/152864.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2013/05/05/152864.aspx</id>
        <published>2013-05-05T08:48:49-05:00:00</published>
        <updated>2013-05-05T08:48:49Z</updated>
        <content type="html">&lt;p&gt;The only solution was to delete the VM and recreate.  There are ways to clone the VM from the VHD that was used, but the original VM must be deleted.  &lt;/p&gt;  &lt;p&gt;Strangely enough I had a running VM, then added an SSL cert to a separate Cloud Service via the portal, and that seemed to doom my VM.  It went into a stopped state, and when trying to start it received the error above.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/152864.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/152864.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/152864.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/152864.aspx</trackback:ping>
    </entry>
    <entry>
        <title>PluralSight MVC course error - No parameterless constructor defined</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2013/04/27/152807.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2013/04/27/152807.aspx</id>
        <published>2013-04-27T12:02:09-05:00:00</published>
        <updated>2013-04-27T12:02:09Z</updated>
        <content type="html">&lt;p&gt;The ASP.NET apps I develop/support at work have all been WebForms. So while taking a lovely course by Scott Allen on PluralSight, I decided to skip the IOC crap in my lab. Wrong!  In order for the EF DBContext (interface) to be passed into the constructor for my controller, I need magic to occur. StructureMap provides this be giving my app a DBContext object each time the IDepartmentDataSource interface is asked for. See the following controller constructor:   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;   &lt;/p&gt;&lt;div id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:6ef133e3-0584-46f2-a8e7-897bd101a5b9" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px"&gt; &lt;div style="border: #000080 1px solid; color: #000; font-family: 'Courier New', Courier, Monospace; font-size: 10pt"&gt; &lt;div style="background: #fff; max-height: 300px; overflow: auto"&gt; &lt;ol style="background: #ffffff; margin: 0; padding: 0 0 0 5px;"&gt; &lt;li&gt;&lt;span style="background:#ffffff;color:#000000"&gt;&lt;/span&gt;&lt;span style="background:#ffffff;color:#0000ff"&gt;public&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; DepartmentController(&lt;/span&gt;&lt;span style="background:#ffffff;color:#2b91af"&gt;IDepartmentDataSource&lt;/span&gt;&lt;span style="background:#ffffff;color:#000000"&gt; db)&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&lt;span style="background:#ffffff;color:#000000"&gt;{&lt;/span&gt;&lt;/li&gt; &lt;li&gt;    &lt;span style="background:#ffffff;color:#000000"&gt;_db = db;&lt;/span&gt;&lt;/li&gt; &lt;li style="background: #f3f3f3"&gt;&lt;span style="background:#ffffff;color:#000000"&gt;}&lt;/span&gt;&lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;   &lt;p&gt;What I don’t need is a default parameterless constructor. I could just create a new DBContext myself, but it seems Scott, and others, support this pattern in MVC. I’m not a big fan of magic because it becomes a maintenance nightmare, but alas…   &lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/152807.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/152807.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/152807.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/152807.aspx</trackback:ping>
    </entry>
    <entry>
        <title>VS2012 Error 1 The build stopped unexpectedly because of an internal failure.</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2013/04/27/152806.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2013/04/27/152806.aspx</id>
        <published>2013-04-27T11:18:27-05:00:00</published>
        <updated>2013-04-27T11:18:27Z</updated>
        <content type="html">&lt;blockquote&gt;   &lt;p&gt;Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled. Failed to successfully launch or connect to a child MSBuild.exe process. Verify that the MSBuild.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" launches successfully, and that it is loading the same microsoft.build.dll that the launching process loaded. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Sometimes my leg falls asleep, and sometimes you just need to restart VS2012.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/152806.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/152806.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/152806.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/152806.aspx</trackback:ping>
    </entry>
    <entry>
        <title>HP Slate 7 &amp;ndash; the $160 Android Jellybean Device</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2013/03/01/152280.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2013/03/01/152280.aspx</id>
        <published>2013-03-01T14:56:53-06:00:00</published>
        <updated>2013-03-01T14:56:53Z</updated>
        <content type="html">&lt;p&gt;This is a great play by HP.  It’s not a knock-off Android O/S, it’s Jellybean with all the goodness of Google Now, Gmail, Drive, Maps, etc.  These other el cheapo devices out there are giving Android a bad name.  Plus, many techies want to root the device as soon as they buy it, which is cool, but I love that this is now a straight consumer play, with devices that work fantastic straight out of the box.  &lt;/p&gt;  &lt;p&gt;The HP Slate will add a micro SD slot and a rear facing 3mp camera.  Add that to the 1.6GHz dual core processor, and Beats audio and it should rock.  The pixel density is less than the Google Nexus 7, so hold both in your hands before you make the purchase.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/152280.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/152280.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/152280.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/152280.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Love the Google Nexus 7</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2013/03/01/152278.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2013/03/01/152278.aspx</id>
        <published>2013-03-01T14:48:10-06:00:00</published>
        <updated>2013-03-01T14:48:10Z</updated>
        <content type="html">&lt;p&gt;Here’s just a couple reasons why:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;My eyes are getting old.  Double tap on a web page and zoom to that DIV.  Awesome!  Fonts adjustable in reader and on Chrome browser too.&lt;/li&gt;    &lt;li&gt;Launch Navigate from home while on wifi, and take with you on the road.  The GPS will get you there with voice navigation and maps (downloaded while on wifi at home).  WOW!&lt;/li&gt;    &lt;li&gt;Google Now is just cool. &lt;/li&gt; &lt;/ol&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/152278.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/152278.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/152278.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/152278.aspx</trackback:ping>
    </entry>
    <entry>
        <title>OAS - The operation with name getMBeanInfo could not be found.</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2012/11/29/151401.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2012/11/29/151401.aspx</id>
        <published>2012-11-29T20:59:31-06:00:00</published>
        <updated>2012-11-29T20:59:31Z</updated>
        <content type="html">&lt;p&gt;I saw this in the OC4J log when I stopped and started the application.  This is a false error.  When I undeployed and redeployed the app, the true error displayed in Oracle Enterprise Manager: ORA-01017: invalid username/password; logon denied.  This happened when I switched DB servers and missed updating a config value (datasource).&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/151401.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/151401.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/151401.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/151401.aspx</trackback:ping>
    </entry>
    <entry>
        <title>The death of Kodak digital</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2012/11/20/151314.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2012/11/20/151314.aspx</id>
        <published>2012-11-20T19:52:25-06:00:00</published>
        <updated>2012-11-20T19:52:25Z</updated>
        <content type="html">&lt;p&gt;Months ago Kodak announced that it was discontinuing its digital video to focus on “significant opportunities for profitable growth”.  Three years ago I picked up the little Kodak Zi6 (pronounced Zix) for the kids for Christmas.  It is an HD pocket video camera with a nice 3” LCD all built into a something a bit longer than an deck of cards.  It is low tech and great!  The kids have had a ball with it, and for around $100 it was perfect.  It comes with 2 AA rechargeable batteries and the recharger.  You can add an SD card, but don’t need to, and the USB is not a cable but a pop-out dongle so everything is right in the one package.  &lt;/p&gt;  &lt;p&gt;Too many companies look for the next big thing and fail to see the stuff that is good enough, and right in front of their eyes.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/151314.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/151314.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/151314.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/151314.aspx</trackback:ping>
    </entry>
    <entry>
        <title>WmiPrvSE.exe consuming 25% of CPU on Win7</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2012/11/19/151299.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2012/11/19/151299.aspx</id>
        <published>2012-11-19T08:10:59-06:00:00</published>
        <updated>2012-11-19T08:10:59Z</updated>
        <content type="html">&lt;p&gt;On my HP laptop the WMI Provider Host was consuming 25% of my CPU.  This just started one day.  The offending process ended up being the HP Wireless Assistant Service, which is not needed as Win7 provides WiFi services. To turn it off:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;On your desktop right-click on Computer and select Manage &lt;/li&gt;    &lt;li&gt;Select Services and Applications and double click Services &lt;/li&gt;    &lt;li&gt;Right click on the HP Wireless Assistant Service and select Properties &lt;/li&gt;    &lt;li&gt;Change the Startup Type to Manual &lt;/li&gt; &lt;/ol&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/151299.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/151299.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/151299.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/151299.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Google App Engine local running old version of code</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2012/11/18/151289.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2012/11/18/151289.aspx</id>
        <published>2012-11-18T08:28:50-06:00:00</published>
        <updated>2012-11-18T08:28:50Z</updated>
        <content type="html">&lt;p&gt;I found starting and stopping the GAE SDK from Eclipse would sometimes not be 
enough for GAE to deploy a code change to a servlet.  This would occur 
unexpectedly, even after working form multiple code/test iterations. A 
recommendation I found on a Google board was to touch the appengine-web.xml 
file.  Which works just fine.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/151289.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/151289.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/151289.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/151289.aspx</trackback:ping>
    </entry>
    <entry>
        <title>First look at the cloud with Google App Engine and Udacity</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/BlueProbe/archive/2012/11/18/151287.aspx" />
        <id>http://geekswithblogs.net/BlueProbe/archive/2012/11/18/151287.aspx</id>
        <published>2012-11-18T08:28:09-06:00:00</published>
        <updated>2012-11-18T08:28:09Z</updated>
        <content type="html">&lt;p&gt;&lt;a href="http://www.udacity.com"&gt;Udacity &lt;/a&gt;is free online university and 
offers a CS253 intro to web development class.  Since I am currently a web 
developer/architect in ASP.Net (and recent project has brought me back to Java) 
it is a bit light.  However, it does offer me a nice problem set and my first 
exposure to writing cloud apps with GAE and Google Datastore. Steve Huffman, who 
developed &lt;a href="http://reddit.com"&gt;reddit&lt;/a&gt;, is the instructor and 
does offer nice real-life stories.  Give it a look.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/BlueProbe/aggbug/151287.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/BlueProbe/comments/151287.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/BlueProbe/comments/commentRss/151287.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/BlueProbe/services/trackbacks/151287.aspx</trackback:ping>
    </entry>
</feed>