Thursday, September 27, 2007

CruseControling my code

To "CruseControl" my code:

  1. Modify the config file (ccnet.config ) in my CruiseControl.net folder (C:\Program Files\CruiseControl.NET\server) . Mimic the existing entry.
  2. Write the build file
  3. Setup sample web site (for system test)
  4. Run the script even from the build directory, or by pressing [Force] build button on local CuriseControl web UI
  5. Enjoy the successful build!

Stuff I learned in today's code review

Here's something I learned or have my memory refreshed during today's code review:

Tuesday, September 18, 2007

Pissed by Visual Studio 2005 SP1 installation

I encountered an error when I tried to install Visual Studio 2005 Service Pack 1 on a Windows Server 2003 machine. The crazy error message pointed me to this Microsoft Knowledge Base article and I am in porcess of rebooting my machine after installing the hotfix mentioned in the article. Hopefully it will work before I go postal.

So that's why I couldn't carea a ASP.Net Web Application project

I was pretty confused yesterday about why I cannot create a ASP.Net web application project in order to neatly package the User Control I created. And then finally something hit me this morning when I read this article about Visual Studio 2005 ASP.Net Web Application Project and realized one important thing:

I DID NOT have Visual Studio 2005 Service Pack 1 installed on my machine.

So I am installing it now. Hopefully it will solve my problem.