65.9K
CodeProject is changing. Read more.
Home

The Missing Intelligencia.UrlRewriter.dll File

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.50/5 (2 votes)

Apr 23, 2013

CPOL

1 min read

viewsIcon

13940

Missing Intelligencia.UrlRewriter.dll file

Introduction

I’ve run across numerous questions on a variety of different forums recently with users that were trying to find the Intelligencia.UrlRewriter.dll file that is apparently included in several tutorials within some older .NET literature, but were unable to find it.

UrlRewriter.net (the creator of the project) still hosts the current files related to the source on the related github for the project, however doesn’t actually include an area to download the actual Intelligencia.UrlRewriter.dll file that is needed to complete the tutorial (and whatever other uses there may be out there).

I decided that I would do something about that to save the few users out there from having to go through the steps of downloading and compiling the source themselves all just to include a simple reference to a library, by releasing it here.

The Problem

You need the Intelligencia.UrlRewriter.dll file and you can’t seem to find it available for download anywhere.

The Solution

The only steps necessary to actually handle this yourself are as follows:

  1. Download the entire UrlRewriter solution from github.
  2. Open the solution using your favorite IDE (such as Visual Web Developer, Visual Studio, etc.)
  3. Build the project within your IDE. (Commonly done through the F5 key)
  4. Find the Intelligencia.UrlRewriter.dll file within the bin directory of your newly built solution after compiling the code.
  5. Reference the Intelligencia.UrlRewriter.dll file within your application or project.

If you don’t really feel like going through all of those steps yourself, I have taken the liberty for you. You can download the Intelligencia.UrlRewriter.dll file at the link below:


Filed under: CodeProject, Development