Click here to Skip to main content
15,867,997 members
Articles / All Topics
Technical Blog

The Missing Intelligencia.UrlRewriter.dll File

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
23 Apr 2013CPOL1 min read 13.7K   1  
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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
An experienced Software Developer and Graphic Designer with an extensive knowledge of object-oriented programming, software architecture, design methodologies and database design principles. Specializing in Microsoft Technologies and focused on leveraging a strong technical background and a creative skill-set to create meaningful and successful applications.

Well versed in all aspects of the software development life-cycle and passionate about embracing emerging development technologies and standards, building intuitive interfaces and providing clean, maintainable solutions for even the most complex of problems.

Comments and Discussions

 
-- There are no messages in this forum --