As we are moving from our old build product (cron jobs which simply call a NAnt script) over to our new build server Hudson there are a TON of things we are trying to add. One of the new features is the ability to perform dry-run merges from our trunk against a branch each night to see how stable/unstable...
After a decent amount of effort on our project we have finally setup a standard build script for all of our projects, which is a great thing. But when I was converting on of my projects over to the new format I ran into some odd behavior and it was only happing on my box, not others. Here is more...
Today I was trying to use our remoting service that we have for our project and out of the blue I received the god awful error: This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel...
*** There may be a better way to do this with StructureMap, but this is the way I was able to get this to work *** Today I decided I wanted to move all my route mapping for Dimecasts out of the Global.asax file and into each of the various Controllers. I wanted to do this for two reasons. I was starting...
In all my years of doing .Net I have to say that I finally came across the exception message that takes the cake. Today while trying to do some refactoring on the DimeCasts.net code base I received this exception. Operation could destabilize the runtime I received the error while trying to update some...