f Downloads - NDjango

Downloads

From NDjango

Jump to: navigation, search

Contents

Latest version

Known issues

Version 0.9.8.1:

  • Zipped MSI with binaries, templates,NDjango Editor and ASP MVC 3 Preview 1 Integration :

NDjango_0.9.8.1

Version 0.9.8.0:

System Requirements

  • NET Framework 3.5
  • Visual Studio 2010 or Visual Studio 2008
  • F# Power Pack 1.9.9.9 (can be downloaded here)

Previous versions

Visual Studio 2010 RC/.NET 4.0

Version 0.9.7.0:

System Requirements

  • NET Framework 4.0 RC
  • Visual Studio 2010 RC
  • F# Power Pack 1.9.9.9 (can be downloaded here)

Visual Studio 2008/ .NET 3.5

System Requirements

  • NET Framework 2.0/3.5
  • Visual Studio 2008
  • February 2009 F# CTP v.1.9.9.9 (Which can be downloaded from here)

However, it is not required to install full F# CTP, since required dll's are included in the setup binaries.

Visual Studio 2010 Beta 2/.NET 4.0

Version 0.9.6.0:

System Requirements

  • NET Framework 4.0 Beta 2
  • Visual Studio 2010 Beta 2


Visual Studio 2008/ .NET 3.5

Version 0.9.6.0:

System Requirements

  • NET Framework 2.0/3.5
  • Visual Studio 2008
  • May 2009 F# CTP v.1.9.7.8 (Which can be downloaded from here)

However, it is not required to install full F# CTP, since required dll's are included in the setup binaries.

Release notes and older releases can be found on this page All_Releases.

Building from source

Source code for NDjango is available here:

From July 22 2009 source code has been moved to the google code.

Following link should be used in svn client:

Note: You will need the May 2009 F# CTP installed to build this project.

A tag made after the last commit compatible with old F# CTP v.1.9.6.2 can be found here:


Configuration note
All ndjango projects are configured with relative assembly references.

To get the projects to compile as-is, you will need the following directory structure

  • Top-level folder (arbitrary, we'll use c:\dev\NDjango for reference)
    • \NDjango
    • \Integration
      • \Bistro
      • \ASP.MVC

Note that the Bistro Integration project has a dependency on bistro, and expect it to reside under the same top-level folder (c:\dev in our example), in a folder called Bistro. See bistro downloads page for more details).

If you choose to follow a different directory structure, simply update your references to your locations of the NDjango dlls.

Personal tools