OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.43k stars 2.4k forks source link

cannot see custom features #14071

Closed infofromca closed 1 year ago

infofromca commented 1 year ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'on current dev branch, Add any community module or my own Module to the Orchardcore sln'

  2. 'run it'

  3. See error cannot see custom features

    Expected behavior

    should see the features from community or my module as before

Screenshots

If applicable, add screenshots to help explain your problem.

MikeAlhayek commented 1 year ago

I think you have to add the module to the OrchardCore.Cms.Web or the OrchardCore.Mvc.Web project depending which one is set at your start up.

infofromca commented 1 year ago

oh, yes, my mistake. forgot something