I'm assuming that you downloaded the ZIP from CodePlex? (source-code tab) Going from the filename of your ZIP, its not the latest changeset (latest rev num was yesterday, #73914) - so it wont have the latest source from v4.5.1.
If you want the latest bleeding-edge source, then I'd recommend using TFS or SVN to pull/checkout direct from the repo.
As far as I am aware, the solution for v.4.5 is in the "\branches\4.1.0" folder.
For the reference errors, they could be .NET incompatibility issues with your system - have you got .NET 3.5 (or 4.0) install? Not sure about the "MvcContrib.TestHelper", but that should resolve the "System.Web.Extensions" ones.
As for the structure of the repository, I have no idea - guessing mostly due to legacy decisions? You'd need to ask a core team member. :-)
Where is the Umbraco solution ?
I've downloaded umbraco-71874.zip (84MB)
1. What is the most recent solution in there ?
releases (I didn't see the latest version 4.5 in here)
trunk (what the **** is this ???)
umbraco (why there is a copy of the presentation here ???)
umbraco 5.0
2. I was trying to compile and got some bad references,
umbraco 5.0 --> Umbraco.Tests --> MvcContrib.TestHelper
trunk --> System.Web.Extensions
trunk --> System.Web.Extensions.Design
(just in case anyone wants to reference it correctly in the main solution)
Thanks in advance.
Hi Yovav,
I'm assuming that you downloaded the ZIP from CodePlex? (source-code tab) Going from the filename of your ZIP, its not the latest changeset (latest rev num was yesterday, #73914) - so it wont have the latest source from v4.5.1.
If you want the latest bleeding-edge source, then I'd recommend using TFS or SVN to pull/checkout direct from the repo.
As far as I am aware, the solution for v.4.5 is in the "\branches\4.1.0" folder.
For the reference errors, they could be .NET incompatibility issues with your system - have you got .NET 3.5 (or 4.0) install? Not sure about the "MvcContrib.TestHelper", but that should resolve the "System.Web.Extensions" ones.
As for the structure of the repository, I have no idea - guessing mostly due to legacy decisions? You'd need to ask a core team member. :-)
Cheers, Lee.
Thanks,
The new version compiles smoothly (releases -> umbraco 4.5)
http://umbraco.codeplex.com/SourceControl/changeset/view/73914
is working on a reply...