I had created a Nuget package with Precompiled Views. I want to bind an HTML page in the application where the Nuget package is installed. But it is showing an error like the view not found. If I referenced the same PrecompiledView.dll by adding it manually to the application it will work. Is there any solution for that?
I had searched and tried so many options but unfortunately, I can't find a proper solution.Also, it will work fine if we are not using PrecompiledViews and using normal CSHTML.