Umbraco 5 has been dropped, so was wondering if we will be getting an upgrade package for bootstrap2, but to use in umbraco 4 latest?
get this in u 4.7.*
Error loading Razor Script HeaderTags.cshtml c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_headertags.cshtml.70df5e80.ksqsfext.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Error loading Razor Script CdLoader.cshtml c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_cdloader.cshtml.70df5e80.ue3gaq2f.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Error loading Razor Script SearchBox.cshtml c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_searchbox.cshtml.70df5e80.njhexf_r.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
Error loading Razor Script Navigation.cshtml c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_navigation.cshtml.70df5e80.dxargzdj.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
with sound of it, thinks its because there is no reference to MVC, or the MVC helpers class
running 4.7.2 normal .net 4 in visual studio, have set up as a site on IIS7 Express with Web Matrix, I was running from source and have also tried installing on a project added with the web platform installer to see if its was that, i now have a new clean one but have not had time to try it out yet.
I tried putting in references for MVC, but it seems that 4.7.2 already is already MVC ready anyway !!! so maybe the new changes are screwing with the routes, Handlers for MVC in some way.
Bootstrap 2, but for new umbraco 4
Umbraco 5 has been dropped, so was wondering if we will be getting an upgrade package for bootstrap2, but to use in umbraco 4 latest?
get this in u 4.7.*
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_headertags.cshtml.70df5e80.ksqsfext.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_cdloader.cshtml.70df5e80.ue3gaq2f.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_searchbox.cshtml.70df5e80.njhexf_r.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d870fc87\a8af93f0\App_Web_navigation.cshtml.70df5e80.dxargzdj.0.cs(19): error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
with sound of it, thinks its because there is no reference to MVC, or the MVC helpers class
thanks
HI
running 4.7.2 normal .net 4 in visual studio, have set up as a site on IIS7 Express with Web Matrix, I was running from source and have also tried installing on
a project added with the web platform installer to see if its was that, i now have a new clean one but have not had time to try it out yet.
I tried putting in references for MVC, but it seems that 4.7.2 already is already MVC ready anyway !!! so maybe the new changes are screwing with the routes, Handlers for MVC in some way.
thanks
yeah i have done, business, and the blogger and they was fine, so tried yours then, and yeah i think it is a 4.7.2 version thing
thanks
is working on a reply...