I recommend always get the code using Tortoise HG. The download links for source code is something that codeplex generates and apparently it does not always correctly produce a download package from the repository.
Also be aware that changes in user.config are not automatically detected by the ASP.NET runtime like changes to Web.config are, so if you edit user.config you need to touch Web.config to make it detect your changes.
Hope that helps,
Joe