You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use the minimal resource package and add my own template it works fine without personalization. But then I can't personalize that template. It displays in the editor but completely disappears on the frontend. If I use a built-in template, personalization works but my websites look and feel needs to be highly customized.
Anybody got a trick for getting personalization and customized templates to work at the same time?
When use the minimal resource package and add my own template it works fine without personalization. But then I can't personalize that template. It displays in the editor but completely disappears on the frontend. If I use a built-in template, personalization works but my websites look and feel needs to be highly customized.
Anybody got a trick for getting personalization and customized templates to work at the same time?
https://github.com/Sitefinity/sitefinity-aspnetcore-mvc-samples/tree/master/src/resource-package-minimal
`Microsoft.Hosting.Lifetime[0]
Content root path: C:\Users...\Baselines\SItefinity_15_1_8325\Renderer
fail: Progress.Sitefinity.AspNetCore.ActionResults.MetadataViewComponentActionResultExecutor[0]
Exception occurred while executing the ViewComponent: SitefinityContentList
System.InvalidOperationException: The view 'Components/SitefinityContentList/ListPressReleases' was not found. The following locations were searched:
/Views/Components/Components/SitefinityContentList/ListPressReleases.en.cshtml
/Views/Components/Components/SitefinityContentList/ListPressReleases.cshtml
/Views/Shared/Components/SitefinityContentList/ListPressReleases.en.cshtml
/Views/Shared/Components/SitefinityContentList/ListPressReleases.cshtml
at Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable`1 originalLocations)
at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.ExecuteAsync(ViewComponentContext context)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewComponentResultExecutor.ExecuteAsync(ActionContext context, ViewComponentResult result)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewComponentResultExecutor.ExecuteAsync(ActionContext context, ViewComponentResult result)
at Progress.Sitefinity.AspNetCore.ActionResults.MetadataViewComponentActionResultExecutor.ExecuteSingleComponent(ActionContext context, IViewComponentContext viewComponentContext, Boolean isEdit)
fail: Progress.Sitefinity.AspNetCore.ActionResults.MetadataViewComponentActionResultExecutor[0]
Exception occurred while executing the ViewComponent: SitefinityContentList
System.InvalidOperationException: The view 'Components/SitefinityContentList/ListPressReleases' was not found. The following locations were searched:
/Views/Components/Components/SitefinityContentList/ListPressReleases.en.cshtml
/Views/Components/Components/SitefinityContentList/ListPressReleases.cshtml
/Views/Shared/Components/SitefinityContentList/ListPressReleases.en.cshtml
/Views/Shared/Components/SitefinityContentList/ListPressReleases.cshtml
at Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable`1 originalLocations)
at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.ExecuteAsync(ViewComponentContext context)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewComponentResultExecutor.ExecuteAsync(ActionContext context, ViewComponentResult result)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewComponentResultExecutor.ExecuteAsync(ActionContext context, ViewComponentResult result)
at Progress.Sitefinity.AspNetCore.ActionResults.MetadataViewComponentActionResultExecutor.ExecuteSingleComponent(ActionContext context, IViewComponentContext viewComponentContext, Boolean isEdit)`
The text was updated successfully, but these errors were encountered: