<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/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>Derik Whittaker : HowTo, Help!!!</title><link>http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/Help_210021002100_/default.aspx</link><description>Tags: HowTo, Help!!!</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>FileLoadException: Could not load file for Version 2.0.5.0, Portable Class Library</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2012/07/23/fileloadexception-could-not-load-file-for-version-2-0-5-0-portable-class-library.aspx</link><pubDate>Mon, 23 Jul 2012 10:13:33 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:70042</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=70042</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=70042</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2012/07/23/fileloadexception-could-not-load-file-for-version-2-0-5-0-portable-class-library.aspx#comments</comments><description>&lt;p&gt;Recently while trying to deploy a service to a clean VM (moving this off our main production server onto its own server) I ran into the error below”&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly &amp;#39;System, Version=2.0.5.0, Culture=neutral,     &lt;br /&gt;PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes&amp;#39; or one of its dependencies. The given assembly name or codebase was invali      &lt;br /&gt;d. (Exception from HRESULT: 0x80131047)&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;At first glance I thought it was saying that I did not have .net 2 installed on the server which was odd as it had .NBet 3.5 (which is a superset of 2) and .Net 4.&amp;#160; Of course I quickly set out to Bing the hell out of the message but that did not really lead me to an immediate solution.&amp;#160; However, what I did notice was that v 2.0.5.0 was always referred to in the context of Silverlight, this got me thinking.&amp;#160; Was i referencing a Silverlight based assembly in my project?&amp;#160; To find this out I turned to my handy decompiler from &lt;a href="http://www.telerik.com/products/decompiler.aspx"&gt;Telerik&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;Sure enough I did have a silverlight assembly being referenced in .Net (I did not have the silverlight SDK installed on my box).&amp;#160; I removed the reference and redeployed, but nothing changed.&amp;#160; I still received the error above.&amp;#160; Now I was getting pissed.&amp;#160; I went back to the decompiler and started looking again through my reference tree to see if I missed something, and I did, kinda.&amp;#160; Turns out one of our assemblies is using the Portable Class Library and it is targeted towards the client profile and Silverlight profile, but this should not have caused an issue, but clearly it did.&lt;/p&gt;  &lt;p&gt;After a bit more digging the answer showed up.&amp;#160; As it turns out the solution to my problem was buried deep on the &lt;a href="http://msdn.microsoft.com/en-us/library/gg597391.aspx"&gt;Portable Class Library documentation&lt;/a&gt; page (as seen below), and it pointed me toward the &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=3556"&gt;setup file&lt;/a&gt; which solved my issue.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_30C77178.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_thumb_5F00_29C7BEF3.png" width="513" height="47" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;   &lt;p&gt;Turns out that when you use the Portable Class Library it will actually upgrade/update your .net assemblies on disk in order to use this, which makes sense, and with out running the installed mentioned above you will not be able to use any .net assembly which is based off the Portable Class Library.&lt;/p&gt;    &lt;p&gt;The moral of the story is that if you are use PCL then make sure you install the update above on your servers in order to get everything to work.&lt;/p&gt;    &lt;p&gt;Till next time,&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=70042" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/.Net/default.aspx">.Net</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category></item><item><title>Help Fiddler is not capturing my traffic!!!</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2011/09/23/help-fiddler-is-not-capturing-my-traffic.aspx</link><pubDate>Fri, 23 Sep 2011 13:51:36 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:68196</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=68196</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=68196</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2011/09/23/help-fiddler-is-not-capturing-my-traffic.aspx#comments</comments><description>&lt;p&gt;If you are not a power user, like me, of &lt;a href="http://www.fiddler2.com/"&gt;Fiddler2&lt;/a&gt; (or even a non-power user) you may run into the occasion where Fiddler simply stops capturing your traffic it can be very frustrating.&amp;#160; Today this happened to me, well technically I caused the issue a few weeks ago, but just noticed it today.&lt;/p&gt;  &lt;p&gt;If you are like me when this happens you are going to jump out to google and look for an answer.&amp;#160; Most everything I saw out there pointed me to my&amp;#160; WinINet settings or the Fiddler Options (below)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_09E961A5.png"&gt;&lt;img style="background-image:none;border-right-width: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="image" border="0" alt="image" src="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_thumb_5F00_292C0878.png" width="404" height="270" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After looking at my settings and making various pointless changes nothing solved my problem.&amp;#160; I than moved on to the ‘lets see if uninstalling/reinstalling dance’ solves my problem, which of course it did not.&amp;#160; Right When I was about to declare my machine ‘fiddler broken’ I by chanced clicked on the &amp;quot;Filters” tab    &lt;br /&gt;&lt;a href="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_1A15299E.png"&gt;&lt;img style="background-image:none;border-right-width:0px;margin: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="image" border="0" alt="image" src="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_thumb_5F00_4EB585D9.png" width="182" height="60" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;and noticed that turned on Using Filters and was ONLY accepting traffic from one IP Address as below&lt;/p&gt;  &lt;p&gt;&lt;a href="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_67452329.png"&gt;&lt;img style="background-image:none;border-right-width: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="image" border="0" alt="image" src="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_thumb_5F00_72027A7E.png" width="404" height="139" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After turning off the ‘User Filters’ option my traffic was being monitored again…. wow that was difficult.&lt;/p&gt;  &lt;p&gt;The moral of the story is this.&amp;#160; If you turn on filtering in Fiddler you may want to turn it back off prior to leaving the application because chances are you will forget you turned it on a few weeks later and you will pull out your hair trying to find out why your traffic is not being captured.&lt;/p&gt;  &lt;p&gt;Hope this helps some other poor sap like myself.&lt;/p&gt;  &lt;p&gt;Till next time,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=68196" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Development/default.aspx">Development</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category></item><item><title>Index was outside the bounds of the array when Obfuscating a LARGE WP7 application</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2011/02/22/index-was-outside-the-bounds-of-the-array-when-obfuscating-a-large-wp7-application.aspx</link><pubDate>Tue, 22 Feb 2011 18:14:00 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:66624</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=66624</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=66624</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2011/02/22/index-was-outside-the-bounds-of-the-array-when-obfuscating-a-large-wp7-application.aspx#comments</comments><description>&lt;p&gt;This is a follow up to my &lt;a href="http://devlicio.us/blogs/derik_whittaker/archive/2010/12/31/obfuscating-your-wp7-applications.aspx"&gt;prior post&lt;/a&gt; on how to obfuscate a WP7 application, which is really just a call out to &lt;a href="http://weblogs.asp.net/bsimser/archive/2010/12/31/dotfuscator-deep-dive-with-wp7.aspx"&gt;Bil&amp;rsquo;s post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While trying to get a large (when I say large it takes 2+ hours just to obfuscate) WP7 application ready for publication I ran into an error while trying to obfuscate our entire .xap.&amp;nbsp; The error was&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Writing XAML: Phone.Controls.g.resources\themes/generic.xaml     &lt;br /&gt;Index was outside the bounds of the array.      &lt;br /&gt;Build Error.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;No of course this error did NOT lead me to a solution so I tried a whole sort of changes to see if I could resolve it.&amp;nbsp; What I did find is that I could obfuscate each assembly on its own, but not the entire .xap.&amp;nbsp; Because I was getting desperate, and twitter was no help, I decided to email support at &lt;a href="http://www.preemptive.com/know-more/windows-phone-7"&gt;PreEmptive&lt;/a&gt;.&amp;nbsp; In my email I provided them with my full build log.&lt;/p&gt;
&lt;p&gt;Well, less than 24 hours later I received an email from their support with a few suggestions.&amp;nbsp; I tried the suggestions below as suggested:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From the input tab: make sure that all third party assemblies within the XAP package have been marked as &amp;ldquo;Artifact&amp;rdquo;.&amp;nbsp; (Right click on the third party dll and select &amp;ldquo;Exclude Assembly from Package&amp;rdquo;).&amp;nbsp; This will instruct Dotfuscator to obfuscate/instrument only non-third party libraries.&lt;/p&gt;
&lt;p&gt; 2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From the settings tab: to start, enable &amp;ldquo;Control Flow&amp;rdquo; and &amp;ldquo;String Encryption&amp;rdquo;, and disable &amp;ldquo;Renaming&amp;rdquo; (i.e. set Disable Renaming to &amp;ldquo;Yes&amp;rdquo;).&lt;/p&gt;
&lt;p&gt; 3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the XAP file is signed, you can provide a Certificate file by selecting the XAP file from the input tab, and selecting the properties &lt;/p&gt;
&lt;p&gt;After doing this I was able to get my app obfuscated and loaded onto my emulator. I even went and ran it again but this time turning String Encryption back on and it still worked.&amp;nbsp; Looks like the trick was to remove the 3rd party assemblies from the list of assemblies to scan, which makes sense.&lt;/p&gt;
&lt;p&gt;Anyway, the moral of the story is that when obfuscating your WP7 application make sure you omit any 3rd party assemblies and you should be right as rain.&lt;/p&gt;
&lt;p&gt;Till next time,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=66624" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/WP7/default.aspx">WP7</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/WindowsPhone/default.aspx">WindowsPhone</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/XAML/default.aspx">XAML</category></item><item><title>Installing the January WP7 Developer tools</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2011/02/09/installing-the-january-wp7-developer-tools.aspx</link><pubDate>Wed, 09 Feb 2011 13:20:15 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:65403</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=65403</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=65403</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2011/02/09/installing-the-january-wp7-developer-tools.aspx#comments</comments><description>&lt;p&gt;If you are in the process of trying to upgrade to the January WP7 &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49B9D0C5-6597-4313-912A-F0CCA9C7D277"&gt;tools&lt;/a&gt; and you are running the WindowsPhoneDeveloperResources_en-US_Patch1.msp package make sure you have closed down your emulator.&amp;#160; &lt;/p&gt;  &lt;p&gt;I have found that when I had my emulator up and running the installer would launch, run for a second then close w/ no message.&amp;#160; When I closed down the emulator and re-ran the package it ran and completed correctly.&lt;/p&gt;  &lt;p&gt;It is possible this is just my experiences during this install, but I thought I would share this in case someone else out there was wondering why the installer is starting and stopping without any messages.&lt;/p&gt;  &lt;p&gt;Till next time,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=65403" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/WP7/default.aspx">WP7</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/WindowsPhone/default.aspx">WindowsPhone</category></item><item><title>Registration Error while Hosting WCF Services in a Windows Server</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2010/02/11/registration-error-while-hosting-wcf-services-in-a-windows-server.aspx</link><pubDate>Thu, 11 Feb 2010 19:46:00 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55354</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=55354</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=55354</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2010/02/11/registration-error-while-hosting-wcf-services-in-a-windows-server.aspx#comments</comments><description>&lt;p&gt;Have you ever run into the following error while trying to host (start) a WCF service inside a Windows Service?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Starting WCF Services step has caused the following error HTTP could not register URL &lt;a href="http://+:9997//Services/HashGenerationService/"&gt;http://+:9997//Services/HashGenerationService/&lt;/a&gt;. Your process does not have access rights to this namespace (see &lt;a href="http://go.microsoft.com/fwlink/?LinkId=70353"&gt;http://go.microsoft.com/fwlink/?LinkId=70353&lt;/a&gt; for details).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If you have you are not along. Also, if you have clicked on the link for MS and felt like that was absolutely NO help, you still are not alone.&lt;/p&gt;
&lt;p&gt;The simplest (maybe not the best) way to solve this issue is to configure your windows service (the one hosting your WCF services) to log on as &amp;lsquo;Local System Account&amp;rsquo; as below.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_345EDE79.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" alt="image" src="http://devlicio.us/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/derik_5F00_whittaker/image_5F00_thumb_5F00_480BC80D.png" border="0" height="395" width="364" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Once you have done this try restarting your service and see if your wcf services start as expected.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Till next time,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55354" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/WCF/default.aspx">WCF</category></item><item><title>NAnt/MSbuild build error MSB4019 -- Missing Targets</title><link>http://devlicio.us/blogs/derik_whittaker/archive/2008/09/19/nant-msbuild-build-error-msb4019-missing-targets.aspx</link><pubDate>Fri, 19 Sep 2008 12:19:23 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:42358</guid><dc:creator>Derik Whittaker</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/rsscomments.aspx?PostID=42358</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/derik_whittaker/commentapi.aspx?PostID=42358</wfw:comment><comments>http://devlicio.us/blogs/derik_whittaker/archive/2008/09/19/nant-msbuild-build-error-msb4019-missing-targets.aspx#comments</comments><description>&lt;p&gt;I was trying to setup our new build server today and received this error:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;error MSB4019: the imported project &amp;lt;Path to .net framework here&amp;gt;\Microsoft.CompactFramework.CSharp.targets was not found.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;At first I was a bit confused as to what was going one, how could you not find my targets file?&amp;nbsp; And of course this was working just fine on my laptop (always works on you machine), but not the build server.&lt;/p&gt; &lt;p&gt;Before I dive into the solution for this, I would like to pause to review what was on the build box.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Environment Overview:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Build Server: Team City&lt;br /&gt;Build Script: NAnt&lt;br /&gt;Build Action: MSBuild&lt;br /&gt;Software Installed: .Net 2.0 SDK, .Net 3.5 SDK, .Net 3.5 Compact Framework SDK, need tools for build.&amp;nbsp; NO Visual Studio IDE&amp;#39;s&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Onto the Solution:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Ok, now that we know what the server setup was like, lets get onto the solution. &lt;/p&gt; &lt;p&gt;For what ever reason my build server did not contain any .targets files for the compact framework.&amp;nbsp;&amp;nbsp;&amp;nbsp; These files are normally found in your c:\Windows\Microsoft.Net\Framework\v3.5 folder, but mine were missing.&amp;nbsp; The easiest way to fix this issue is to grab these files off of the server/laptop that has them and copy/paste them onto the server that does not.&amp;nbsp; This worked just fine for me.&lt;/p&gt; &lt;p&gt;Note: My issue was with missing targets for the compact framework, but have heard reports of the same thing happening with other .targets files.&amp;nbsp;&lt;/p&gt; &lt;p&gt;Hope this helps someone.&lt;/p&gt; &lt;p&gt;Till next time,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=42358" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/Help_210021002100_/default.aspx">Help!!!</category><category domain="http://devlicio.us/blogs/derik_whittaker/archive/tags/HowTo/default.aspx">HowTo</category></item></channel></rss>