Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » CC.NET   (RSS)

CruiseControl.NET Caching Old Project Locations SOLVED

As I mentioned in my previous post , we're just wrapping up a continuous integration solution for a client (and if you're not using this for your team, you should be. If you don't have time to do it, contact us to do it for you. You'll thank me later.)
Posted by ssmith | 2 Comments

Move CCTray Window from Second Monitor when Disconnected

On one of my machines, I have CCTray installed and while the box used to have 2 monitors attached to it, at the moment it has just one. And of course, CCTray's output was going to the (now not there) second monitor. No problem - as a veteran multi-monitor
Posted by ssmith | 2 Comments
Filed under: , ,

Tweak web.config To Set Compilation Debug False

ASP.NET applications should never run with <compilation debug="true"> in production. It can have drastic performance implications (of the negative kind). Obviously, in a perfect world, developers would always remember to verify this setting whenever
Posted by ssmith | 1 Comments
Filed under: , ,

Use Unit Test Framework to Test Production DB Consistency

For Lake Quincy Media 's AdSignia Ad Server, I wanted to be able to ensure that the database had some internal logic rules checked periodically. What kinds of rules? Well, probably an example would be best. Suffice to say up front, though, that we're
Posted by ssmith | 3 Comments

Cruise Control Configuration File Editor

One of my developers is doing some work on our Cruise Control setup and found this gem that I'd somehow missed: CCNetConfig . A slick little GUI for editing your ccnet.config file ( screenshots ). Seems to work well enough for most of the common settings
Posted by ssmith | 5 Comments
Filed under: , ,

Fixed: CCNET + MSBUILD Logger Error

Ran into a snag this weekend with my build server - it started throwing errors related to the path to a folder, like this: .MSBUILD : error MSB4015: The build was aborted because the "MsBuildToCCNetLogger" logger failed unexpectedly during shutdown. System.ArgumentException:
Posted by ssmith | 4 Comments
Filed under: , , , ,

CCNET with MSBuild and AssemblyInfoTask

This afternoon I embarked on a quick (hah!) task to fix a problem with my CC.NET implementation. I’m using CC.NET running on my Team Foundation Server machine. It checks my TFS source control to see when anything in my project has changed, and if
Posted by ssmith | 2 Comments
Filed under: , ,