You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layout defined at _ViewStart isn't used. The layout must be specified at the pages and view themselves. This behavior does not happen during development. Only after published.
The funny thing is that the _ViewStart defined at module works just fine. The problem is limited at Host App.
The text was updated successfully, but these errors were encountered:
I tested many scenarios at module level and yes i missed this one at the application level.
It is related to how we adapt the relative paths of view descriptors when views are precompiled in the context of their module so that they can be found at runtime in the context of the application. And it is related to the special case of the application which also behaves as a module.
But no problem i fixed the issue, right now i don't work on the dev branch but i will do a PR soon.
OrchardCore version 1.0.0-beta3-70523
I publish using the following command
Layout defined at _ViewStart isn't used. The layout must be specified at the pages and view themselves. This behavior does not happen during development. Only after published.
The funny thing is that the _ViewStart defined at module works just fine. The problem is limited at Host App.
The text was updated successfully, but these errors were encountered: