Hi I created my classlib and added my viewcomponents to that library and I added DLL file of my class library to asp.net mvc application I can able to use class and models but I don't know how to render cshtml page from library
this is my library enter image description here
this is how I configred it now enter image description here
this is how I call enter image description here
Add the problem is enter image description here
I want to know how to configure cshtml page from classlib I use this as reference
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?view=aspnetcore-6.0&tabs=visual-studio#enable-runtime-compilation-conditionally
Follow This Link to configer