The Coding Humanist

Category: .NET

Installing the .NET 4.5 Framework Can Be Problematic

-- Filed Under: .NET
Comments: (2)

As it turns out, I clearly need to spend more time dealing with .NET’s unique version of “dll hell” because this really bit me. A couple of weeks ago I installed the .NET 4.5 framework on my server. This server hosts almost all of my websites, my brother’s and a couple sites of a friend of mine. In theory, this should have been fine. In reality, it caused major problems.

Read More on "Installing the .NET 4.5 Framework Can Be Problematic" >>

Rent-A-Crawler

-- Filed Under: Pylus, .NET
Comments: (0)

A few months ago I drastically changed how the urls on my site were built. I moved to using the ASP.NET 2.0 virtual path provider to make more friendly urls. Because I changed the "directory" structure, havoc was wreaked upon my unsuspecting relative urls. I had to go through my posts and look for bad links. I figured I might had missed some.

Read More on "Rent-A-Crawler" >>

A Few Notes on the Logging Application Block

-- Filed Under: Tech Review, Development, .NET
Comments: (0)

We are switching a project I'm working on from a custom logging solution to the one built into the Enterprise Library, the "Logging Application Block". This is nice, because it means we can get rid of quite a bit of custom code (that's code we no longer have to debug or maintain). The logging application block is very well done as far as I can tell thus far. It makes it very easy to configure logging without having to change code.

Read More on "A Few Notes on the Logging Application Block" >>