<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><item><title>Comment on Netduino LED control with the TLC5490 by Andrea</title><link>/blog/netduino-led-control-with-the-tlc5490#comment-154</link><description>Hi, I also would like to see your schematic: I'm using your code to light leds with tlc5940 but I cannot obtain anything. Could you please post the wiring?
Thanks in advance
Andrea</description><pubDate>2012-05-03T21:42:51</pubDate><guid isPermaLink="false">urn:comment:154</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by Bali-Run</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-153</link><description>Thanks! Good information.</description><pubDate>2012-04-22T03:26:47</pubDate><guid isPermaLink="false">urn:comment:153</guid></item><item><title>Comment on Netduino LED control with the TLC5490 by OZ</title><link>/blog/netduino-led-control-with-the-tlc5490#comment-70</link><description>Hello, I am trying to use this chip and I was wondering if you could make a schematic or explain exactly how the pins are connected. I can't quite tell from the pictures and I don't want to kill anything.

Thanks!</description><pubDate>2011-07-10T06:20:55</pubDate><guid isPermaLink="false">urn:comment:70</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by Tom</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-64</link><description>Installing the Windows 7 SDK [1] as suggested in [2] fixed the problem for us and gave us a nice warm fuzzy feeling that we didn't have to install Visual Studio.

[1] - http://www.microsoft.com/downloads/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b&amp;amp;displaylang=en 
[2] - http://andypook.blogspot.com/2010/06/building-without-visual-studio.html</description><pubDate>2011-07-01T08:07:30</pubDate><guid isPermaLink="false">urn:comment:64</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by bwilhite</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-63</link><description>Thank-you very much.  Saved me a good amount of frustration, I think.</description><pubDate>2011-06-04T22:29:06</pubDate><guid isPermaLink="false">urn:comment:63</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by Morten</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-65</link><description>Solution on a 64bit server ( and perhaps on a 32bit server) : 
- install visual studio 2010
- choose custom install
- choose c# etc.
- AND also install "visual web developer"

Happy building:-)</description><pubDate>2011-04-29T17:09:05</pubDate><guid isPermaLink="false">urn:comment:65</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by dotnetdave</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-62</link><description>Unfortunately no new wisdom on this topic.  Please update us on anything you find. Thanks for your comment.</description><pubDate>2011-03-09T13:44:55</pubDate><guid isPermaLink="false">urn:comment:62</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by Rune</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-61</link><description>A while since this was posted and discussed. Any new solution out there?</description><pubDate>2011-03-09T11:50:47</pubDate><guid isPermaLink="false">urn:comment:61</guid></item><item><title>Comment on Google Translate API vs Resource Files by JohnK</title><link>/blog/google-translate-api-vs-resource-files#comment-68</link><description>Nice, exactly the type of thing I need!  Will give this a shot!</description><pubDate>2010-12-08T16:18:35</pubDate><guid isPermaLink="false">urn:comment:68</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by professor</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-58</link><description>In general, the best solution is to put target file and library in source control, and reference it by relative path. That's the way for StyleCop, MSBuild Community Tasks and MSBuild Extension Pack. I tried to use same with this case - but it appeared that Visual Studio can't stand such changes - it supposes upgrade without changes to decline. So there were no chance to make it work okay :(</description><pubDate>2010-10-22T16:09:46</pubDate><guid isPermaLink="false">urn:comment:58</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by dotnetdave</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-57</link><description>DMac it is a little hacky but I think that having one file to manage is preferential to installing VS2010 on the build server.  I try to keep my build server as clean as possible.  In the future if the build breaks due to this .targets file then it is a quick fix to copy this file again, rather than upgrading VS2010. I came to the same conclution as you that these were the only two options.

Did you find any other solutions?</description><pubDate>2010-10-15T13:44:49</pubDate><guid isPermaLink="false">urn:comment:57</guid></item><item><title>Comment on How Tarantino Can Sort Out Your Database by Simon</title><link>/blog/how-tarantino-can-sort-out-your-database#comment-53</link><description>This is the best solution to this issue that I could find.  Thanks sooooo much.</description><pubDate>2010-09-16T15:59:26</pubDate><guid isPermaLink="false">urn:comment:53</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by DMac</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-60</link><description>We ran into this issue as well and, while copying the file into the proper directory on the build server would surely do the trick, doesn't that seem a little hacky?  The other option, installing VS2010 on the build server seems equally as absurd.  Is there any concern with manually copying this file over and breaking with future releases of VS2010?  

I've been spelunking the web for over a day now, and these two options seem to be the only ones I can come across.</description><pubDate>2010-09-03T18:22:39</pubDate><guid isPermaLink="false">urn:comment:60</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by land cruiser</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-59</link><description>Great detailed info, I just bookmarked you on my google reader.

Sent from my iPhone 4G</description><pubDate>2010-08-28T08:32:10</pubDate><guid isPermaLink="false">urn:comment:59</guid></item><item><title>Comment on How Tarantino Can Sort Out Your Database by ford lover</title><link>/blog/how-tarantino-can-sort-out-your-database#comment-52</link><description>My friend and I were arguing about this! Now I know that I was right. lol! Thanks for making me positive!

Sent via Blackberry</description><pubDate>2010-07-31T04:22:57</pubDate><guid isPermaLink="false">urn:comment:52</guid></item><item><title>Comment on Fix the Missing webapplication.targets Error on a Build Server by dotnetdave</title><link>/blog/fix-the-missing-webapplication-targets-error-on-a-build-server#comment-56</link><description>Or at C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications on a 64 bit server.</description><pubDate>2010-04-23T10:17:11</pubDate><guid isPermaLink="false">urn:comment:56</guid></item><item><title>Comment on Ninject - Dependancy Injection you dont want to fight with. by Gavin Ingram</title><link>/blog/ninject---dependancy-injection-you-dont-want-to-fight-with#comment-43</link><description>Definitely agree with what you stated. Your explanation was definitely the simplest to understand. I tell you, I generally get irked when folks focus on problems that they plainly don't know about. You managed to hit the nail correct about the head and explained out everything without complication. Perhaps, people can take a signal. Will likely be back again to get more. Many thanks</description><pubDate>2010-04-13T16:54:28</pubDate><guid isPermaLink="false">urn:comment:43</guid></item><item><title>Comment on Ninject - Dependancy Injection you dont want to fight with. by Kevin Sparrow</title><link>/blog/ninject---dependancy-injection-you-dont-want-to-fight-with#comment-42</link><description>Hey Dave, be interested to hear howthisgoes, been using Nunit but I could do with a substituted data layer.</description><pubDate>2009-06-26T13:35:17</pubDate><guid isPermaLink="false">urn:comment:42</guid></item><item><title>Comment on Awesome Google Chrome advert by Dave</title><link>/blog/awesome-google-chrome-advert#comment-46</link><description>Thanks for your comment. It worked on me too!!!</description><pubDate>2009-06-22T16:20:55</pubDate><guid isPermaLink="false">urn:comment:46</guid></item><item><title>Comment on Awesome Google Chrome advert by Eily</title><link>/blog/awesome-google-chrome-advert#comment-45</link><description>What a cool video Dave, I really like it!!

Makes me wanna use chrome... oh wait, I am! :D it worked!</description><pubDate>2009-06-22T15:30:07</pubDate><guid isPermaLink="false">urn:comment:45</guid></item></channel></rss>
