Build from source code.
  1. Unzip the source files.
  2. Open the MvcAjaxControls.sln file in VS 2010
  3. Cancel the TFS login and click "OK" to work offline.
  4. You can click "Yes' to allow VS to create the IISExpress virtual directory.
  5. Select File->Source Control->Change Source Control and click "Yes" to completely disassociate the solution from source control.
  6. The project assemblies are signed using a strong name key file, so you will need to provide your own key signing file (if you so choose).
  7. You will need to Install the required packages using the Package Manager Console:
    • Install-Package JQuery
  8. Rebuild and run the MvcAjaxControls project.