The Missing Intelligencia.UrlRewriter.dll File






4.50/5 (2 votes)
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:
- Download the entire
UrlRewriter
solution from github. - Open the solution using your favorite IDE (such as Visual Web Developer, Visual Studio, etc.)
- Build the project within your IDE. (Commonly done through the F5 key)
- Find the Intelligencia.UrlRewriter.dll file within the bin directory of your newly built solution after compiling the code.
- 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
