C
C#14mo ago
malkav

❔ ASP.NET Core, OrchardCore, OrchardCMS

I am starting to lose it, I've been following the tutorials of the OrchardCore documentation to add MVC and CMS to an ASP.NET Core web application, but every time I either get orchardcore.theme.targets.targets(30, 11): [msb4057] the target "orchardcorefiltermodules" does not exist in the project. when I try to add a theme to the solution, or I get View not found errors and can't seem to be able to get OrchardCore running entirely. I'm using Rider, and are trying to build an SWA with a CMS that can handle the various content files, and blogs, and more but we've been coming up against various walls so far. Either WASM (webassembly) can't reach a file system (obvious now..) and we have to parse markdowns as yaml and then to JSON and can't even get the data to work in the SWA during build. Or we are running into CMS that are database dependant. Orchard seems to be not really Headless, but a full blown framework. Which I don't mind much, but I am running in circles, and continuously hitting walls, and I'm a little stuck.. Is there someone that can help me figure out what framework to use to build a static website, that can handle CMS based content texts, and images, for pretty much the entire website. We would be having a "home" page with almost all content on it, and a few sub-pages. One for each "employee" and one with "all blogs" (which also all have their own page, preferred with custom styling) and two more for the privacy statements and terms&conditions Most preferred would be serverless, but I've found nothing but issues so far and I'm stuck. Please help?
1 Reply
Accord
Accord14mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.