Replies: 4 comments 1 reply
-
After some investigation I understood that ContentRootPath has nothing with it - in VS it is the same as if I successfully run it from console |
Beta Was this translation helpful? Give feedback.
-
In fact it is when I use ASPNETCORE_ENVIRONMENT=Production it works when ASPNETCORE_ENVIRONMENT=Development it doesn't work. |
Beta Was this translation helpful? Give feedback.
-
@borysl , did you figure this issue out? I am having the same problem. |
Beta Was this translation helpful? Give feedback.
-
Looks like a custom module that is referencing an older version of the OrchardCore.Contents module. Make sure you have updated all your assembly references in your custom modules to match the version you want to use. Older version of the OrchardCore.Contents module may not be able to find newly globally referenced assemblies. This is what it seems to fail to find here "System, System.String" ... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We have started developing website 2 month ago and taken OrchardCore as foundation. There are more content management than coding, but coding also exists. The database is in PostgreSQL and supported by usual EF migrations.
After switching to .Net 6 and version 1.2.1 we unable to keep App_Data (with tenant.json, ContentDefinition.json and media files) in the project anymore and when Content root path is Website project (and not bin/Debug/net6.0) the website fails to start
For us it means that we cannot run project from VS anymore (publishing still works).
Question: is there is a way to maintain both content AND code in version control system shared in the team. We considered recipies, but at least in version 1.0.0 it didn't work.
This is how page look like:
Beta Was this translation helpful? Give feedback.
All reactions