0
MajidAli created
I have installed the package(Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation) but when i changed in html or js, then runtime compilation its not working.
- ABP Framework version: v4.3.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
4 Answer(s)
-
0
hi
The
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
has beed build-in installed.How to reproduce your problem? Can you share the steps?
-
0
This question has been automatically marked as stale because it has not had recent activity.
-
0
Can confirm this problem.
This symtom only take place on these conditions:
- main project is a tiered project (asp.net core mvc)
- a separated module (asp.net core mvc)
You will find that those cshtml in main web project can be compiled at runtime. However, the module web project is not able to be compiled at runtime
-
0
hi
Can you share a simple project? liming.ma@volosoft.com