Posted on May 20, 2009 by codeslammer
Periodically, you may find it necessary to get a copy of a .dll file out of the the GAC (C:\Windows\Assembly). Navigating to this folder, you will notice it doesn’t “feel” like a normal windows folder since it isn’t. You can drag .dll files onto this folder to install, but you can’t drag anything out of [...]
Filed under: Deployment, Tools | Tagged: .NET, GAC, Global Assembly Cache, shfusion.dll | 3 Comments »
Posted on June 10, 2008 by codeslammer
After a few hours of pulling out what few stubs of hair I have remaining, I finally tracked down a rather perplexing problem relating to the Script Wizard feature of SQL Server Management Studio (SSMS).
My goal was to script out all of the stored procedures in a database in a fully re-runnable state, one SP [...]
Filed under: Deployment, SQL Server, Tools | Leave a Comment »
Posted on April 3, 2008 by codeslammer
OK, so in my preliminary experiences I have to say that TeamCity is friggin awesome. It was amazing how simple it is to setup, and the features that come pre-installed are great. Effortless email notifications, build statistics including average build time and success rates, ability to monitor multiple projects in VSS — It’s [...]
Filed under: Continuous Integration, Development, Tools | 1 Comment »
Posted on March 15, 2008 by codeslammer
Thanks to a comment from Eugene Petrenko, I decided TeamCity was worth another shot. Everything I have heard has been positive, so I can’t let a little problem like not getting to my source control repository get in the way of continuous integration
Once again, I visited the TeamCity download site and read all [...]
Filed under: Continuous Integration, Development, Non-Microsoft, Tools | Leave a Comment »
Posted on March 11, 2008 by codeslammer
Well, my hopes for a streamlined CruiseControl.NET were not realized in my first attempt at installing the continuous integration server software. My CCNet lava lamp server died on my last week so I needed to spin up a replacement. This seemed like a good opportunity.
Although the installation was slick and simple, I feel as though [...]
Filed under: Continuous Integration, Development, Tools | 2 Comments »
Posted on February 16, 2008 by codeslammer
I have heard some buzz about a product from JetBrains called TeamCity. Some very influential technologists such as Roy Osherove seem to like the capabilities, so it is definitely worth a look. This looks like a good competitor to CruiseControl.NET, so I think I am going to give it a spin. I’ll update the blog [...]
Filed under: Continuous Integration, Project Success, Technologies, Tools | Tagged: CI server | 2 Comments »
Posted on January 12, 2008 by codeslammer
You know, there is nothing like a painfully long set of SQL scripts that need to be applied to multiple databases to get the creative juices flowing. As I stared at a list of 29 scripts that needed to be applied to at least 2 different databases (it could be much worse), I thought [...]
Filed under: Data, Deployment | Leave a Comment »
Posted on December 18, 2007 by codeslammer
One of the most useful techniques I have found in working with CCNet and VSS is the ability to monitor multiple VSS project folders to trigger a build. Many times, you will find your solution structured such that monitoring a top level folder may not be the right level for triggering a build. [...]
Filed under: Continuous Integration | 6 Comments »