BrianPeek.com

A Compendium of Random Uselessness
in Search
  • Coding4Fun

    I was recently selected as a member of Microsoft's Coding4Fun writing team!  Coding4Fun is a site on MSDN devoted to geeks like me that enjoy building fun and quirky hardware and software projects using Microsoft technologies. My first two articles were for Halloween and can be viewed here:

    I will be contributing about one article per month.  I'll post here when new articles become available.  Lucky you.

    Posted Nov 22 2006, 03:11 AM by Brian Peek with 2 comment(s)

  • Vista RTM and Visual Studio

    While it is completely unsupported by Microsoft, I ran into a few issues dealing with IIS and ASP.NET projects in Visual Studio 2003 along with Visual Studio 2005.  Note that through all of this (and in general) I run with UAC turned off.

    First off, it's required that the IIS6 Compatibility Layer be installed otherwise none of this will work.

    After installing both VS2003 andd VS2005 (in that order), I was unable to install anything dealing with IIS from the "Programs and Features" control panel.  After several hours of trying various things, I finally found the solution.  I had to uninstall the .NET Framework v1.1, after which I could install any of the IIS options available to me.

    I then re-installed .NET Framework v1.1 and ran into the second issue.  Every time I attempted to open an ASP.NET 2.0 project, it would ask me if I wanted to configure the server to use ASP.NET 2.0, even though the application directory was already setup to do so.

    At the Visual Studio command prompt, I noticed that the Root version of .NET was version 1.1 .  After several attempts at aspnet_regiis in various combinations, I was able to get things working correctly by doing the following:

    1. VS2003 command prompt: aspnet_regiis -u
    2. VS2005 command prompt: aspnet_regiis -ua
    3. VS2003 command prompt: aspnet_regiis -i
    4. VS2005 command prompt: aspnet_regiis -i

    It appears whichever framework is installed last becomes the root, and for the life of me, I could not figure out a way to change that without resorting to the above.

    At this point, everything was fine in ASP.NET 2.0, however any ASP.NET 1.1 project would crash IIS upon attempting to load the project via the VS2003 IDE.  This was solved by installing the .NET Framework 1.1 SP1 patch.

    After all of that, both VS2003 and VS2005 are living happily beside each other, though I am still unable to get server-side debugging working with VS2003.  For help getting sever-side debugging working in VS2005, see my post below.

    Posted Nov 20 2006, 05:02 PM by Brian Peek with 3 comment(s)

  • PS3 vs. Wii

    As I have purchased every console at launch in the past 15 years on launch day, I picked up my PlayStation 3 on Friday and my Wii on Sunday.  Here are some quick thoughts on both.

    Sony had a year to get right what Microsoft screwed up with the 360 at launch.  They fixed none of it, and in fact, made even more mistakes.  The PlayStation Store appears to be bolted on at best.  Want to download a demo that's 800MB?  Great.  Sit there and wait while the entire thing downloads because you can't do anything else.  (Note that the 360 botched this at launch as well, but rectified it.)  Care to interrupt your demo and resume later?  Sure.  Just don't expect the resume portion of that.  Want to buy the game of the demo you purchased?  Ok.  Go back out of the game, over to the store, add it to the cart, check out, and download the entire game again!  At the moment, there is no integrated online gaming like the 360 with Friends lists and the like.  Say what you will about the 360, but it set the bar pretty high when it comes to a tightly-integrated online gaming console.

    The PS3 launch games I've played are abysmal.  People say Resistance is good.  I'm not a big FPS fan so I'll reserve judgement on it, but I personally didn't find it entertaining.  Genji was great when I played it on the PS2 as Dynasty Warriors.  Ridge Racer 7 is Ridge Racer 6 with a new interface.

    The PS3 is just unfinished.  The 360 was as well...it had may of these issues and their launch lineup wasn't that great either.  But Sony had a year to catch up to Microsoft and provide an equal gaming experience.  They didn't.  I just hope Sony is smart enough to quickly push updates out the door that rectify their online integration and other deficiencies.

    Now, the Wii, on the other hand, has been rather entertaining.  I feared setting up the sensor bar, but it was about half the size I was expecting it to be.  It looks very inconspicuous sitting on top of my new TV.  The online interface and messaging system is pretty spiffy, as is its "always on" feature.  Even when off, the console is in a power-save mode but polling the network for messages, downloading content, etc.

    So far I've played 4 of the 6 games I've purchased.  Trauma Center is fantastic.  Excite Truck is a lot of fun.  Super Monkey Ball (a favorite for a long time) takes some getting used to with the new control scheme.  Red Steel is...well...crap.  Now that my component cables have arrived, I look forward to trying Zelda.

    Sony needs to catch up.  Nintendo needs to keep the Wii fresh with games that make good use of the interface, and not crummy ports of existing games (NFS: Carbon and the like) that hack on the Wii control interface.  Hopefully we will see some interesting titles from both.

    Posted Nov 20 2006, 03:08 PM by Brian Peek with 1 comment(s)
    Filed under:

Copyright (C) 2008 Brian Peek
Powered by Community Server (Commercial Edition), by Telligent Systems