-
Hello, I've upgraded my OrchardCore Solution to the latest version that only supports net6.0. After some small changes I was able to build my solution. When I try to run the application with IIS I get the following errors. Does anyone have an idea how to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Had some problems in my csproj file of OrchardCore.Cms.Web. replaced it with the propertygroup of the csproj file in the OrchardCore github repository and now it's fixed |
Beta Was this translation helpful? Give feedback.
-
The real solution to this problem is to look at the
|
Beta Was this translation helpful? Give feedback.
Had some problems in my csproj file of OrchardCore.Cms.Web. replaced it with the propertygroup of the csproj file in the OrchardCore github repository and now it's fixed