DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

HttpCompileException with 3.0.3 #55

Closed dim00n closed 11 years ago

dim00n commented 11 years ago

After upgrade from 2.3.2 to 3.0.3 got an exception: error BC30456: 'Bootstrap' is not a member of 'System.Web.Mvc.HtmlHelper(Of Object)'.

DmitryEfimenko commented 11 years ago

Did you just straight updated nuget package without doing anything else? There's been a couple of changes in the way BMVC should be installed. See Change Log. Also see Installation Notes. If you still get an exception after all that, I'll need a bit more details from you.

dim00n commented 11 years ago

Oh, I see... I missed the Notes, thanks.