Skip to content

Can not compile from source on clean VS2013 machine #57

@ewilde

Description

@ewilde

The source code has a dependency on ASP.NET MVC 4.0.0.0. Which seems to only be distributed by the 'Microsoft Web Platform Installer'.

If you install ASP.NET 4 from the 'Microsoft Web Platform Installer' today it installs ASP.NET MVC 4.0.0.1 requiring references in csproj to be changed to:

   <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />

If have a commit I can push with these changes. Perhaps taking a dependency on MVC4 nuget package or upgrading the whole solution to .net4.5 or greater and taking the latest MVC 5 nuget package would be easier for people pulling down sources in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions