Building Visual Studio 2008 projects with TFS 2005#

When I upgraded to visual studio 2008, I tried to build out my 2008 project that was targeting 2.0 and it would not build out anymore because the version was not compatible with TFS 2005.  Turns out since there is a simple but irritating fix.  You need to open the .sln file in notepad and replace version 10.0 with 9.0 and then rename the file to a new one and use that in the build.  Remember to name it something different and then search and replace all the references to the old .sln to new one wherever it is referenced in the file.  Then be sure to remember to change the name of the .sln file in your tfsbuild.proj to point to the right sln.

Of course the better solution is to upgrade to TFS 2008, but that solution is not always the easiest because of money and time to upgrade the system. I am excited to upgrade soon, but this works for me now.

Monday, March 31, 2008 7:39:07 AM UTC #    Comments [1]  |  Trackback

 

Microsoft is going to give out dev tools for free to students#

I just saw on cnet news article tonight that Bill Gates is going to announce at Stanford on Tuesday, Feb. 19th that Microsoft will give away dev tools to college students and then high school students.   This is not just visual studio, but expression studio and even server 2003 and SQL dev edition.  Wow that is very cool and could help the shortage we have in developers in the U.S.

You can see more on this over at Channel 8 on this post http://channel8.msdn.com/Posts/2047/.    I am sure it will be all over the news in the morning.  This will change a lot in colleges across the world as the cost entry into learning and creating new .NET web applications and desktop apps just got very cheap and easier.  This will be very exciting to see the new apps that come out.

Tuesday, February 19, 2008 10:53:12 AM UTC #    Comments [6]  |  Trackback

 

Subsonic 2.1 Beta is Out#

SubSonic 2.1 Beta is Out.  Perfect timing.  I am speaking at South Florida Code Camp tomorrow morning on SubSonic and the future of it.  You can download the latest bits here on Codeplex.

Some really cool stuff coming out with SubSonic 2.1 including the Repository Pattern, SubStage, Linqy type queries with ASP.NET 2.0 and many bug fixes.  For people like me who have invested a lot of time with large projects and SubSonic, this is a very welcome release.  I cannot move many projects to 3.5 yet and this helps prolong the life of those projects without having to change any of the glue code that SubSonic helps so well with.

Saturday, February 02, 2008 9:48:09 AM UTC #    Comments [3]  |  Trackback

 

Tampa User Group Talk - ASP.NET Dynamic Data, Ajax and Silverlight using ASP.NET 3.5 Extensions Preview#

I am going to be doing a user group talk on January 28th 2008.  You will learn and see demos of some new data scenarios including MVC, ADO.NET Data Services, Dynamic data and the Entity Framework along with new Ajax history support and Silverlight controls for ASP.NET using the ASP.NET 3.5 Extensions Preview.  This release provides new features for ASP.NET 3.5 and ADO.NET in VS 2008.

Here are some good resources that you can tap into now and learn why this new stuff is so so cool.

I really hope that David Hayden shows up to keep me honest.  He is having also putting on an event called "Day of Patterns and Practices" on January 31st.  http://www.pnpguidance.net/  It should be a great event!

Friday, January 11, 2008 10:30:33 AM UTC #    Comments [1]  |  Trackback

 

My Zune 2 Review#

So I have had some sort of MP3 player since 2000 when I got my 6 GB hard drive creative mp3 player which looked like a cd player and hacked it to use a 20 GB hard drive.  So you could call me a veteran of MP3 players.  I used to download from Napster back in 2000 and started with subscription music with Napster in 2005, funny how we come full circle.  Anyway i have not even ventured out to find music for more than 3 years because i have had a subscription.  This is where the music industry needs to go and it is shocking that Apple would not offer it.  Anyway, back to my review.

I have to admit that while I have played with IPods, I have never actually owned one.  I have used a treo 600, then a treo 700w to play all of my music for the last 3 years.  I always like the approach of using an SD card to expand my space and now have a 4 GB card that only cost $30.  I have always been able to upgrade my space on my phone and can also download broadcasts since i use Verizon broadband from my phone.  My point is that all the features you see now with the IPhone and other phones have been around for years. 

So after the 300th podcast and 2 years on my phone from dotnetrocks and hanselminutes, I got sick of answering the phone and have it interrupt my listening.  That and having to remember to download it to my SD card which connected to the phone.  That is when i knew i needed a separate player for my podcasts.  I did not want an IPod because I prefer subscription music and I wanted wireless syncing.

Well now that I have been using my Zune 2 (80 GB version) for two weeks now, I am so thankful that I have one.  I get home and put it on my A/V Dock, which is just so cool that I can have it hooked up to my stereo and TV so i can see my videos and images along with listen to great music from my nice stereo.  Also with wireless syncing, as soon as I put the Zune in the A/V Dock, It starts syncing up with my computer that has already downloaded the latest podcasts for the day.  I was amazed when I accidentally found the power of this feature when I was working on my laptop upstairs while my Zune was charging in the wall and all of a sudden the Zune software pops up and starts syncing with my Zune which is downstairs.  So cool.  I am telling you Microsoft really handed Apple something to worry about with this device and software.  I already look at the IPod Classics as old school and although the ITouch is cool, it really is not that cool with only 16 GB max, more money and no wireless syncing. 

So i must say I am somewhat biased being a Microsoft MVP, but I have been waiting for a player like this for a long time and there is nothing quite like it on the market, so let the products speak for themselves.  If you like to listen to podcasts and do not want to have to pay for each track this the obvious choice.

Monday, December 17, 2007 8:19:07 AM UTC #    Comments [0]  |  Trackback

 

ASP.NET MVC CTP is Out#
Monday, December 10, 2007 12:09:55 PM UTC #    Comments [2]  |  Trackback

 

ASP.NET MVC Framework#

For those of you who have heard about the ASP.NET MVC Framework, ScottGu recently published a very nice blog post answering many of the questions about how the new MVC Framework works using a simple e-commerce storefront application as an example.  You can check out the post at http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx

I am excited to try  this new framework and am equally as excited to see how it will work with SubSonic.  Rob Conery has a quick Webcast showing a simple example of how he was starting to use SubSonic with the new framework.  It will be very cool to see how these two fit together.

Thursday, November 29, 2007 8:47:10 AM UTC #    Comments [0]  |  Trackback

 

Visual Studio 2008 RTM is out on MSDN#

I just downloaded and am installing visual studio 2008 RTM from MSDN today.  It took a while for me to uninstall visual studio 2008 beta 2 because I had a few programs open.  My suggestion is to uninstall the software with nothing else running and walk away from your computer for a few hours.  Also I noticed that there is not the team explorer install included in the Team Suite download, so you will need to download the team explorer for 2008 here if you use TFS

http://www.microsoft.com/downloads/thankyou.aspx?familyId=0ed12659-3d41-4420-bbb0-a46e51bfca86&displayLang=en

I am deciding to install it and go to bed so in the morning hopefully everything installed ok.  I am installing side by side as I have had mostly good experiences with the beta 2 build on my production machine that is also running 2005.  I am so excited to use the new IDE in production as a daily tool.

Tuesday, November 20, 2007 10:14:08 AM UTC #    Comments [1]  |  Trackback

 

 

All content © 2010, Jim Zimmerman
Book
New Book
Links to me
On this page
Sponsors
Calendar
<March 2008>
SunMonTueWedThuFriSat
2425262728291
2345678
9101112131415
16171819202122
23242526272829
303112345
Archives
Tags
Blogroll OPML
Technorati
Favorite Links
Disclaimer

Powered by: newtelligence dasBlog 1.9.6264.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail