Replies: 4 comments
-
I think For a better first experience I recommend to use |
Beta Was this translation helpful? Give feedback.
-
I know occms (Razor Pages App) is preferable and have been using it for the last couple of years in the earlier versions of OC. Now it so happens that some of my YouTube channel community members have asked me if OrchardCore CMS Website could similarly be created with MVC template . Hence I was investigating if it works equally well with MVC and found this out. However, how can I "reference at least one module providing an home page e.g. the module built with the ocmodulemvc command." in practice? Any help with this will be appreciated. Thanks very much. |
Beta Was this translation helpful? Give feedback.
-
Create mvc module project using |
Beta Was this translation helpful? Give feedback.
-
Hi your suggestion doesn't work for me, dotnet new ocmodulemvc creates just a shell of a project and when I create another project within the same solution by dotnet new ocmvc and put the project reference to this mvc project it ends up in several errors for the ocmodulemvc project StartUp. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to Recreate the issue:
dotnet new install OrchardCore.ProjectTemplates::1.5.0-*
When the templates were successfully installed it showed the MVC template ocmvc having been installed as well
So if it is a known bug, it may be closed with suitable reference issue.
Beta Was this translation helpful? Give feedback.
All reactions