Fixing references / view file due to view compilation errors#7719
Fixing references / view file due to view compilation errors#7719sebastienros merged 2 commits intoOrchardCMS:devfrom jimasp:viewcompilation
Conversation
|
@jimasp, |
| </configSections> | ||
| <system.web.webPages.razor> | ||
| <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> | ||
| <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
There was a problem hiding this comment.
I assume the specflow web.config file also needs to change
There was a problem hiding this comment.
@sebastienros I think that was also discovered when there was a problem with running the site with IIS Expess, but I don't remember now where we got with that.
| @Html.TextBoxFor(m => m.Name, new { @class = "text medium" }) | ||
| <span class="hint">@T("The name of this template, which can be used to reference from code (as when using shape type names) and tokens.")</span> | ||
| </div> | ||
| </fieldset> |
There was a problem hiding this comment.
I don't think removing this is correct, although I also see build errors with view compilation from this piece of code - I'll look into it.
There was a problem hiding this comment.
Oh, actually this needs to be removed as Template has TitlePart!
|
Should we merge this one or wait for more changes from you @BenedekFarkas ? |
|
I think we can merge this, as it definitely brings us closer to the goal, but let's not close the issue yet. |
see: #7713