November 30, 2007

Spam Plugin Spam

It's always nice when you are advertising a plugin used to keep your blog spam free, and the first comment in reply is spam.
Screen capture of spam in question

Also, I've got a non-computer-related site that should be going live before the end of the year. I'll keep you posted as I get closer, but in the meantime, go hug your pets. (hint hint)

November 27, 2007

WORKAROUND: WSE Web References Not Upgraded In VS2008

Symptoms:
You are using Visual Studio 2008 to upgrade a Visual Studio 2005 ASP.NET project that used Web Service Enhancements 3.0 (WSE 3.0). After upgrading, the secured reference is missing.

Solution:
Keep a copy of your old project.
After upgrading your project, open the old project in Visual Studio 2005.
Select "Show All Files" in Solution Explorer, then drill down into "Web References," then your WSE web reference, then Reference.map and finally into Reference.cs or Reference.vb, depending on your language of choice.
There will be two classes in here. The Wse class (which was removed by the VS2008 upgrade) will be at the top of the file. Copy that class into the same file in your VS2008 project.

November 21, 2007

WORKAROUND: Visual Studio 2008 Fails To Install

Symptoms:
You are running as a limited user on Windows Vista and when you run Visual Studio 2008's installer and approve the UAC prompt, setup either hangs during the .NET Framework 3.5 installation or the installation hangs during setup.

Workaround:
Reboot your machine.
Log in as an administrator.
Install the .NET Framework 3.5 installer by itself.
Reboot your machine.
Log in as your normal user.
Install Visual Studio 2008 as normal.

November 19, 2007

PS3 Development Now "Cheaper" Than PS2

A PlayStation 2 development kit used to cost $10,000. You can now get a PlayStation 3 development kit for $10,250.

Unlike the PS2 development kits, the PS3 development kits include the development tools now. (They used to cost ~$2,000 a seat additional previously.)

Also, you can now use the test kits for development purposes.

Wow...Sony actually learned from Microsoft on this one. An Xbox development kit costs $10,000, comes with the development tools, and you can compile against a test kit. Say what you will about the hardware, but when it comes to making things developer friendly, Microsoft knocked it out of the park.

Now if they'd just learn from the 360's kernel design, the PS3 might be a bit more attractive.