I installed this through nuget. I followed step by step the additional steps at 'http://awesome.codeplex.com/wikipage?title=Installation'. But it does not work in my project. I keep getting: CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'Awe' and no extension method 'Awe' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)
On the code below. @Html.Awe().DatePicker("Date") I've downloaded the demo packages, and they work fine. However, I've noticed one small difference. Nuget installed Omu.Awesome.Mvc (note the . before MVC) and the demos have Omu.AwesomeMVC as the dll.
I can't see what I've done wrong here, I could manually fix this, but it should work when installed from Nuget?
On the code below. @Html.Awe().DatePicker("Date") I've downloaded the demo packages, and they work fine. However, I've noticed one small difference. Nuget installed Omu.Awesome.Mvc (note the . before MVC) and the demos have Omu.AwesomeMVC as the dll.
I can't see what I've done wrong here, I could manually fix this, but it should work when installed from Nuget?