<?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>Sascha Corti aka. TechPreacher</title>
	<atom:link href="https://techpreacher.corti.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://techpreacher.corti.com</link>
	<description>Technical Evangelist working for Microsoft Switzerland. Focusing on the Internet of Things and Windows development. Passionate gamer, with a life.</description>
	<lastBuildDate>Wed, 27 Apr 2016 14:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techpreacher.corti.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/dd42616b1d5eccdd43f582fd0ec6e65b?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sascha Corti aka. TechPreacher</title>
		<link>https://techpreacher.corti.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://techpreacher.corti.com/osd.xml" title="Sascha Corti aka. TechPreacher" />
	<atom:link rel='hub' href='https://techpreacher.corti.com/?pushpress=hub'/>
	<item>
		<title>Connected Service for Azure IoT Hub Extension for Visual Studio currently not working for ARM projects (V 1.2.0) &#8211; Workaround</title>
		<link>https://techpreacher.corti.com/2016/04/27/connected-service-for-azure-iot-hub-extension-for-visual-studio-currently-not-working-for-arm-projects-v-1-2-0-workaround/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Wed, 27 Apr 2016 14:34:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2052</guid>

					<description><![CDATA[I am a frequent user of the great “Connected Service for Azure IoT Hub” Extension for Visual Studio to add support for sending messages to Azure IoT Hub to my IoT client projects. I am using Visual Studio 2015 Enterprise with Update 2 Observation In the latest build, the tool now defaults to using AMQP [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I am a frequent user of the great “<a href="https://visualstudiogallery.msdn.microsoft.com/e254a3a5-d72e-488e-9bd3-8fee8e0cd1d6">Connected Service for Azure IoT Hub</a>” Extension for Visual Studio to add support for sending messages to Azure IoT Hub to my IoT client projects. </p>
<p><a href="https://techpreacher.files.wordpress.com/2016/04/image.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2016/04/image_thumb.png?w=640&#038;h=444" width="640" height="444"></a>  </p>
<p>I am using Visual Studio 2015 Enterprise with Update 2  </p>
<p><a href="https://techpreacher.files.wordpress.com/2016/04/image1.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2016/04/image_thumb1.png?w=640&#038;h=479" width="640" height="479"></a>  </p>
<h1>Observation</h1>
<p>In the latest build, the tool now defaults to using AMQP instead of HTTP as transport protocol and adds a slew of new NUGet references to the project.  </p>
<p>The Output window of Visual Studio lists them as:  </p>
<p><font size="2" face="Consolas">[4/27/2016 4:06:36.687 PM] Adding Azure IoT Hub to the project.<br /><font style="background-color:#ffff00;">[4/27/2016 4:06:40.266 PM] Installing NuGet package &#8216;Newtonsoft.Json&#8217; version 6.0.8.<br />[4/27/2016 4:06:40.333 PM] Installing NuGet package &#8216;Microsoft.Azure.Amqp&#8217; version 1.1.1.<br />[4/27/2016 4:06:40.344 PM] Installing NuGet package &#8216;PCLCrypto&#8217; version 2.0.147.<br />[4/27/2016 4:06:40.366 PM] Installing NuGet package &#8216;PInvoke.BCrypt&#8217; version 0.3.2.<br />[4/27/2016 4:06:40.377 PM] Installing NuGet package &#8216;PInvoke.Kernel32&#8217; version 0.3.2.<br />[4/27/2016 4:06:40.391 PM] Installing NuGet package &#8216;PInvoke.NCrypt&#8217; version 0.3.2.<br />[4/27/2016 4:06:40.413 PM] Installing NuGet package &#8216;PInvoke.Windows.Core&#8217; version 0.3.2.<br />[4/27/2016 4:06:40.432 PM] Installing NuGet package &#8216;Validation&#8217; version 2.2.8.</font><br />[4/27/2016 4:06:49.846 PM] New service instance IoTMonitoring created<br />[4/27/2016 4:06:49.894 PM] Successfully added Azure IoT Hub to the project.</font></p>
<h1>Problem&nbsp; </h1>
<p>Trying to compile the project yields the following errors:  </p>
<p><font size="2" face="Consolas">Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File C:\Users\xxx\Documents\Visual Studio 2015\Projects\Tests\Win10IoT Thermo IoTSuite %28Start%29\Win10IoT Thermo\obj\ARM\Debug\Validation\en\Validation.Strings.resw not found.&nbsp;&nbsp;&nbsp; Win10IoT Thermo&nbsp;&nbsp;&nbsp; C:\Users\xxx\Documents\Visual Studio 2015\Projects\Tests\Win10IoT Thermo IoTSuite (Start)\Win10IoT Thermo\MakePRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br /></font><font size="2" face="Consolas"></font></p>
<p><font size="2" face="Consolas">Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Processing Resources failed with error: The system cannot find the file specified.&nbsp;&nbsp;&nbsp; Win10IoT Thermo&nbsp;&nbsp;&nbsp; C:\Users\xxx\Documents\Visual Studio 2015\Projects\Tests\Win10IoT Thermo IoTSuite (Start)\Win10IoT Thermo\MakePri</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>
<h1>Workaround</h1>
<p>The workaround is to switch the protocol used to talk to IoT Hub from AMQP to HTTP by editing the generated “<strong>AzureIoTHub.cs</strong>” class:</p>
<p>From:</p>
<p><font size="2" face="Consolas">var deviceClient = DeviceClient.CreateFromConnectionString(deviceConnectionString, <strong><font style="background-color:#ffff00;">TransportType.Amqp</font></strong>);</font></p>
<p>To:</p>
<p><font size="2" face="Consolas">var deviceClient = DeviceClient.CreateFromConnectionString(deviceConnectionString, <strong><font style="background-color:#ffff00;">TransportType.Http1</font></strong>);</font></p>
<p>And remove all the references added by the Connected Service for Azure IoT Hub Extension except for <strong>Newtonsoft.Json:</strong>  </p>
<p>Remove NuGet package &#8216;Microsoft.Azure.Amqp&#8217; version 1.1.1.<br />Remove NuGet package &#8216;PCLCrypto&#8217; version 2.0.147.<br />Remove NuGet package &#8216;PInvoke.BCrypt&#8217; version 0.3.2.<br />Remove NuGet package &#8216;PInvoke.Kernel32&#8217; version 0.3.2.<br />Remove NuGet package &#8216;PInvoke.NCrypt&#8217; version 0.3.2.<br />Remove NuGet package &#8216;PInvoke.Windows.Core&#8217; version 0.3.2.<br />Remove NuGet package &#8216;Validation&#8217; version 2.2.8.  </p>
<p>After these steps, the project compiles again and successfully sends messages (HTTP) to the Azure IoT Hub.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2016/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2016/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Microsoft Online Learning Videos in Switzerland</title>
		<link>https://techpreacher.corti.com/2016/03/23/top-10-microsoft-online-learning-videos-in-switzerland/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Wed, 23 Mar 2016 08:54:06 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[microsoft]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2046</guid>

					<description><![CDATA[Here is the list of the top 10 free online learning videos from Microsoft published on Channel 9 by views in Switzerland. So if you want to get a head start on know-how in Microsoft technology, this is a great place to start. And if you watch one of these trainings until March 31, you [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here is the list of the top 10 free online learning videos from Microsoft published on <a href="https://channel9.msdn.com/">Channel 9</a> by views in Switzerland.</p>
<p>So if you want to get a head start on know-how in Microsoft technology, this is a great place to start.</p>
<p>And if you watch one of these trainings until March 31, you have a chance to win prizes every day! Check it out on <a href="http://aka.ms/learnandwin">http://aka.ms/learnandwin</a> </p>
<p><a href="https://techpreacher.files.wordpress.com/2016/03/clip_image002.png"><img title="clip_image002" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;margin:0 0 5px;display:inline;padding-right:0;" border="0" alt="clip_image002" src="https://techpreacher.files.wordpress.com/2016/03/clip_image002_thumb.png?w=602&#038;h=379" width="602" height="379"></a></p>
<table cellspacing="0" cellpadding="2" width="800" border="0">
<tbody>
<tr>
<td valign="top" width="100">1</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Blogs/Taste-of-Premier/Satya-Nadella-on-Cybersecurity">Satya Nadella on Cybersecurity and Microsoft’s new Cyber Defense Operations Center</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">2</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Blogs/containers/Introducing-Hyper-V-Containers">Introducing Hyper-V Containers</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">3</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Blogs/Taste-of-Premier/PowerShellBasicsPart1">PowerShell Basics: (Part 1) Getting Started with PowerShell</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">4</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Events/Microsoft-Azure/AzureCon-2015/azurecon-ranga-intelligent-org-with-data">Transforming Data into intelligent action</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">5</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Blogs/containers/Container-Fundamentals--Part-1-Introduction">Container Fundamentals | Part 1 &#8211; Introduction</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">6</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Events/Microsoft-Azure/AzureCon-2015/azurecon-scott-guthrie-intelligent-cloud">Journey to the intelligent cloud</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">7</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Creating-Your-First-HTML5-Web-Page-02">Creating Your First HTML5 Web Page</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">8</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/010">The Future of Microsoft Tools and Services for the New Role of Developers</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">9</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/events/Visual-Studio/Connect-event-2015/075">Creating Products in the open</a></p>
</td>
</td>
</tr>
<tr>
<td valign="top" width="100">10</td>
<td valign="top" width="700">
<p><a href="https://channel9.msdn.com/Series/Windows-Server-Administration-Fundamentals/01">Windows Server Administration Fundamentals: (01) Server Overview</a></p>
</td>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2016/03/clip_image002_thumb.png" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>
	</item>
		<item>
		<title>Watch free online trainings in March and get a chance to win cool prizes every day!</title>
		<link>https://techpreacher.corti.com/2016/03/02/watch-free-online-trainings-in-march-and-get-a-chance-to-win-cool-prizes-every-day/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Wed, 02 Mar 2016 10:26:55 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2042</guid>

					<description><![CDATA[This month, our team is running a cool competition! Get a head start on Microsoft technology know-how with Microsoft&#8217;s free online learning platforms. In March 2016 you will have a chance to win daily prizes: just watch selected top online trainings for developers, IT and database professionals and students and you might be a winner! [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img style="margin:0 0 5px;" src="https://i0.wp.com/www.microsoft.com/switzerland/msdn/de/images/MSDN_Flash/lead-2016-03-07.png"> </p>
<p>This month, our team is running a cool competition! </p>
<p>Get a head start on Microsoft technology know-how with Microsoft&#8217;s free online learning platforms. </p>
<p>In March 2016 you will have a chance to win daily prizes: just watch selected top online trainings for developers, IT and database professionals and students and you might be a winner! </p>
<p>Every day, we are raffling off one Microsoft Office 365 Home Edition and one of the following prizes: Microsoft Surface 3 Tablets, Nokia Lumia 830, Microsoft Azure backpacks, Microsoft Arc mice, Microsoft universal foldable keyboards and various Xbox One games. </p>
<p><strong>Visit our “31 Days of Learning” page on </strong><a href="http://aka.ms/learnandwin"><strong>http://aka.ms/learnandwin</strong></a><strong>. </strong> </p>
<p>To see all of our training offerings, visit <a href="http://channel9.msdn.com/">Channel9</a> and the <a href="http://mva.microsoft.com/">Microsoft Virtual Academy</a>. To learn more about the various formats and where to find the training that suits you best, visit this <a href="http://msdn.microsoft.com/de-ch/mt633791">post</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/switzerland/msdn/de/images/MSDN_Flash/lead-2016-03-07.png" medium="image" />
	</item>
		<item>
		<title>Dying Light Spotlight Edition</title>
		<link>https://techpreacher.corti.com/2016/02/15/dying-light-spotlight-edition/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Mon, 15 Feb 2016 08:43:23 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gaming]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2039</guid>

					<description><![CDATA[I really loved the game Dying Light. If you haven’t had a chance to play it, this may be a chance to pick it up: A single copy of a new “Spotlight Edition” has just gone on sale. You get 4 copies of the game, pro acting lessons, a supporting role in the coming Dying [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I really loved the game <a href="http://dyinglightgame.com/">Dying Light</a>. If you haven’t had a chance to play it, this may be a chance to pick it up: A single copy of a new “Spotlight Edition” has just gone on sale.</p>
<p><a href="https://techpreacher.files.wordpress.com/2016/02/dyinglight.jpg"><img title="dyinglight" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;margin:0 0 5px;display:inline;padding-right:0;" border="0" alt="dyinglight" src="https://techpreacher.files.wordpress.com/2016/02/dyinglight_thumb.jpg?w=882&#038;h=748" width="882" height="748"></a></p>
<p>You get 4 copies of the game, pro acting lessons, a supporting role in the coming Dying Light movie, you can live in a camper on the set and have the FX crew give you a complete Zombie makeup.</p>
<p>The only downside: Its price tag is $ 10’000’000.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2016/02/dyinglight_thumb.jpg" medium="image">
			<media:title type="html">dyinglight</media:title>
		</media:content>
	</item>
		<item>
		<title>Swiss //Publish/ event on Friday, May 16 &#8211; bring your project and join the hackathon!</title>
		<link>https://techpreacher.corti.com/2014/05/07/swiss-publish-event-on-friday-may-16-bring-your-project-and-join-the-hackathon/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Wed, 07 May 2014 15:29:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows8.1]]></category>
		<category><![CDATA[windowsphone8.1]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2029</guid>

					<description><![CDATA[Date: Geneva, Switzerland / May 16, 2014 Location:blue-infinity SARoute des Jeunes 35Geneva, 1227 Switzerland Agenda:10:00 AM -10:30 AM Registration/Event Welcome10:30 AM &#8211; 11:30 AM Keynote &#8211; new features, converged apps&#8230;11:30 AM &#8211; 13:00 AM Open Coding Session with Expert(-s) Support13:00 PM &#8211; 14:00 PM Lunch/Webcast14:00 PM &#8211; 17:30 PM Open Coding Session with Expert(-s) Support17:30 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Date: <br /></strong>Geneva, Switzerland / May 16, 2014 </p>
<p><strong>Location:<br /></strong>blue-infinity SA<br />Route des Jeunes 35<br />Geneva, 1227 Switzerland</p>
<p><strong>Agenda:<br /></strong>10:00 AM -10:30 AM Registration/Event Welcome<br />10:30 AM &#8211; 11:30 AM Keynote &#8211; new features, converged apps&#8230;<br />11:30 AM &#8211; 13:00 AM Open Coding Session with Expert(-s) Support<br />13:00 PM &#8211; 14:00 PM Lunch/Webcast<br />14:00 PM &#8211; 17:30 PM Open Coding Session with Expert(-s) Support<br />17:30 PM &#8211; 18:00 PM App Showcase/Judging &amp; Awards<br />18:00 PM &#8211; 19:00 PM Dinner/ Webcast<br />19:00 PM &#8211; 22:00 PM Open Coding Session with Expert(-s) Support</p>
<p><strong>Registration:<br /></strong> <a title="https://publishwindows.com/view/705a4018c335408f97cf0bdddca3e1f9" href="https://publishwindows.com/view/705a4018c335408f97cf0bdddca3e1f9">https://publishwindows.com/view/705a4018c335408f97cf0bdddca3e1f9</a></p>
<p>Bring your existing app and game projects to Microsoft’s //publish/ event to code with developers from around the world. Collaborate and get help with app design, performance, testing, publishing, porting from Unity – you name it.</p>
<p>Receive onsite support from community experts to remove blockers and add the finishing touches to your project. </p>
<p>Join a testing group of your peers and try your app out on a range of devices. </p>
<p>Connect online with developers and Microsoft product specialists from all over the globe in simultaneous worldwide events. Show off your completed project at the App Showcase.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>
	</item>
		<item>
		<title>Heads up! Elder Scrolls Online on PC installer can delete your files if a custom folder is selected.</title>
		<link>https://techpreacher.corti.com/2014/04/28/heads-up-elder-scrolls-online-on-pc-installer-can-delete-your-files-if-a-custom-folder-is-selected/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Mon, 28 Apr 2014 10:26:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gaming]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2027</guid>

					<description><![CDATA[If you don’t stick to the default installation directory, you HAVE to create an empty folder somewhere and point to that as the Elder Scrolls Online installer will erase anything it finds in the folder that it is given for installation instead of creating a subfolder itself. So I wanted to install the “Elder Scrolls [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>If you don’t stick to the default installation directory, you HAVE to create an empty folder somewhere and point to that as the Elder Scrolls Online installer will erase anything it finds in the folder that it is given for installation instead of creating a subfolder itself.</em></p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/dead-pc-elder-scrolls-online.png"><img title="dead pc elder scrolls online" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="dead pc elder scrolls online" src="https://techpreacher.files.wordpress.com/2014/04/dead-pc-elder-scrolls-online_thumb.png?w=1098&#038;h=904" width="1098" height="904"></a></p>
<p>So I wanted to install the “<a href="http://elderscrollsonline.com/">Elder Scrolls Online</a>” on PC yesterday which ended up with me restoring large portions of my PC for several hours. And a lot of foul language was included. So here is what happened.</p>
<p>By default, the installer wants to install the game into “%systemdrive%\Program Files\Zenimax Online”. If you plan not to change this, you are OK.</p>
<p>But if you are crazy enough – like I am obviously – to have games installed to a custom folder, “%systemdrive%\Games” in my case, the installer lets you select a different folder.</p>
<p>I picked my “%systemdrive%\Games” folder at which point the installer said: “%systemdrive%\Games” – but not “%systemdrive%\Games\<strong>Zenimax Online</strong>”. This got me thinking for a split second, but then I pressed “Install”.</p>
<p>At this point, the installer created “%systemdrive%\Games\Elder Scrolls Online” and all seemed good.</p>
<p>But then my Steam client crashed and the Origin client started to show weird errors.</p>
<p>I soon noticed, that besides creating the new folder, the installer had completely erased everything inside “%systemdrive%\Games”, including the Steam client, Origin and the Blizzard launcher.</p>
<p>It sure seems like I failed the first quest of the Elder Scrolls Online miserably <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-style:none;" alt="Winking smile" src="https://techpreacher.files.wordpress.com/2014/04/wlemoticon-winkingsmile.png?w=519"></p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/dead-pc-elder-scrolls-online_thumb.png" medium="image">
			<media:title type="html">dead pc elder scrolls online</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/wlemoticon-winkingsmile.png" medium="image">
			<media:title type="html">Winking smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Project the Windows Phone 8.1 screen to your PC using USB</title>
		<link>https://techpreacher.corti.com/2014/04/22/project-the-windows-phone-8-1-screen-to-your-pc-using-usb/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Tue, 22 Apr 2014 13:31:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windowsphone8.1]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2020</guid>

					<description><![CDATA[Windows Phone 8 devices that have been updated to Windows Phone 8.1 using the developer preview can now project their screens to a computer connected via USB. The first step is to download and install this desktop driver and client app. it’s enough to just connect the phone to the PC using USB and start [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Windows Phone 8 devices that have been updated to Windows Phone 8.1 using the developer preview can now project their screens to a computer connected via USB.</p>
<p>The first step is to download and install <a href="http://download.microsoft.com/download/A/2/7/A271EFFF-6C9E-4E9B-9259-0F72FDEDD153/ProjectMyScreenApp.msi">this desktop driver and client</a> app.</p>
<p>it’s enough to just connect the phone to the PC using USB and start the “Project My Screen App” on the PC.</p>
<p>The phone will ask for permission to activate screen projection.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/project-2.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0 0 5px;display:inline;padding-right:0;border-width:0;" title="project 2" src="https://techpreacher.files.wordpress.com/2014/04/project-2_thumb.png?w=772&#038;h=588" alt="project 2" width="772" height="588" border="0" /></a></p>
<p>Tap “Yes” and the desktop app shows the screen.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/project-1.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0 0 5px;display:inline;padding-right:0;border-width:0;" title="project 1" src="https://techpreacher.files.wordpress.com/2014/04/project-1_thumb.png?w=805&#038;h=959" alt="project 1" width="805" height="959" border="0" /></a></p>
<p>Use “F1” to see all key bindings and “ESC” to exit full-screen mode.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/image4.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" src="https://techpreacher.files.wordpress.com/2014/04/image_thumb4.png?w=568&#038;h=426" alt="image" width="568" height="426" border="0" /></a></p>
<p>If you have problems, getting it to work, Monkey Slaps has a <a href="http://www.monkeyslaps.com/projecting-your-windows-phone-screen-to-a-pc/?utm_content=buffere5878&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer">debugging guide</a> posted.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/project-2_thumb.png" medium="image">
			<media:title type="html">project 2</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/project-1_thumb.png" medium="image">
			<media:title type="html">project 1</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Some nice facts on how Windows Phone 8.1 handles files.</title>
		<link>https://techpreacher.corti.com/2014/04/17/some-nice-facts-on-how-windows-phone-8-1-handles-files/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Thu, 17 Apr 2014 09:09:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[windowsphone8.1]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2012</guid>

					<description><![CDATA[One of the new features of Windows Phone 8.1 is sharing, very much like the share charm in Windows 8, and the new file picker. The share contract allows apps to share freely with no limitations on the content type. Text, links, HTML, images, files, or even custom file types. The new file picker goes [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>One of the new features of Windows Phone 8.1 is sharing, very much like the share charm in Windows 8, and the new file picker.</p>
<p>The share contract allows apps to share freely with no limitations on the content type. Text, links, HTML, images, files, or even custom file types.</p>
<p>The new file picker goes a step further. Apps can use it to open and save files in the phone’s storage, SD card, or OneDrive.</p>
<p>If an app wants to load pictures, the user will be presented with the photos app. But if you need to get to a photo in another location (like your SD card or OneDrive), you can select ‘Choose location’ on the Photos app’s app bar and access the file picker.</p>
<p>A very nice twist: custom apps can be file providers too and allow their files/data to be accessed by the user using other apps.</p>
<p>This works in both Windows Runtime apps (i.e. Universal Apps) and Silverlight 8.1 apps.</p>
<p>To learn more on the topic, have a look at <a title="http://channel9.msdn.com/Events/Build/2014/2-520" href="http://channel9.msdn.com/Events/Build/2014/2-520">The Build 2014 session: “Contracts and Pickers: Building Apps that Work Together on Windows”</a></p>
<p>Also, Internet Explorer 11 now allows to download/save files when tapping on a link on a webpage.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0001.png"><img title="wp_ss_20140417_0001" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="wp_ss_20140417_0001" src="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0001_thumb.png?w=772&#038;h=1284" width="772" height="1284"></a></p>
<p>You can then immediately access the downloaded file using IE:</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0002.png"><img title="wp_ss_20140417_0002" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="wp_ss_20140417_0002" src="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0002_thumb.png?w=772&#038;h=1297" width="772" height="1297"></a></p>
<p>…or you can connect your phone to your computer, access it’s folders and find a new subfolder “Downloads” containing the downloaded files.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/desktop.png"><img title="Desktop" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="Desktop" src="https://techpreacher.files.wordpress.com/2014/04/desktop_thumb.png?w=1337&#038;h=860" width="1337" height="860"></a></p>
<p>Also, the newly available <a href="http://www.windowsphone.com/en-us/store/app/field-medic/73c58570-d5a7-46f8-b1b2-2a90024fc29c">“Field Medic” App</a>, a premier diagnostic application for Windows Phone that allows easy collection of device information and ETW logs right from your device, adds its own, user accessible folder where collected logs are stored.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/desktop2.png"><img title="Desktop2" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="Desktop2" src="https://techpreacher.files.wordpress.com/2014/04/desktop2_thumb.png?w=1338&#038;h=860" width="1338" height="860"></a></p>
<p>Very nice, indeed!</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0001_thumb.png" medium="image">
			<media:title type="html">wp_ss_20140417_0001</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/wp_ss_20140417_0002_thumb.png" medium="image">
			<media:title type="html">wp_ss_20140417_0002</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/desktop_thumb.png" medium="image">
			<media:title type="html">Desktop</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/desktop2_thumb.png" medium="image">
			<media:title type="html">Desktop2</media:title>
		</media:content>
	</item>
		<item>
		<title>Hands-On Lab: Building your first App for Windows 8.1 and publishing it to the Windows Store.</title>
		<link>https://techpreacher.corti.com/2014/04/10/hands-on-lab-building-your-first-app-for-windows-8-1-and-publishing-it-to-the-windows-store/</link>
					<comments>https://techpreacher.corti.com/2014/04/10/hands-on-lab-building-your-first-app-for-windows-8-1-and-publishing-it-to-the-windows-store/#comments</comments>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Thu, 10 Apr 2014 09:00:36 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[windows8.1]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=2002</guid>

					<description><![CDATA[I recently created this hands-on lab and ran it in&#160; an on-site event here at Microsoft Switzerland. People gave me very good feedback so I decided to publish it in full. The lab contains everything you need to complete the exercise, including a detailed, 50 page step-by-step manual as Word- or PDF document. Every step [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I recently created this hands-on lab and ran it in&nbsp; an on-site event here at Microsoft Switzerland. People gave me very good feedback so I decided to publish it in full. </p>
<p>The lab contains everything you need to complete the exercise, including a detailed, 50 page step-by-step manual as Word- or PDF document. Every step is well explained so you don’t need prior Windows App development experience. </p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/image.png"><img title="image" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;display:inline;padding-right:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2014/04/image_thumb.png?w=1095&#038;h=894" width="1095" height="894"></a> </p>
<p>In it, you will be creating a YouTube video player app from scratch (File, new Project) for a specific YouTube channel and publish it to the Microsoft store. The final app will look something like the following, but you can tailor it to your YouTube channel of choice. </p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/coding_21.png"><img title="coding_21" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="coding_21" src="https://techpreacher.files.wordpress.com/2014/04/coding_21_thumb.png?w=1924&#038;h=1084" width="1924" height="1084"></a>  </p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/coding_25.png"><img title="coding_25" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 5px;border-left:0;display:inline;padding-right:0;" border="0" alt="coding_25" src="https://techpreacher.files.wordpress.com/2014/04/coding_25_thumb.png?w=1924&#038;h=1084" width="1924" height="1084"></a></p>
<p>The lab also makes use of some of the new Windows 8.1 controls like the Hub and the Microsoft Player Framework to play back streaming video.</p>
<p>Windows 8 features like the App bar, asynchronous programming and sharing videos through the Share Charm are all covered.</p>
<p>Also, all the sometimes confusing publishing steps are explained in detail, including how to optimally create properly sized screen-shots using the simulator in Visual Studio 2013…</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/image1.png"><img title="image" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;display:inline;padding-right:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2014/04/image_thumb1.png?w=628&#038;h=389" width="628" height="389"></a></p>
<p>…how to properly describe the app select the right category and markets…</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/image2.png"><img title="image" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;display:inline;padding-right:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2014/04/image_thumb2.png?w=628&#038;h=376" width="628" height="376"></a></p>
<p>…and test the app using the “Windows App Certification Kit”, so publishing is as smooth as possible.</p>
<p><a href="https://techpreacher.files.wordpress.com/2014/04/image3.png"><img title="image" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;display:inline;padding-right:0;" border="0" alt="image" src="https://techpreacher.files.wordpress.com/2014/04/image_thumb3.png?w=383&#038;h=330" width="383" height="330"></a></p>
<h2>Prerequisites</h2>
<p>All you need to complete the lab is a computer running Windows 8.1 and a version of Visual Studio 2013, that can create XAML/C# based Windows store apps. The free “<a href="http://www.visualstudio.com/en-us/downloads">Visual Studio Express 2013 for Windows</a>” edition will do just fine.</p>
<p>To publish the lab, you will need an active Windows Store account, details how to sign up can be found <a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj193592.aspx">here</a> and <a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj863494.aspx">here</a>. Pricing per year is CHF 17 for individuals and CHF 90 for companies </p>
<h2>Give me the Files!</h2>
<p>You can download the whole lab from: <a title="http://corti.ch/w81-store-hol" href="http://corti.ch/w81-store-hol">http://corti.ch/w81-store-hol</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://techpreacher.corti.com/2014/04/10/hands-on-lab-building-your-first-app-for-windows-8-1-and-publishing-it-to-the-windows-store/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/coding_21_thumb.png" medium="image">
			<media:title type="html">coding_21</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/coding_25_thumb.png" medium="image">
			<media:title type="html">coding_25</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="https://techpreacher.files.wordpress.com/2014/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Get productive with the &#8220;Windows 8.1 Power User Guide for Business&#8221;. Fast.</title>
		<link>https://techpreacher.corti.com/2014/01/22/get-productive-with-the-windows-8-1-power-user-guide-for-business-fast/</link>
		
		<dc:creator><![CDATA[TechPreacher]]></dc:creator>
		<pubDate>Wed, 22 Jan 2014 14:49:14 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows8.1]]></category>
		<guid isPermaLink="false">http://techpreacher.wordpress.com/?p=1988</guid>

					<description><![CDATA[Learn from this Windows 8.1 Power User Guide about the advanced, new&#160; features of Windows 8.1, such as the enhancements to the file explorer, the new task manager, Internet Explorer 11, the mobility center, Windows To Go and SkyDrive Pro. The best part: It’s one short and well structured PDF document. Download it here.]]></description>
										<content:encoded><![CDATA[<p>Learn from this Windows 8.1 Power User Guide about the advanced, new&nbsp; features of Windows 8.1, such as the enhancements to the file explorer, the new task manager, Internet Explorer 11, the mobility center, Windows To Go and SkyDrive Pro. </p>
<p>The best part: It’s one short and well structured PDF document.</p>
<p>Download it <a href="http://www.microsoft.com/en-us/download/details.aspx?id=41652">here</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9d07bf10473ea9f2530ad5918f7065c7?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">techpreacher</media:title>
		</media:content>
	</item>
	</channel>
</rss>
